From 7e7d25d82e42c8ece24a9ecccf619b83ad0a8e43 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Mon, 20 Nov 2023 23:25:41 +0100 Subject: [PATCH] board/common: mnt: Remove old clixon remnants --- board/common/rootfs/lib/infix/mnt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/board/common/rootfs/lib/infix/mnt b/board/common/rootfs/lib/infix/mnt index eaf1cbb0..016a34c7 100755 --- a/board/common/rootfs/lib/infix/mnt +++ b/board/common/rootfs/lib/infix/mnt @@ -145,11 +145,6 @@ mount_bind "$varsrc" /var [ "$vlibsrc" ] && mount_bind "$vlibsrc" /var/lib -# Keep transient configs in a ramdisk and symlink out to /cfg for -# startup. -mkdir -p /mnt/tmp/infix/db -ln -s /cfg/startup_db /mnt/tmp/infix/db/startup_db - for tag in $(ls /sys/bus/virtio/devices/*/mount_tag 2>/dev/null); do if [ "$(cat $tag | tr -d '\0')" = hostfs ]; then mount hostfs