livecd-rootfs/live-build/ubuntu-core/hooks/05-create_minimal_fstab.chroot
Stéphane Graber 4b23d3370b Import patches-unapplied version 2.238 to ubuntu/utopic-proposed
Imported using git-ubuntu import.

Changelog parent: 81269b7a62596b6cc8006d8bc2315810c3be45e6

New changelog entries:
  * ubuntu-core: Fix build failure due to missing /etc/default/grub and
    provide an fstab that will make systemd happy.
2014-08-05 15:48:40 +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 0
EOT