summaryrefslogtreecommitdiffstats
path: root/initramfs/mkdxsinitrd
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-05-06 00:50:24 +0200
committerDirk von Suchodoletz2007-05-06 00:50:24 +0200
commit01bcfb0c22a98d3744e848ce581050f527dc9f03 (patch)
tree1e969b96c8f12e2a7411955d691e587896f551f2 /initramfs/mkdxsinitrd
parent* added option -S to mkdxsinitrd in order to pass in the system name (diff)
downloadcore-01bcfb0c22a98d3744e848ce581050f527dc9f03.tar.gz
core-01bcfb0c22a98d3744e848ce581050f527dc9f03.tar.xz
core-01bcfb0c22a98d3744e848ce581050f527dc9f03.zip
It might be more convenient to use the mkfs.ext2 out of rootfilesystem
than copying it into initramfs (unless available via busybox again) ... (Same principle is used for ldconfig already) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1008 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/mkdxsinitrd')
-rwxr-xr-xinitramfs/mkdxsinitrd5
1 files changed, 3 insertions, 2 deletions
diff --git a/initramfs/mkdxsinitrd b/initramfs/mkdxsinitrd
index 5e566a85..88e1ea67 100755
--- a/initramfs/mkdxsinitrd
+++ b/initramfs/mkdxsinitrd
@@ -422,8 +422,9 @@ 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
-cobi mkfs.ext2 bin
+# 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