summaryrefslogtreecommitdiff
path: root/2_install.sh
diff options
context:
space:
mode:
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)!'