From 8093194c09446386b25104e3660ee7d83701a2d9 Mon Sep 17 00:00:00 2001 From: Valentin David Date: Thu, 21 May 2026 11:10:54 +0200 Subject: [PATCH] fstab: mount /host This used to be mounted by /usr/lib/the-modeenv in core-initrd --- static/etc/fstab | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/etc/fstab b/static/etc/fstab index ffe32052..d571907a 100644 --- a/static/etc/fstab +++ b/static/etc/fstab @@ -4,6 +4,9 @@ /run/mnt/kernel/firmware /usr/lib/firmware none bind,x-initrd.mount,ro 0 0 /run/mnt/kernel/modules /usr/lib/modules none bind,x-initrd.mount,ro 0 0 +# Backward compatibility. Do we really need that mount? +/run/mnt/host /host none rbind,x-initrd.mount 0 0 + /writable/system-data/etc/cloud /etc/cloud none bind,x-initrd.mount 0 0 /writable/system-data/etc/dbus-1 /etc/dbus-1 none bind,x-initrd.mount 0 0 /writable/system-data/etc/default/swapfile /etc/default/swapfile none bind,x-initrd.mount 0 0