New commits:
commit 743ab38e69d32c9db40ee402e864dd4c7b834c2c
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
init.d: properly do the devices sourcing
diff --git a/smgl/init.d/CONFIGURE b/smgl/init.d/CONFIGURE
index ba5b6e7..c9ec0c8 100755
--- a/smgl/init.d/CONFIGURE
+++ b/smgl/init.d/CONFIGURE
@@ -19,7 +19,9 @@ fi &&
# default to the previously selected option #9772 - only a problem on the
very
# second cast. Adding it to the start of the list makes it the default in
# the next query.
-. /etc/sysconfig/devices &&
+if [[ -f $INSTALL_ROOT/etc/sysconfig/devices ]]; then
+ . $INSTALL_ROOT/etc/sysconfig/devices
+fi &&
config_query_list DEVICES "Choose /dev management mode:" $DEVICES
${DEVICES_LIST/$DEVICES/}
if [[ "$DEVICES" != "devfs" ]]
then
diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index c233143..48e0ae6 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,6 @@
+2007-01-10 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * CONFIGURE: added check before sourcing devices
+
2007-01-08 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* CONFIGURE: fix #9772, restore the DEVICE settings for the second
cast
added missing &&
[SM-Commit] GIT changes to stable-rc-0.6 grimoire by Jaka Kranjc (743ab38e69d32c9db40ee402e864dd4c7b834c2c),
Jaka Kranjc, 01/10/2007