Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 19 years ago
parent
commit
652b7ee319
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      package/blindcoder/rockinitrd/linuxrc

+ 2
- 1
package/blindcoder/rockinitrd/linuxrc

@ -37,11 +37,12 @@ mount -n -t tmpfs none /tmp
mount -n -t proc none /proc
mount -n -t sysfs none /sys
mount -n -t ramfs none /dev
/sbin/udevd &
/sbin/udevstart
/sbin/udevd --daemon
cd /dev
rm -rf fd
ln -sf /proc/self/fd
mkdir -p pts shm
cd /
while read dev mntpoint fstype options fsck1 fsck2 ; do

Loading…
Cancel
Save