Browse Source

- skel-root/armbox: fix command to mount mmcblk0p1; thx to DboxOldie

master
vanhofen 6 years ago
parent
commit
dce73c7423
  1. 4
      skel-root/armbox/bre2ze4k/etc/mdev.conf
  2. 4
      skel-root/armbox/hd51/etc/mdev.conf

4
skel-root/armbox/bre2ze4k/etc/mdev.conf

@ -44,7 +44,7 @@ timer root:root 0660 =snd/
i2c-([0-9]) root:root 0660 >i2c/%1
# Console device
console root:tty 0600
console root:root 0600
# TTY devices
tty root:root 0666
@ -76,7 +76,7 @@ fp0 root:root 0660 =dbox/fp0
# Disc devices
sr[0-9] root:root 0664 */lib/mdev/fs/mdev-mount
# Memory cards / eMMC-Partitions
mmcblk0p1 root:root 0664 @mount -t auto /dev/$MDEV /boot 2>&1 >/dev/null
mmcblk0p1 root:root 0664 @mount -t vfat /dev/$MDEV /boot 2>&1 >/dev/null
mmcblk[0-9]p[0-9] root:root 0664 */lib/mdev/fs/mdev-mmcblk
# WLAN devices

4
skel-root/armbox/hd51/etc/mdev.conf

@ -44,7 +44,7 @@ timer root:root 0660 =snd/
i2c-([0-9]) root:root 0660 >i2c/%1
# Console device
console root:tty 0600
console root:root 0600
# TTY devices
tty root:root 0666
@ -76,7 +76,7 @@ fp0 root:root 0660 =dbox/fp0
# Disc devices
sr[0-9] root:root 0664 */lib/mdev/fs/mdev-mount
# Memory cards / eMMC-Partitions
mmcblk0p1 root:root 0664 @mount -t auto /dev/$MDEV /boot 2>&1 >/dev/null
mmcblk0p1 root:root 0664 @mount -t vfat /dev/$MDEV /boot 2>&1 >/dev/null
mmcblk[0-9]p[0-9] root:root 0664 */lib/mdev/fs/mdev-mmcblk
# WLAN devices

Loading…
Cancel
Save