8 stat_busy
"Starting Arch32 Chroot"
9 mount
--bind /proc
/opt
/arch32
/proc
10 mount
--bind /proc
/bus
/usb
/opt
/arch32
/proc
/bus
/usb
11 mount
--bind /dev
/opt
/arch32
/dev
12 mount
--bind /dev
/pts
/opt
/arch32
/dev
/pts
13 mount
--bind /dev
/shm
/opt
/arch32
/dev
/shm
14 mount
--bind /sys
/opt
/arch32
/sys
15 mount
--bind /tmp
/opt
/arch32
/tmp
16 mount
--bind /home
/opt
/arch32
/home
21 stat_busy
"Stopping Arch32 Chroot"
22 umount
/opt
/arch32
/proc
/bus
/usb
23 umount
/opt
/arch32
/proc
24 umount
/opt
/arch32
/dev
/pts
25 umount
/opt
/arch32
/dev
/shm
26 umount
/opt
/arch32
/dev
27 umount
/opt
/arch32
/sys
28 umount
/opt
/arch32
/tmp
29 umount
/opt
/arch32
/home
39 echo "usage: $0 {start|stop|restart}"