readd shm and pts mounting

This commit is contained in:
Tobias Powalowski 2011-02-05 23:33:23 +01:00
parent 85b4aee81c
commit bc1d2f713e

View file

@ -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"