summaryrefslogtreecommitdiffstats
path: root/initramfs/mkdxsinitrd
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/mkdxsinitrd')
-rwxr-xr-xinitramfs/mkdxsinitrd4
1 files changed, 2 insertions, 2 deletions
diff --git a/initramfs/mkdxsinitrd b/initramfs/mkdxsinitrd
index cd6365c8..7c83b583 100755
--- a/initramfs/mkdxsinitrd
+++ b/initramfs/mkdxsinitrd
@@ -276,7 +276,7 @@ elif [ -d "$ROOTDIR/usr/share/splash/themes/${theme}" ]; then
themes_dir="/usr/share/splash/themes/${theme}"
fi
-#fixme: very ugly ;)
+#fixme: very ugly ;) shouldn't do anything in $ROOTDIR/tmp
mkdir -p $ROOTDIR/tmp/bootsplash
cp -a $themes_dir/* $ROOTDIR/tmp/bootsplash
themes=${themes_dir%bootsplash}
@@ -557,7 +557,7 @@ if [ -z "$FSMODULES" ] ; then
FSMODULES="nbd nfs"
fi
if [ -z "$INITRD_PATH" ] ; then
- INITRD_PATH="${ROOTDIR}/tmp/slxinitramfs.gz"
+ INITRD_PATH="/tmp/slxinitramfs.gz"
fi
# put all needed modules into initial ramdisk