Commit 5fdfd712 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should preset-all system targets

parent 9e029b8e
...@@ -17,6 +17,7 @@ all: systemd-user-sessions network-config ...@@ -17,6 +17,7 @@ all: systemd-user-sessions network-config
rm -f /usr/bin/xsltproc rm -f /usr/bin/xsltproc
touch /etc/machine-id touch /etc/machine-id
chmod 444 /etc/machine-id chmod 444 /etc/machine-id
systemctl preset-all
@echo "$$SYSTEMD_USER_SESSIONS" > /lib/systemd/systemd-user-sessions @echo "$$SYSTEMD_USER_SESSIONS" > /lib/systemd/systemd-user-sessions
chmod 755 /lib/systemd/systemd-user-sessions chmod 755 /lib/systemd/systemd-user-sessions
@echo "$$NETWORK_CONFIG" > /etc/systemd/network/eth0.network @echo "$$NETWORK_CONFIG" > /etc/systemd/network/eth0.network
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment