filesystem: directories /dev/pts and /dev/shm added

This commit is contained in:
Juergen Daubert 2012-09-29 18:57:12 +02:00
parent a4fb86f25c
commit d1cd43e3d8
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,8 @@ drwxr-xr-x root/root bin/
drwxr-xr-x root/root boot/
drwxr-xr-x root/root dev/
crw------- root/root dev/console (5, 1)
drwxr-xr-x root/root dev/pts/
drwxr-xr-x root/root dev/shm/
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/fstab
-rw-r--r-- root/root etc/group

View File

@ -4,7 +4,7 @@
name=filesystem
version=2.8
release=2
release=3
source=(issue motd shells group passwd shadow securetty fstab mime.types)
build() {
@ -13,6 +13,7 @@ build() {
mkdir $PKG/sbin
mkdir $PKG/boot
mkdir $PKG/dev
mkdir $PKG/dev/{pts,shm}
mkdir $PKG/proc
mkdir $PKG/sys
mkdir $PKG/etc