Einen Berei für Temporäre fixe, welche nicht bleiben sollen hinzugefüt. Dort wird kurzfristig '/usr' in '/etc/fstab' eingetragen, um booten zu können.

This commit is contained in:
eichehome 2023-07-21 15:00:24 +02:00
parent 0d839ab407
commit 978bb984ab

View file

@ -318,6 +318,14 @@ initrd /initramfs-${KERNEL}.img
options quiet splash rw
EOF
#--------------------------#
##################
# Temporäre fixe #
##################
genfstab -U /mnt | grep "usr" > /mnt/etc/fstab
umount -R /mnt
exit 0