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:
parent
0d839ab407
commit
978bb984ab
1 changed files with 8 additions and 0 deletions
|
@ -318,6 +318,14 @@ initrd /initramfs-${KERNEL}.img
|
||||||
options quiet splash rw
|
options quiet splash rw
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
#--------------------------#
|
||||||
|
|
||||||
|
##################
|
||||||
|
# Temporäre fixe #
|
||||||
|
##################
|
||||||
|
|
||||||
|
genfstab -U /mnt | grep "usr" > /mnt/etc/fstab
|
||||||
|
|
||||||
umount -R /mnt
|
umount -R /mnt
|
||||||
|
|
||||||
exit 0
|
exit 0
|
Loading…
Reference in a new issue