summaryrefslogtreecommitdiffstats
path: root/initramfs/slxmkramfs
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-01-10 16:08:43 +0100
committerDirk von Suchodoletz2007-01-10 16:08:43 +0100
commit39542a6836ce2abd85a8df04af4229c888a71956 (patch)
tree0434e55a09b44a5fec2de55bfbdf3fa5da7644e2 /initramfs/slxmkramfs
parentAs our original filename does not end with .rpm we have to check if this (diff)
downloadcore-39542a6836ce2abd85a8df04af4229c888a71956.tar.gz
core-39542a6836ce2abd85a8df04af4229c888a71956.tar.xz
core-39542a6836ce2abd85a8df04af4229c888a71956.zip
Busybox is now properly named for the two supported architectures: i386
and x86_64. mkdxsinitrd includes usb keyboard stuff per default and init loads the modules rather early (otherwise on non-legacy machines debugging might be difficult) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@609 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/slxmkramfs')
-rwxr-xr-xinitramfs/slxmkramfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/slxmkramfs b/initramfs/slxmkramfs
index 6a0bba9d..8162f840 100755
--- a/initramfs/slxmkramfs
+++ b/initramfs/slxmkramfs
@@ -156,7 +156,7 @@ else
-e "s,@@@COMETCEXCL@@@,${COMETCEXCL},g" \
-e "s,@@@DATE@@@,${DATE},g;/^#[^!].*/d" \
${SLX_SHARE_PATH}/initramfs/${FILENAME} >> ${INSTDIR}/${FILENAME}
- [ -x busybox -a "$use_busybox" = 1 ] && sed -e "s,^#!/bin/sh,#!/bin/ash," \
+ [ "$use_busybox" = 1 ] && sed -e "s,^#!/bin/sh,#!/bin/ash," \
-i ${INSTDIR}/${FILENAME}
fi
fi