try to copy isolinux/initrd0.img manually (it mysterisously is misisng)

master
Mikhail Novosyolov 4 years ago
parent e3e40cf5ae
commit 5b148bce6f

@ -77,6 +77,6 @@ find /boot -name 'initrd-*' -print
# debug
%post --nochroot
tree -af $LIVE_ROOT/isolinux/
ls -la $LIVE_ROOT/isolinux/
cp -v "$(find "${LIVE_ROOT}/boot" -name 'initrd-*.img' | sort -u | tail -n 1)" "${LIVE_ROOT}/isolinux/initrd0.img"
%end