mirror of
https://github.com/akpall/akpella.git
synced 2026-02-21 16:47:00 +00:00
Makefile: more --keep-paths
This commit is contained in:
2
Makefile
2
Makefile
@@ -17,7 +17,7 @@ reset: config.json
|
|||||||
sudo flatcar-reset \
|
sudo flatcar-reset \
|
||||||
--ignition-file $${TEMPDIR}/config.json \
|
--ignition-file $${TEMPDIR}/config.json \
|
||||||
--keep-machine-id \
|
--keep-machine-id \
|
||||||
--keep-paths '/etc/ssh/ssh_host_.*' /var/log && \
|
--keep-paths '/etc/ssh/ssh_host_.*' '/opt/caddy/' '/opt/matrixdotorg-synapse/' /var/log && \
|
||||||
ssh -o ControlPath=/tmp/ssh_mux_%h_%p_%r akpella \
|
ssh -o ControlPath=/tmp/ssh_mux_%h_%p_%r akpella \
|
||||||
sudo systemctl reboot && \
|
sudo systemctl reboot && \
|
||||||
ssh -o ControlPath=/tmp/ssh_mux_%h_%p_%r -O exit akpella;
|
ssh -o ControlPath=/tmp/ssh_mux_%h_%p_%r -O exit akpella;
|
||||||
|
|||||||
Reference in New Issue
Block a user