fix: missing then

Signed-off-by: David Lambert <dave@lambsys.com>
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/22/head
Robert Nelson 11 years ago
parent 0ff008b13a
commit 6d037544e0

@ -910,7 +910,7 @@ finish_installing_device () {
setup_parition_recipe () {
#This (so far) has been leaving the first Partition Alone...
if [ "x${no_swap}" = "xenabled" ] ;
if [ "x${no_swap}" = "xenabled" ] ; then
cat > ${TEMPDIR}/initrd-tree/partition_recipe <<-__EOF__
500 1000 -1 ext4
method{ format } format{ }

Loading…
Cancel
Save