pull/8/head
Bohan Yang 7 years ago
parent e5f8b78930
commit 3a5d8298f7
  1. 4
      netboot.sh

@ -391,8 +391,8 @@ if [ "$DEBI_DRY_RUN" != true ]; then
else else
echo_stderr 'wget/curl not found' echo_stderr 'wget/curl not found'
exit 1 exit 1
fi fi
$sudo gunzip initrd.gz $sudo gunzip initrd.gz
echo preseed.cfg | $sudo cpio -H newc -o -A -F initrd echo preseed.cfg | $sudo cpio -H newc -o -A -F initrd
$sudo gzip initrd $sudo gzip initrd

Loading…
Cancel
Save