summaryrefslogtreecommitdiff
path: root/src/core/procedures/interactive
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-03-12 22:11:56 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2009-03-12 22:11:56 +0100
commit99b804fdc73c3aec225205792493cd67b68ff16d (patch)
tree72df8137c3294029a1cd808336c58b2945e8d971 /src/core/procedures/interactive
parent5b355e862110f43ab598609756eca51e724e7893 (diff)
syntax regression fix
Diffstat (limited to 'src/core/procedures/interactive')
-rw-r--r--src/core/procedures/interactive3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive
index 0e59066..86e3d63 100644
--- a/src/core/procedures/interactive
+++ b/src/core/procedures/interactive
@@ -148,8 +148,9 @@ worker_prepare_disks()
default=no
[ -n "$NEXTITEM" ] && default="$NEXTITEM"
+ #TODO: inform user (using dialog's --item-help or so) that autoprepare uses 1 disk and uses it in a "fairly regular" (though somewhat customizable) manner.
ask_option $default "Prepare Hard Drive" '' required \
- "1" "Auto-Prepare (erases the ENTIRE hard drive and sets up partitions and filesystems)" \ #TODO: inform user (using dialog's --item-help or so) that this uses 1 disk and uses it in a "fairly regular" (though somewhat customizable) manner.
+ "1" "Auto-Prepare (erases the ENTIRE hard drive and sets up partitions and filesystems)" \
"2" "Partition Hard Drives" \
"3" "Configure block devices, filesystems and mountpoints" \
"4" "Rollback last filesystem changes$rollbackstr" \