mirror of
https://github.com/AuxXxilium/arc-v.git
synced 2024-11-23 23:11:05 +07:00
arc: set usb mount to auto
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
2a753e7893
commit
bb2828c018
@ -2682,7 +2682,7 @@ function resetLoader() {
|
|||||||
initConfigKey "arc.offline" "false" "${USER_CONFIG_FILE}"
|
initConfigKey "arc.offline" "false" "${USER_CONFIG_FILE}"
|
||||||
initConfigKey "arc.directboot" "false" "${USER_CONFIG_FILE}"
|
initConfigKey "arc.directboot" "false" "${USER_CONFIG_FILE}"
|
||||||
initConfigKey "arc.remap" "" "${USER_CONFIG_FILE}"
|
initConfigKey "arc.remap" "" "${USER_CONFIG_FILE}"
|
||||||
initConfigKey "arc.usbmount" "false" "${USER_CONFIG_FILE}"
|
initConfigKey "arc.usbmount" "auto" "${USER_CONFIG_FILE}"
|
||||||
initConfigKey "arc.patch" "random" "${USER_CONFIG_FILE}"
|
initConfigKey "arc.patch" "random" "${USER_CONFIG_FILE}"
|
||||||
initConfigKey "arc.pathash" "" "${USER_CONFIG_FILE}"
|
initConfigKey "arc.pathash" "" "${USER_CONFIG_FILE}"
|
||||||
initConfigKey "arc.paturl" "" "${USER_CONFIG_FILE}"
|
initConfigKey "arc.paturl" "" "${USER_CONFIG_FILE}"
|
||||||
|
@ -44,7 +44,7 @@ initConfigKey "arc.ipv6" "false" "${USER_CONFIG_FILE}"
|
|||||||
initConfigKey "arc.offline" "false" "${USER_CONFIG_FILE}"
|
initConfigKey "arc.offline" "false" "${USER_CONFIG_FILE}"
|
||||||
initConfigKey "arc.directboot" "false" "${USER_CONFIG_FILE}"
|
initConfigKey "arc.directboot" "false" "${USER_CONFIG_FILE}"
|
||||||
initConfigKey "arc.remap" "" "${USER_CONFIG_FILE}"
|
initConfigKey "arc.remap" "" "${USER_CONFIG_FILE}"
|
||||||
initConfigKey "arc.usbmount" "false" "${USER_CONFIG_FILE}"
|
initConfigKey "arc.usbmount" "auto" "${USER_CONFIG_FILE}"
|
||||||
initConfigKey "arc.patch" "random" "${USER_CONFIG_FILE}"
|
initConfigKey "arc.patch" "random" "${USER_CONFIG_FILE}"
|
||||||
initConfigKey "arc.pathash" "" "${USER_CONFIG_FILE}"
|
initConfigKey "arc.pathash" "" "${USER_CONFIG_FILE}"
|
||||||
initConfigKey "arc.paturl" "" "${USER_CONFIG_FILE}"
|
initConfigKey "arc.paturl" "" "${USER_CONFIG_FILE}"
|
||||||
|
Loading…
Reference in New Issue
Block a user