summaryrefslogtreecommitdiff
path: root/2_install.sh
diff options
context:
space:
mode:
authorjonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e>2007-02-07 22:03:53 +0000
committerjonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e>2007-02-07 22:03:53 +0000
commit1202cbc08160b82aef927e71a2e301ea535f4960 (patch)
tree2fd162dbc37d60576787f91d106c50bfb4c8e349 /2_install.sh
parent93b80b81cd66ebcb9d1f78cfed685c2c7760be30 (diff)
The actual rootfs names has no trailing 'fs'
git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/homebase@50 8f53b18a-e215-0410-8885-9f593d34873e
Diffstat (limited to '2_install.sh')
-rwxr-xr-x2_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/2_install.sh b/2_install.sh
index 3beb727..be8d5dd 100755
--- a/2_install.sh
+++ b/2_install.sh
@@ -23,7 +23,7 @@ else
fi
# Finalize root filesystem
-if [ "$ROOTFS" = "isofs" ]; then
+if [ "$ROOTFS" = "iso" ]; then
mkdir "$targettemp_isofs"
# FIXME: not yet implemented!
echo 'ARRGH - this is not possible (should have failed earlier)!'