From a067761b7ab07a15d319016e51c5d4945056a000 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 20 Nov 2020 23:32:35 +0100 Subject: [PATCH] - fix mounting of sdcards --- skel-root/hd5x/etc/mdev.conf | 6 ++++-- skel-root/hd6x/etc/mdev.conf | 6 ++++-- skel-root/vuduo/etc/mdev.conf | 6 ++++-- skel-root/vuplus/etc/mdev.conf | 6 ++++-- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/skel-root/hd5x/etc/mdev.conf b/skel-root/hd5x/etc/mdev.conf index 845e0c57..7ba38618 100644 --- a/skel-root/hd5x/etc/mdev.conf +++ b/skel-root/hd5x/etc/mdev.conf @@ -75,9 +75,11 @@ fp0 root:root 0660 =dbox/fp0 [hs]d[a-z][0-9]? root:root 0664 */lib/mdev/fs/mdev-mount # Disc devices sr[0-9] root:root 0664 */lib/mdev/fs/mdev-mount -# Memory cards / eMMC-Partitions +# Memory cards +mmcblk[1-9]p[0-9]* root:root 0664 */lib/mdev/fs/mdev-mount +# eMMC-Partitions mmcblk0p%(BOOT_PARTITION) 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 +mmcblk0p[0-9]* root:root 0664 */lib/mdev/fs/mdev-mmcblk # WLAN devices ra[0-9]* root:root 0644 */lib/mdev/net/mdev-wlan diff --git a/skel-root/hd6x/etc/mdev.conf b/skel-root/hd6x/etc/mdev.conf index 845e0c57..7ba38618 100644 --- a/skel-root/hd6x/etc/mdev.conf +++ b/skel-root/hd6x/etc/mdev.conf @@ -75,9 +75,11 @@ fp0 root:root 0660 =dbox/fp0 [hs]d[a-z][0-9]? root:root 0664 */lib/mdev/fs/mdev-mount # Disc devices sr[0-9] root:root 0664 */lib/mdev/fs/mdev-mount -# Memory cards / eMMC-Partitions +# Memory cards +mmcblk[1-9]p[0-9]* root:root 0664 */lib/mdev/fs/mdev-mount +# eMMC-Partitions mmcblk0p%(BOOT_PARTITION) 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 +mmcblk0p[0-9]* root:root 0664 */lib/mdev/fs/mdev-mmcblk # WLAN devices ra[0-9]* root:root 0644 */lib/mdev/net/mdev-wlan diff --git a/skel-root/vuduo/etc/mdev.conf b/skel-root/vuduo/etc/mdev.conf index 69c1f932..11187e1a 100644 --- a/skel-root/vuduo/etc/mdev.conf +++ b/skel-root/vuduo/etc/mdev.conf @@ -75,9 +75,11 @@ fp0 root:root 0660 =dbox/fp0 [hs]d[a-z][0-9]? root:root 0664 */lib/mdev/fs/mdev-mount # Disc devices sr[0-9] root:root 0664 */lib/mdev/fs/mdev-mount -# Memory cards / eMMC-Partitions +# Memory cards +mmcblk[1-9]p[0-9]* root:root 0664 */lib/mdev/fs/mdev-mount +# eMMC-Partitions 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 +mmcblk0p[0-9]* root:root 0664 */lib/mdev/fs/mdev-mmcblk # WLAN devices ra[0-9]* root:root 0644 */lib/mdev/net/mdev-wlan diff --git a/skel-root/vuplus/etc/mdev.conf b/skel-root/vuplus/etc/mdev.conf index 845e0c57..7ba38618 100644 --- a/skel-root/vuplus/etc/mdev.conf +++ b/skel-root/vuplus/etc/mdev.conf @@ -75,9 +75,11 @@ fp0 root:root 0660 =dbox/fp0 [hs]d[a-z][0-9]? root:root 0664 */lib/mdev/fs/mdev-mount # Disc devices sr[0-9] root:root 0664 */lib/mdev/fs/mdev-mount -# Memory cards / eMMC-Partitions +# Memory cards +mmcblk[1-9]p[0-9]* root:root 0664 */lib/mdev/fs/mdev-mount +# eMMC-Partitions mmcblk0p%(BOOT_PARTITION) 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 +mmcblk0p[0-9]* root:root 0664 */lib/mdev/fs/mdev-mmcblk # WLAN devices ra[0-9]* root:root 0644 */lib/mdev/net/mdev-wlan