(temporary fix which to stop build failing - grub will be unconfigured though. * 05-create_minimal_fstab.chroot: Configure a minimal /etc/fstab to allow systemd to mount the rootfs read-write.ubuntu/yakkety
parent
609ee1a835
commit
5182d896dc
@ -0,0 +1,6 @@
|
||||
#!/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
|
Loading…
Reference in new issue