From c9ef59102b694de5d0ab6629ea9e71f0601461a6 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 3 Sep 2012 22:11:01 +0200 Subject: Do not mount /proc and /dev/pts during boot, only keep it in fstab for chroot mounting. --- debian/changelog | 2 ++ internet-kiosk-management/sbin/ik_create | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 79ab2ba..9fcee4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ internet-kiosk (0.0.2-0~edu1) UNRELEASED; urgency=low - Disable kms for radeon and i915 graphics adapters. - Drop i686 kernel, make sure symlinks to kernel image and initrd are relative. + - Do not mount /proc and /dev/pts during boot, only keep it in fstab + for chroot mounting. -- Mike Gabriel Tue, 21 Aug 2012 18:14:02 +0200 diff --git a/internet-kiosk-management/sbin/ik_create b/internet-kiosk-management/sbin/ik_create index 9e37ce9..5aca132 100755 --- a/internet-kiosk-management/sbin/ik_create +++ b/internet-kiosk-management/sbin/ik_create @@ -81,8 +81,8 @@ echo "iface lo inet loopback" >> $IK_CHROOT/etc/network/interfaces echo "localhost" > $IK_CHROOT/etc/hostname echo "127.0.0.1 localhost" >> $IK_CHROOT/etc/hosts cat > $IK_CHROOT/etc/fstab <