livecd-rootfs/live-build/ubuntu-core/hooks/05-create_minimal_fstab.chroot
Dimitri John Ledkov e1bea4d00e
Perform fsck on all rootfs.
LP: #1912835
(cherry picked from commit 33b7272a2331279b4c7aa8de73ed8a9069d0bd39)
2021-02-09 00:50:52 +00:00

7 lines
129 B
Bash
Executable File

#!/bin/sh -x
cat >>/etc/fstab<<EOT
# Minimal setup required for systemd to provide a r/w FS
/dev/root / rootfs defaults 0 1
EOT