Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 78065 by Arwed von Merkatz for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Eric Sandall" <eric AT sandall.us>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Pol Vinogradov" <vin.public AT gmail.com>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 78065 by Arwed von Merkatz for review
  • Date: Wed, 19 Apr 2006 17:40:01 +0100 (BST)

Change 78065 by arwed_von_merkatz@arwed-Otherland on 2006/04/19 17:38:59

revert init.d LVM change as it breaks bootup

Affected files ...

... //sgl/grimoires/devel/smgl/init.d/WIP#7 add
... //sgl/grimoires/test/smgl/init.d/DETAILS#20 edit
... //sgl/grimoires/test/smgl/init.d/HISTORY#41 edit
... //sgl/grimoires/test/smgl/init.d/init.d/mountall.sh#11 edit
... //sgl/grimoires/test/smgl/init.d/init.d/mountroot.sh#3 edit

Differences ...

==== //sgl/grimoires/test/smgl/init.d/DETAILS#20 (xtext) ====

@@ -4,7 +4,7 @@
UPDATED=20051212
LICENSE[0]=GPL
BUILD_API=2
- PATCHLEVEL=8
+ PATCHLEVEL=7
KEYWORDS="smgl"
SHORT="This is the basic initalization system of SMGL"
cat << EOF

==== //sgl/grimoires/test/smgl/init.d/HISTORY#41 (text) ====

@@ -1,7 +1,3 @@
-2006-04-19 Sergey Lipnevich <sergey AT sourcemage.org>
- * init.d/mount*.sh: move LVM initialization from mountall to mountroot
- to account for the case when root FS is on a logical volume.
-
2006-04-10 Jeremy Blosser <jblosser-smgl AT firinn.org>
* files/smgl_init: Make it so WANTS are actually optional.
* DETAILS: PATCHLEVEL++

==== //sgl/grimoires/test/smgl/init.d/init.d/mountall.sh#11 (xtext) ====

@@ -58,6 +58,13 @@
mount -a -t /proc
evaluate_retval

+ if optional_executable /sbin/vgscan && optional_executable /sbin/vgchange
; then
+ echo -n "Scanning for and initializing all available LVM volume
groups..."
+ /sbin/vgscan --ignorelockingfailure --mknodes &&
+ /sbin/vgchange -ay --ignorelockingfailure
+ evaluate_retval
+ fi
+
checkfs

if optional_executable /sbin/swapon ; then

==== //sgl/grimoires/test/smgl/init.d/init.d/mountroot.sh#3 (xtext) ====

@@ -51,16 +51,6 @@
raidstart --all
fi

- #
- # Enable logical volumes for LVM and create device nodes
- #
- if optional_executable /sbin/vgscan && optional_executable /sbin/vgchange
; then
- echo -n "Scanning for and initializing all available LVM volume
groups..."
- /sbin/vgscan --ignorelockingfailure --mknodes &&
- /sbin/vgchange -ay --ignorelockingfailure
- evaluate_retval
- fi
-
echo "Mounting root file system read only..."
mount -n -o remount,ro /
evaluate_retval || exit 1



  • [SM-Commit] PERFORCE change 78065 by Arwed von Merkatz for review, Perforce Review Daemon, 04/19/2006

Archive powered by MHonArc 2.6.24.

Top of Page