summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-ui-interactive.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-12-12 22:47:10 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2010-12-12 22:47:10 +0100
commit1641a8975040df2706b191025568b953af0841ef (patch)
tree825d1d55e8e436138f22ceefbdaba7312534021f /src/core/libs/lib-ui-interactive.sh
parentff04ce8c7e18890b95a8285a7da36c07c4eb9bfa (diff)
bugfix for renew_blockdevices, introduced in dabeebb0653ee444a9b142ac17af2128da8f7f00
Diffstat (limited to 'src/core/libs/lib-ui-interactive.sh')
-rw-r--r--src/core/libs/lib-ui-interactive.sh9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh
index 2479036..f2d3a57 100644
--- a/src/core/libs/lib-ui-interactive.sh
+++ b/src/core/libs/lib-ui-interactive.sh
@@ -561,15 +561,12 @@ remove_blockdevice ()
interactive_filesystems() {
- renew_blockdevices=1
- if [ -f $TMP_BLOCKDEVICES ]
- then
- if ask_yesno "I've detected you already have blockdevice definitions in place:\n`cat $TMP_BLOCKDEVICES`\nDo you want to use these as a starting point?\nMake sure your disk(s) are partitioned correctly so your definitions can be applied on the disk. Pick 'no' when in doubt to start from scratch" no
+ if [ -f $TMP_BLOCKDEVICES ] && ! ask_yesno "Previous blockdevice definitions found:\n`cat $TMP_BLOCKDEVICES`\n\
+ Use these as a starting point? Make sure your disk(s) are partitioned correctly so your definitions can be applied. Pick 'no' when in doubt to start from scratch" no
then
- renew_blockdevices=0
+ echo $(findblockdevices ' raw no_label no_fs' > $TMP_BLOCKDEVICES
fi
fi
- [ "$renew_blockdevices" = 1 ] && echo $(findblockdevices 'no_fs') raw no_label > $TMP_BLOCKDEVICES
[ -z "$PART_ACCESS" ] && PART_ACCESS=dev
ask_option $PART_ACCESS 'Partition Access Method' 'How do you want your partitions to be accessed in grubs menu.lst and /etc/fstab?' '' \