diff options
Diffstat (limited to 'sysconfig')
-rw-r--r-- | sysconfig/init | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysconfig/init b/sysconfig/init index 1ffeaea6..117b6bc6 100644 --- a/sysconfig/init +++ b/sysconfig/init @@ -21,3 +21,5 @@ SETCOLOR_NORMAL="echo -en \\033[0;39m" LOGLEVEL=3 # Set to anything other than 'no' to allow hotkey interactive startup... PROMPT=yes +# Set to 'yes' to allow probing for devices with swap signatures +AUTOSWAP=no |