diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-25 10:35:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-25 10:35:11 +0000 |
commit | 95fb7d550708425c205ffc22392b7d35597bd59a (patch) | |
tree | e357e573e0be06f0384bf041d01ee4fbfc1f70c5 | |
parent | 20a9a27018f8c68c5b01a41f3d66e4920bd50049 (diff) | |
download | alpine-conf-95fb7d550708425c205ffc22392b7d35597bd59a.zip |
setup-disk: unbreak the possibility to add a device as parameter
-rw-r--r-- | setup-disk.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup-disk.in b/setup-disk.in index b8132e9..b564c4c 100644 --- a/setup-disk.in +++ b/setup-disk.in @@ -569,9 +569,9 @@ if [ $# -gt 0 ]; then exit 1 fi done - + rootdisk_dev=$1 else - ask_disk "Which one is the root disk? (or '?' for help or 'none')" \ + ask_disk "Which one is the root/boot disk? (or '?' for help or 'none')" \ rootdisk_help $disks rootdisk=$answer rootdisk_dev=/dev/$answer |