Skip to content

Commit

Permalink
board/common: mnt: Remove old clixon remnants
Browse files Browse the repository at this point in the history
  • Loading branch information
wkz authored and troglobit committed Nov 21, 2023
1 parent 0a51b5e commit 7e7d25d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions board/common/rootfs/lib/infix/mnt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e7d25d

Please sign in to comment.