Browse Source

Alejandro Mery:


			
			
				rocklinux
			
			
		
Alejandro Mery 20 years ago
parent
commit
b43318687f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      package/base/sysfiles/system.init

+ 2
- 1
package/base/sysfiles/system.init

@ -37,6 +37,7 @@ dnl
if [ -f /etc/conf/hardware ] ; then
. /etc/conf/hardware
fi
dmesg -n 3
dnl
block_split(`Configuring the /dev filesystem ...')
check(`sh /etc/conf/devfs')
@ -109,7 +110,7 @@ dnl
chmod 664 /var/run/utmp ; chown root:tty /var/run/utmp
dnl
block_split(`Writing /var/log/boot.msg.')
check(`dmesg > /var/log/boot.msg') ; dmesg -n 3
check(`dmesg > /var/log/boot.msg')
dnl
block_split(`Setting keyboard keymappings.')
if [ -L /etc/default.keymap ] ; then

Loading…
Cancel
Save