diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2010-12-12 23:07:21 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2010-12-12 23:07:21 +0100 |
commit | f8462febdc73583ad7715129c217158c809a7365 (patch) | |
tree | 878df4665fd33f37f77a613811aea4267bd7b864 /src/core | |
parent | b4263de93c97f1883a7981bcf6f0f8f936ed3641 (diff) |
unbreak $TMP_BLOCKDEVICES initialisation, broken since dabeebb0653ee444a9b142ac17af2128da8f7f00
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/libs/lib-ui-interactive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 86a7474..1a5eb02 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -564,7 +564,7 @@ interactive_filesystems() { 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 - findblockdevices ' raw no_label no_fs' > $TMP_BLOCKDEVICES + findblockdevices 'raw no_label no_fs\n' > $TMP_BLOCKDEVICES fi [ -z "$PART_ACCESS" ] && PART_ACCESS=dev |