summaryrefslogtreecommitdiff
path: root/morphlib/exts/nfsboot.configure
Commit message (Collapse)AuthorAgeFilesLines
* Improve comment in nfsboot.configureSam Thursfield2014-03-181-1/+3
|
* Remove fstab hack from nfsboot.configureSam Thursfield2014-03-181-4/+1
| | | | | | | | | There is no longer a default /etc/fstab in the Baserock fhs-dirs chunk, and the nfsboot.write extension does not use the default Btrfs system layout so no entry is added for / to /etc/fstab at deploy-time. We cannot have / in /etc/fstab for nfsboot deployments because it causes systemd to remount / during bootup, which breaks everything.
* Add nfsboot configuration extensionJonathan Maw2013-04-051-0/+32
This configuration-extension removes every network interface but the loopback interface from /etc/network/interfaces and stops /etc/fstab from mounting "/". It will only do this if the environment variable NFSBOOT_CONFIGURE is set on the `morph deploy` command-line.