Skip to content

Commit bd1aef8

Browse files
committed
fixup! Make sure host appears in PXE ARP tables
1 parent 9884a83 commit bd1aef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def iso_remaster(answerfile):
334334
After=network-online.target
335335
[Service]
336336
Type=oneshot
337-
ExecStart=/bin/sh -c 'while ! ping -c1 {PXE_CONFIG_SERVER}; do : ; done'
337+
ExecStart=/bin/sh -c 'while ! ping -c1 {PXE_CONFIG_SERVER}; do sleep 1 ; done'
338338
[Install]
339339
WantedBy=default.target
340340
EOF

0 commit comments

Comments
 (0)