summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinitramfs/distro-specs/suse/files-default/etc/init.d/boot1
-rwxr-xr-xinitramfs/mkdxsinitrd7
2 files changed, 4 insertions, 4 deletions
diff --git a/initramfs/distro-specs/suse/files-default/etc/init.d/boot b/initramfs/distro-specs/suse/files-default/etc/init.d/boot
index 8012f287..ff0374dd 100755
--- a/initramfs/distro-specs/suse/files-default/etc/init.d/boot
+++ b/initramfs/distro-specs/suse/files-default/etc/init.d/boot
@@ -24,7 +24,6 @@
# Most of preparation is done within the initial ramdisk
#
################################################################
-LD_LIBRARY_PATH=/usr/lib
# Before we do anything else, try at first to activate SELinux support
test -d /selinux && mount -n -t selinuxfs none /selinux &>/dev/null
diff --git a/initramfs/mkdxsinitrd b/initramfs/mkdxsinitrd
index 6557995f..33355310 100755
--- a/initramfs/mkdxsinitrd
+++ b/initramfs/mkdxsinitrd
@@ -57,14 +57,15 @@ SLX_CONFIG_PATH=@@@SLX_CONFIG_PATH@@@
. $SLX_CONFIG_PATH/settings.default
[ -f $SLX_CONFIG_PATH/settings.local ] && \
. $SLX_CONFIG_PATH/settings.local
-# read the common functions file
-[ -e ${SLX_SHARE_PATH}/initramfs/etc/functions ] && \
- . ${SLX_SHARE_PATH}/initramfs/etc/functions
#########################################################################
# End of global variable declaration, nothing needed to be changed at
# default below that line
+testmkd () {
+ test -d $1 || mkdir -p $1 >/dev/null 2>&1
+}
+
usage()
{
echo -e "mkdxsinitrd [-dh] [-k kernel version] [-i path/file] \