Browse Source

Alejandro Mery <amery@geeks.cl>:

Activate Volume groups at init.d/system if presents.
tested


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1716 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Alejandro Mery 21 years ago
parent
commit
b74095695a
2 changed files with 6 additions and 0 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +5
    -0
      package/base/sysfiles/system.init

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -5,6 +5,7 @@
kernel)
mine/gasgui "Full install" fix (bug reported by daja77)
stone: only look in module files for main menu entries
- Alejandro Mery: added activation of volume groups at init.d/system
*) 2003-11-07 (2.0.0-rc2 - 2.0.0-rc3)

+ 5
- 0
package/base/sysfiles/system.init

@ -41,6 +41,11 @@ dnl
check(`sh /etc/conf/devfs')
block_split(`Activating swap devices.')
check(`swapon -a')
dnl
if [ -s /etc/lvmtab ]; then
block_split(`Activating Volume Groups...')
check(`/sbin/vgchange -ay')
fi
dnl
block_split(`Checking file systems.')
fsck -A -C -a ; fsckrc=$?

Loading…
Cancel
Save