We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa19c7 commit 13282ccCopy full SHA for 13282cc
conftest.py
@@ -350,8 +350,8 @@ def iso_remaster(answerfile):
350
cp /etc/systemd/system/test-pingpxe.service "\\$ROOT/etc/systemd/system/test-pingpxe.service"
351
systemctl --root="\\$ROOT" enable test-pingpxe.service
352
353
-mkdir -p "\\$ROOT/.ssh"
354
-echo "{TEST_SSH_PUBKEY}" > "\\$ROOT/.ssh/authorized_keys"
+mkdir -p "\\$ROOT/root/.ssh"
+echo "{TEST_SSH_PUBKEY}" >> "\\$ROOT/root/.ssh/authorized_keys"
355
EOF
356
""",
357
file=patcher_fd)
0 commit comments