From bc1d2f713e3f439b65336ab38e0ee98069a8d85c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 5 Feb 2011 23:33:23 +0100 Subject: [PATCH] readd shm and pts mounting --- usr/share/archboot/base/etc/rc.sysinit | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/usr/share/archboot/base/etc/rc.sysinit b/usr/share/archboot/base/etc/rc.sysinit index 91c39b374..3eaa3a304 100755 --- a/usr/share/archboot/base/etc/rc.sysinit +++ b/usr/share/archboot/base/etc/rc.sysinit @@ -2,6 +2,12 @@ . /etc/rc.conf . /etc/rc.d/functions +# needed in rc.sysinit, no fstab used! +mkdir -p /dev/pts +mkdir -p /dev/shm +mount /dev/pts +mount /dev/shm + echo " " printhl "Arch Linux\n" printhl "${C_H2}http://www.archlinux.org"