mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 18:12:08 +02:00
fix(coreos-base/coreos-base): correct dosym order
dosym argument order is: src target
This commit is contained in:
parent
2d16ca4934
commit
dfe4fc10c8
@ -106,7 +106,7 @@ src_install() {
|
|||||||
dodir /bin /usr/bin
|
dodir /bin /usr/bin
|
||||||
|
|
||||||
# Make mount work in the way systemd prescribes
|
# 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
|
# Symlink /etc/localtime to something on the stateful partition, which we
|
||||||
# can then change around at runtime.
|
# can then change around at runtime.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user