Skip to content

Commit

Permalink
Merge pull request #12 from AuxXxilium/dev
Browse files Browse the repository at this point in the history
arc-c: set nvmecolume as default
  • Loading branch information
AuxXxilium committed Mar 17, 2024
2 parents 223c361 + e9c4cf4 commit 23ff3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/initrd/opt/arc/arc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function arcsettings() {
writeConfigKey "addons.expands" "" "${USER_CONFIG_FILE}"
writeConfigKey "addons.hibernation" "" "${USER_CONFIG_FILE}"
writeConfigKey "addons.hdddb" "" "${USER_CONFIG_FILE}"
writeConfigKey "addons.nvmestorage" "" "${USER_CONFIG_FILE}"
writeConfigKey "addons.nvmevolume" "" "${USER_CONFIG_FILE}"
writeConfigKey "addons.powersched" "" "${USER_CONFIG_FILE}"
writeConfigKey "addons.storagepanel" "" "${USER_CONFIG_FILE}"
# Check for ACPI Support
Expand Down

0 comments on commit 23ff3e3

Please sign in to comment.