Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (056e6a46363ab6589d97223a560fa235f014d8bc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (056e6a46363ab6589d97223a560fa235f014d8bc)
  • Date: Mon, 14 Jul 2008 06:35:22 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

smgl/init.d/DETAILS | 3 +--
smgl/init.d/FINAL | 8 ++++----
smgl/init.d/HISTORY | 20 ++++++++++++++------
smgl/init.d/init.d/mountroot.sh | 2 --
4 files changed, 19 insertions(+), 14 deletions(-)

New commits:
commit 056e6a46363ab6589d97223a560fa235f014d8bc
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

init.d: => 2.2.3 (a bit new functionality), loop-AES support, clean up,
and some fix for the new kernel

diff --git a/smgl/init.d/DETAILS b/smgl/init.d/DETAILS
index bccd7f2..3ee7055 100755
--- a/smgl/init.d/DETAILS
+++ b/smgl/init.d/DETAILS
@@ -1,6 +1,5 @@
SPELL=init.d
- VERSION=2.2.2
- PATCHLEVEL=2
+ VERSION=2.2.3
LICENSE[0]=GPL
GATHER_DOCS=off
KEYWORDS="smgl"
diff --git a/smgl/init.d/FINAL b/smgl/init.d/FINAL
index 2cd3afc..e6218da 100755
--- a/smgl/init.d/FINAL
+++ b/smgl/init.d/FINAL
@@ -6,12 +6,12 @@ fi

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

@@ -145,7 +153,7 @@
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

-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

Archive powered by MHonArc 2.6.24.

Top of Page