]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
generator: Change name of installer image.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Apr 2010 19:44:40 +0000 (21:44 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Apr 2010 19:44:40 +0000 (21:44 +0200)
installer.img -> installer.sfs.

tools/generator

index 14ec56cbac748837184684355a61d0aa8c9ae896..6b2f0baf0f8da9c9d9bfa2b088881432da2bb7d7 100755 (executable)
@@ -84,7 +84,11 @@ make_installer() {
 
        rm -rf /installer/usr/include
 
-       mksquashfs * ${dest}/installer.img -no-progress
+       for dir in dev proc sys; do
+               mkdir -p ${dir} 2>/dev/null
+       done
+
+       mksquashfs * ${dest}/installer.sfs -no-progress
 
        popd
 }