summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-08-03 15:19:32 +0200
committerDirk von Suchodoletz2007-08-03 15:19:32 +0200
commita41c82d14434898f0cecfc5b6332fbf538b44321 (patch)
treeab28ba4980f633ccc62a726b9be797788f1aadaa /initramfs
parentFurther on ... (see r1308, #153) (diff)
downloadcore-a41c82d14434898f0cecfc5b6332fbf538b44321.tar.gz
core-a41c82d14434898f0cecfc5b6332fbf538b44321.tar.xz
core-a41c82d14434898f0cecfc5b6332fbf538b44321.zip
Makefile had to be extended too ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1310 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs')
-rwxr-xr-xinitramfs/mkdxsinitrd6
1 files changed, 1 insertions, 5 deletions
diff --git a/initramfs/mkdxsinitrd b/initramfs/mkdxsinitrd
index 171b8ba6..68e21f05 100755
--- a/initramfs/mkdxsinitrd
+++ b/initramfs/mkdxsinitrd
@@ -369,7 +369,7 @@ if [ -z "$ROOTDIR" ] ; then
echo "No ROOTDIR given - please use the -r flag! Exiting..."
exit 1
fi
-if [ -z "$SYSTEM_NAME" ] ; then
+if [ -z "$SYSTEM_NAME" -a -z "$cdboot" ] ; then
echo "No system name given - please use the -S flag! Exiting..."
exit 1
fi
@@ -441,10 +441,6 @@ done
echo -e "#!/bin/ash\n/bin/ash \$@" > ${INSTDIR}/bin/sh
chmod a+x ${INSTDIR}/bin/sh
-# fixme: add ext2 stuff until busybox offers these tools again or use mkfs.ext2
-# out of mounted root filesystem (more convenient)??
-#cobi mkfs.ext2 bin
-
# binaries useful for debugging purposes
if [ $IRFSDEBUG -gt 2 ] ; then
for bbins in \