From 9e8a7b2c1dcb153e3f4b242680c250af19b67e6f Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 18 Oct 2012 20:39:58 +0000 Subject: [PATCH] filesystem: updated to 2.8 and aligned with upstream --- filesystem/.footprint | 3 ++- filesystem/.md5sum | 2 +- filesystem/Pkgfile | 9 +++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/filesystem/.footprint b/filesystem/.footprint index c488bbd..56b1aba 100644 --- a/filesystem/.footprint +++ b/filesystem/.footprint @@ -8,7 +8,7 @@ drwxr-xr-x root/root etc/ -rw-r--r-- root/root etc/issue -rw-r--r-- root/root etc/mime.types -rw-r--r-- root/root etc/motd (EMPTY) --rw-r--r-- root/root etc/mtab (EMPTY) +lrwxrwxrwx root/root etc/mtab -> /proc/self/mounts -rw-r--r-- root/root etc/passwd -rw-r--r-- root/root etc/securetty -rw-r----- root/root etc/shadow @@ -22,6 +22,7 @@ drwxr-xr-x root/root opt/bin/ drwxr-xr-x root/root opt/sbin/ drwxr-xr-x root/root proc/ drwxr-x--- root/root root/ +drwxr-xr-x root/root run/ drwxr-xr-x root/root sbin/ drwxr-xr-x root/root sys/ drwxrwxrwt root/root tmp/ diff --git a/filesystem/.md5sum b/filesystem/.md5sum index 81fd708..6b6d8b5 100644 --- a/filesystem/.md5sum +++ b/filesystem/.md5sum @@ -1,4 +1,4 @@ -2bea1eed13c454901c4e368db67fda04 fstab +1ea1c43f6dceaf64d1a8d96fda1d4c2b fstab 7b103e0325616227a5d615f3c8687bb8 group ca2a8cf1bf672f64af8807259b9abf63 issue 346ede8d637940e2898cd29c56a37d30 mime.types diff --git a/filesystem/Pkgfile b/filesystem/Pkgfile index 29fba27..9b74ae9 100644 --- a/filesystem/Pkgfile +++ b/filesystem/Pkgfile @@ -5,8 +5,8 @@ # Depends on: name=filesystem -version=2.7 -release=1 +version=2.8 +release=3 source=(issue motd shells group passwd shadow securetty fstab mime.types) build() { @@ -21,6 +21,7 @@ build() { mkdir $PKG/tmp mkdir $PKG/mnt mkdir $PKG/root + mkdir $PKG/run mkdir $PKG/lib mkdir $PKG/lib/modules mkdir $PKG/opt @@ -68,14 +69,14 @@ build() { cp securetty $PKG/etc cp fstab $PKG/etc cp mime.types $PKG/etc - touch $PKG/etc/mtab + ln -s /proc/self/mounts $PKG/etc/mtab chmod 640 $PKG/etc/shadow # /usr/bin/crux cat > $PKG/usr/bin/crux << EOF #!/bin/sh -echo "CRUX version $version" +echo "CRUX-ARM version $version" # End of file EOF -- 2.26.2