wok view busybox/stuff/init @ rev 1703

busybox: / is tmpfs in livecd/frugal
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 13 23:45:08 2008 +0000 (2008-11-13)
parents
children 8c3c67c64f26
line source
1 #!/bin/sh
3 echo "switching / to tmpfs..."
4 /bin/mount -t tmpfs tmpfs /mnt
5 /bin/mkdir /mnt/mnt
6 /bin/mv /dev /usr /var /root /etc /sys /tmp /media /proc /home /mnt
7 /bin/ln -s bin/busybox mnt/init
8 /bin/cp -a /sbin /bin /lib /mnt
9 exec /sbin/switch_root mnt /init