From 5b148bce6f8340b9f84b9da4308984f83d3d790c Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Fri, 29 May 2020 02:46:48 +0300 Subject: [PATCH] try to copy isolinux/initrd0.img manually (it mysterisously is misisng) --- lxqt.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxqt.ks b/lxqt.ks index beff3ac..7819b5e 100644 --- a/lxqt.ks +++ b/lxqt.ks @@ -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