fix(coreos-base/coreos-base): correct dosym order

dosym argument order is: src target
This commit is contained in:
Brandon Philips 2013-02-17 17:52:05 -08:00
parent 2d16ca4934
commit dfe4fc10c8

View File

@ -106,7 +106,7 @@ src_install() {
dodir /bin /usr/bin
# Make mount work in the way systemd prescribes
dosym /etc/mtab /proc/mounts
dosym /proc/mounts /etc/mtab
# Symlink /etc/localtime to something on the stateful partition, which we
# can then change around at runtime.