From 45de4983cb7aa529ea9d7a7e0617ddb813a0841d Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 4 Nov 2018 01:58:26 +0100 Subject: [PATCH] - move /etc/mtab away from skel-root --- make/rootfs.mk | 2 ++ skel-root/armbox/hd51/etc/mtab | 1 - skel-root/coolstream/hd1/etc/mtab | 1 - skel-root/coolstream/hd2/etc/mtab | 1 - 4 files changed, 2 insertions(+), 3 deletions(-) delete mode 120000 skel-root/armbox/hd51/etc/mtab delete mode 120000 skel-root/coolstream/hd1/etc/mtab delete mode 120000 skel-root/coolstream/hd2/etc/mtab diff --git a/make/rootfs.mk b/make/rootfs.mk index bb18a4e4..2aac4369 100644 --- a/make/rootfs.mk +++ b/make/rootfs.mk @@ -109,6 +109,8 @@ endif pushd $(BOX)/var && \ ln -sf /tmp run && \ ln -sf /tmp tmp + pushd $(BOX)/etc && \ + ln -sf /proc/mounts mtab pushd $(BOX)/etc/init.d && \ ln -sf fstab K99fstab && \ ln -sf fstab S01fstab && \ diff --git a/skel-root/armbox/hd51/etc/mtab b/skel-root/armbox/hd51/etc/mtab deleted file mode 120000 index 4c0a0948..00000000 --- a/skel-root/armbox/hd51/etc/mtab +++ /dev/null @@ -1 +0,0 @@ -/proc/mounts \ No newline at end of file diff --git a/skel-root/coolstream/hd1/etc/mtab b/skel-root/coolstream/hd1/etc/mtab deleted file mode 120000 index 4c0a0948..00000000 --- a/skel-root/coolstream/hd1/etc/mtab +++ /dev/null @@ -1 +0,0 @@ -/proc/mounts \ No newline at end of file diff --git a/skel-root/coolstream/hd2/etc/mtab b/skel-root/coolstream/hd2/etc/mtab deleted file mode 120000 index 4c0a0948..00000000 --- a/skel-root/coolstream/hd2/etc/mtab +++ /dev/null @@ -1 +0,0 @@ -/proc/mounts \ No newline at end of file