master
Mikhail Novosyolov 4 years ago
parent 5b148bce6f
commit 23facc50d8

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