diff options
Diffstat (limited to 'data')
| -rwxr-xr-x | data/stage3.1/init | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/data/stage3.1/init b/data/stage3.1/init index 53420983..d25d205d 100755 --- a/data/stage3.1/init +++ b/data/stage3.1/init @@ -21,8 +21,6 @@ mount -n -t tmpfs -o 'mode=755' run "/run" [ ! -d /sys/class ] && mount -n -t sysfs sysfs /sys #modprobe -a squashfs aufs 2>/dev/null -#insmod /lib/modules/3.2.0-24-generic-pae/kernel/fs/squashfs/squashfs.ko -#insmod /lib/modules/3.2.0-24-generic-pae/kernel/ubuntu/aufs/aufs.ko mkdir -p /dev/shm/union /dev/shm/uniontmp /rorootfs mount -n /mnt/openslx.sqfs /rorootfs @@ -39,7 +37,7 @@ for mnt in proc sys run ; do umount -n $mnt done -/bin/busybox sh +#/bin/sh unset BOOT_IMAGE initrd # new style of pivoting (switch_root or run-init) -exec /bin/switch_root -c dev/console /mnt /sbin/init +exec /sbin/switch_root -c dev/console /mnt /usr/lib/systemd/systemd |
