#!@TT_BOOTSTRAP_PREFIX@/bin/bash # Mounts the file systems needed in chroot. # This script is called from genesis but kept seperate in case we need reboot the host. install -d /proc mount -t proc proc /proc install -d /sys mount -t sysfs sysfs /sys install -d /dev/pts mount -t devpts -o gid=4,mode=620 none /dev/pts install -d /dev/shm mount -t tmpfs none /dev/shm