Merge pull request #34 from philips/resolv.conf-move

fix(coreos-base): move resolv.conf to /var/run
This commit is contained in:
polvi 2013-06-24 16:59:28 -07:00
commit 036ea4f26c
2 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@ src_install() {
# Make mount work in the way systemd prescribes
dosym /proc/mounts /etc/mtab
# Put resolv.conf in /var/run so root can be read-only
dosym /var/run/resolv.conf /etc/resolv.conf
# Insert a cool motd ;)
insinto /etc
doins "${FILESDIR}"/motd