@@ -16,6 +16,11 @@ if grep -q devfs /proc/filesystems &&
message "\n${MESSAGE_COLOR}NOTICE: Switching from devfs to udev or static
currently needs manual editing of /etc/fstab.${DEFAULT_COLOR}\n"
fi &&
+# default to the previously selected option #9772 - only a problem on the
very
+# second cast. persistant_add-ing the variable will make it be the default
in
+# the next query, even though it may seem redundant
+. /etc/sysconfig/devices &&
+persistent_add DEVICES &&
config_query_list DEVICES "Choose /dev management mode:" $DEVICES_LIST &&
if [[ "$DEVICES" != "devfs" ]]
then
diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index d70f9b0..9bde5b8 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,7 @@
+2007-01-08 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * CONFIGURE: fix #9772, restore the DEVICE settings for the second
cast
+ added missing &&
+
2006-12-19 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* init.d/mountall.sh: added no9p to not mount 9p resource sharers
* DETAILS: patchlevel++
[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (d42361bf7e0b5f01182185ab97538917b6645f59),
Jaka Kranjc, 01/08/2007