mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-02 14:21:32 +00:00
Perform fsck on all rootfs.
LP: #1912835 (cherry picked from commit 33b7272a2331279b4c7aa8de73ed8a9069d0bd39)
This commit is contained in:
parent
ef43f0cf21
commit
d2e70ab48e
@ -49,7 +49,7 @@ create_and_mount_uefi_partition() {
|
|||||||
mount "${uefi_dev}" "$mountpoint"/boot/efi
|
mount "${uefi_dev}" "$mountpoint"/boot/efi
|
||||||
|
|
||||||
cat << EOF >> "mountpoint/etc/fstab"
|
cat << EOF >> "mountpoint/etc/fstab"
|
||||||
LABEL=UEFI /boot/efi vfat defaults 0 0
|
LABEL=UEFI /boot/efi vfat defaults 0 1
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
cat >>/etc/fstab<<EOT
|
cat >>/etc/fstab<<EOT
|
||||||
# Minimal setup required for systemd to provide a r/w FS
|
# Minimal setup required for systemd to provide a r/w FS
|
||||||
/dev/root / rootfs defaults 0 0
|
/dev/root / rootfs defaults 0 1
|
||||||
EOT
|
EOT
|
||||||
|
@ -123,7 +123,7 @@ if [ -n "${root_fs_label}" ]; then
|
|||||||
sed -i "s,^[^#${bl}]*\([${bl}]*/[${bl}].*\),${lstr}\1," "${rootd}/etc/fstab"
|
sed -i "s,^[^#${bl}]*\([${bl}]*/[${bl}].*\),${lstr}\1," "${rootd}/etc/fstab"
|
||||||
fi
|
fi
|
||||||
cat > /etc/fstab << EOM
|
cat > /etc/fstab << EOM
|
||||||
LABEL=cloudimg-rootfs / ext4 defaults 0 0
|
LABEL=cloudimg-rootfs / ext4 defaults 0 1
|
||||||
EOM
|
EOM
|
||||||
|
|
||||||
# for quantal and newer, add /etc/overlayroot.local.conf
|
# for quantal and newer, add /etc/overlayroot.local.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user