livecd-rootfs/live-build/ubuntu-core/hooks/05-create_minimal_fstab.chroot
2021-02-01 14:45:42 +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