CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
filesystem: updated to 2.8 and aligned with upstream
authorJose V Beneyto <sepen@crux.nu>
Thu, 18 Oct 2012 20:39:58 +0000 (20:39 +0000)
committerJose V Beneyto <sepen@crux.nu>
Thu, 18 Oct 2012 20:39:58 +0000 (20:39 +0000)
filesystem/.footprint
filesystem/.md5sum
filesystem/Pkgfile

index c488bbd52fd775b838673596b58f2f689b9433d9..56b1abaf48518066dac13f7633d1784ff7a88eb4 100644 (file)
@@ -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/
index 81fd708d412c8b6ee6586f8f1927947714c4d055..6b6d8b5bdab08e59d59ec643dde164a166467366 100644 (file)
@@ -1,4 +1,4 @@
-2bea1eed13c454901c4e368db67fda04  fstab
+1ea1c43f6dceaf64d1a8d96fda1d4c2b  fstab
 7b103e0325616227a5d615f3c8687bb8  group
 ca2a8cf1bf672f64af8807259b9abf63  issue
 346ede8d637940e2898cd29c56a37d30  mime.types
index 29fba27e5da39d67ebde85700de8fd6e3849eaa0..9b74ae9c139de5f708450c3985804a7cc3a5087e 100644 (file)
@@ -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