summaryrefslogtreecommitdiffstats
path: root/initramfs/mkdxsinitrd
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-05-31 21:34:06 +0200
committerDirk von Suchodoletz2007-05-31 21:34:06 +0200
commit5a14e6c22e574b98d1550dab3d2fe88c81e13b68 (patch)
treea1eb8f72323110e7afe9980abf6b534174cc5695 /initramfs/mkdxsinitrd
parentYes, we definitly love sed! (diff)
downloadcore-5a14e6c22e574b98d1550dab3d2fe88c81e13b68.tar.gz
core-5a14e6c22e574b98d1550dab3d2fe88c81e13b68.tar.xz
core-5a14e6c22e574b98d1550dab3d2fe88c81e13b68.zip
Change in pcitable (see #100) eepro100 -> e100. Changeback of silly
comments in mkdxsinitrd. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1124 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/mkdxsinitrd')
-rwxr-xr-xinitramfs/mkdxsinitrd21
1 files changed, 10 insertions, 11 deletions
diff --git a/initramfs/mkdxsinitrd b/initramfs/mkdxsinitrd
index b7f11494..c8365984 100755
--- a/initramfs/mkdxsinitrd
+++ b/initramfs/mkdxsinitrd
@@ -101,18 +101,17 @@ precheck() {
echo -e "\nYou don't have the needed permission. Please rerun as root user!\n"
exit 1
fi
- # fixme:: Do we really need this!?
# Check for correct settings of SLX-Variables
- #if [ "x" == "x$SLX_BASE_PATH" ]; then
- # if [ "x$SLX_CONFIG_PATH" == "x@@@SLX_CONFIG_PATH@@@" ]; then
- # echo "Please make sure you install the Open SLX Software properly,"
- # echo "i.e. install it using the provided Makefile. Thanks."
- # else
- # echo "Essential configuration is missing. Please verify"
- # echo "existence and correctness of $SLX_SHARE_PATH/settings.default"
- # fi
- # exit 1
- #fi
+ if [ "x" == "x$SLX_BASE_PATH" ]; then
+ if [ "x$SLX_CONFIG_PATH" == "x@@@SLX_CONFIG_PATH@@@" ]; then
+ echo "Please make sure you install the Open SLX Software properly,"
+ echo "i.e. install it using the provided Makefile. Thanks."
+ else
+ echo "Essential configuration is missing. Please verify"
+ echo "existence and correctness of $SLX_SHARE_PATH/settings.default"
+ fi
+ exit 1
+ fi
}
# replaces which command to find executables inside ROOTDIR