Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 19 years ago
parent
commit
a274d3aabc
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      package/base/rockinitrd/init

+ 5
- 0
package/base/rockinitrd/init

@ -95,4 +95,9 @@ mount -n --move /proc /root/proc
mount -n --move /sys /root/sys
mount -n --move /dev /root/dev
/sbin/pivot_root . initrd
# re-start real-system udevd, so group/permission settings get honored
killall udevd
/sbin/udevd --daemon
exec chroot . $real_init "${@}" < /dev/console > /dev/console 2>&1

Loading…
Cancel
Save