diff options
Diffstat (limited to 'init')
-rwxr-xr-x | init | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -224,8 +224,8 @@ run_scripts /scripts/init-bottom [ "$quiet" != "y" ] && log_end_msg # Move virtual filesystems over to the real filesystem -mount -n -o move /sys ${rootmnt}/sys -mount -n -o move /proc ${rootmnt}/proc +mount -n -o move -t sysfs /sys ${rootmnt}/sys +mount -n -o move -t proc /proc ${rootmnt}/proc validate_init() { checktarget="${1}" |