mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
changed on to yes (on doesn't work!)
This commit is contained in:
parent
5fcde095ba
commit
a37e9ccdb9
@ -8,14 +8,14 @@ sys_wizard() {
|
||||
"hardware" "detailed hardware information" on
|
||||
[ $? = 1 ] && return;
|
||||
result="$REPLY"
|
||||
packages="packages = off"
|
||||
partitions="partitions = off"
|
||||
hardware="hardware = off"
|
||||
packages="packages = no"
|
||||
partitions="partitions = no"
|
||||
hardware="hardware = no"
|
||||
for opt in $result; do
|
||||
case $opt in
|
||||
'"packages"') packages="packages = on";;
|
||||
'"partitions"') partitions="partitions = on";;
|
||||
'"hardware"') hardware="hardware = on";;
|
||||
'"packages"') packages="packages = yes";;
|
||||
'"partitions"') partitions="partitions = yes";;
|
||||
'"hardware"') hardware="hardware = yes";;
|
||||
esac
|
||||
done
|
||||
get_next_filename $configdirectory/10.sys
|
||||
|
Loading…
Reference in New Issue
Block a user