Skip to content
Snippets Groups Projects
Commit a37e9ccd authored by elijah's avatar elijah
Browse files

changed on to yes (on doesn't work!)

parent 5fcde095
No related branches found
No related tags found
No related merge requests found
...@@ -8,14 +8,14 @@ sys_wizard() { ...@@ -8,14 +8,14 @@ sys_wizard() {
"hardware" "detailed hardware information" on "hardware" "detailed hardware information" on
[ $? = 1 ] && return; [ $? = 1 ] && return;
result="$REPLY" result="$REPLY"
packages="packages = off" packages="packages = no"
partitions="partitions = off" partitions="partitions = no"
hardware="hardware = off" hardware="hardware = no"
for opt in $result; do for opt in $result; do
case $opt in case $opt in
'"packages"') packages="packages = on";; '"packages"') packages="packages = yes";;
'"partitions"') partitions="partitions = on";; '"partitions"') partitions="partitions = yes";;
'"hardware"') hardware="hardware = on";; '"hardware"') hardware="hardware = yes";;
esac esac
done done
get_next_filename $configdirectory/10.sys get_next_filename $configdirectory/10.sys
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment