-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
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/
-2bea1eed13c454901c4e368db67fda04 fstab
+1ea1c43f6dceaf64d1a8d96fda1d4c2b fstab
7b103e0325616227a5d615f3c8687bb8 group
ca2a8cf1bf672f64af8807259b9abf63 issue
346ede8d637940e2898cd29c56a37d30 mime.types
# 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() {
mkdir $PKG/tmp
mkdir $PKG/mnt
mkdir $PKG/root
+ mkdir $PKG/run
mkdir $PKG/lib
mkdir $PKG/lib/modules
mkdir $PKG/opt
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