Skip to content

Commit 13282cc

Browse files
committed
fixup! Make sure host appears in PXE ARP tables
1 parent caa19c7 commit 13282cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ def iso_remaster(answerfile):
350350
cp /etc/systemd/system/test-pingpxe.service "\\$ROOT/etc/systemd/system/test-pingpxe.service"
351351
systemctl --root="\\$ROOT" enable test-pingpxe.service
352352
353-
mkdir -p "\\$ROOT/.ssh"
354-
echo "{TEST_SSH_PUBKEY}" > "\\$ROOT/.ssh/authorized_keys"
353+
mkdir -p "\\$ROOT/root/.ssh"
354+
echo "{TEST_SSH_PUBKEY}" >> "\\$ROOT/root/.ssh/authorized_keys"
355355
EOF
356356
""",
357357
file=patcher_fd)

0 commit comments

Comments
 (0)