if [ -e /tmp/devices2dev ] ; then
for file in $( cat /tmp/devices2dev ) ; do
- if [ -f $file ] ;
+ if [ -f $file ] ;
then if [ "$file" = "/etc/securetty" ];
- then cp $file $file.$( date +'%Y%m%d%H%M' ) &&
- sedit 's!/devices/!!' $file
+ then cp $file $file.$( date +'%Y%m%d%H%M' ) &&
+ sedit 's!/devices/!!' $file
else cp $file $file.$( date +'%Y%m%d%H%M' ) &&
- sedit 's!/devices!/dev!' $file
+ sedit 's!/devices!/dev!' $file
fi
fi
done
diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index 60a931c..47bbb4c 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,11 @@
+2008-07-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: bump version to 2.2.3 for loop-AES' losetup detection in
+ mountall.sh (since loop-AES considered as quite stable for a long)
+ and the last changes like domainname and luks support
+ * FINAL: removed useless spaces
+ * init.d/mountroot.sh: removing anything after just read-only mounted
+ partition doesn't make any sense (error notified in 2.6.26)
+
2008-06-21 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: don't do useless doc'ing, fixed short desc, corrected SMGL
-2006-03-11 Jeremy Blosser <jblosser-smgl AT firinn.org>
+2006-03-11 Jeremy Blosser <jblosser-smgl AT firinn.org>
* WIP: Removed, this is going to test.
2006-03-07 Juuso Alasuutari <juuso.alasuutari AT tamperelainen.org>
@@ -162,15 +170,15 @@
otherwise (at least kbd's loadkeys would).
2006-03-05 Juuso Alasuutari <juuso.alasuutari AT tamperelainen.org>
- * init.d/keymap.sh, keymap.conf: removed ENABLE_EURO, replaced
- with INCLUDEMAPS which is not specific to console-tools and
+ * init.d/keymap.sh, keymap.conf: removed ENABLE_EURO, replaced
+ with INCLUDEMAPS which is not specific to console-tools and
allows any include keymaps to be loaded.
2006-03-03 Juuso Alasuutari <juuso.alasuutari AT tamperelainen.org>
- * init.d/keymap.sh: font & unicode are set on all consoles
+ * init.d/keymap.sh: font & unicode are set on all consoles
listed in /etc/inittab if $TTY_NUMS has "*".
- * init.d/keymap.conf: added comments; info about TTY_NUMS="*"
- and notice that TTY_NUMS needs to be set for any font/unicode
+ * init.d/keymap.conf: added comments; info about TTY_NUMS="*"
+ and notice that TTY_NUMS needs to be set for any font/unicode
changes to take effect
2006-02-27 David Brown <dmlb2000 AT gmail.com>
diff --git a/smgl/init.d/init.d/mountroot.sh b/smgl/init.d/init.d/mountroot.sh
index 50afe65..d2bba1a 100755
--- a/smgl/init.d/init.d/mountroot.sh
+++ b/smgl/init.d/init.d/mountroot.sh
@@ -32,8 +32,6 @@ checkrootfs()
/sbin/sulogin
/sbin/reboot -f
fi
-
- rm -f /fastboot /forcefsck
}
scanlvm()
[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (056e6a46363ab6589d97223a560fa235f014d8bc),
Vlad Glagolev, 07/14/2008