From 8126f50f3636c0598242ca78c473cf709075c7ee Mon Sep 17 00:00:00 2001 From: simono41 Date: Thu, 3 May 2018 15:13:05 +0200 Subject: [PATCH] fix --- make_mksquashfs-auto.sh | 4 ++-- packages_manjaro.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/make_mksquashfs-auto.sh b/make_mksquashfs-auto.sh index 8fd40cd..a534b38 100755 --- a/make_mksquashfs-auto.sh +++ b/make_mksquashfs-auto.sh @@ -207,8 +207,8 @@ function BIOS() { cp -R ${work_dir}/${arch}/airootfs/usr/lib/syslinux/bios/* ${work_dir}/iso/${install_dir}/boot/syslinux/ - cp ${work_dir}/${arch}/airootfs/boot/initramfs-linux${linuxparameter}.img ${work_dir}/iso/${install_dir}/boot/${arch}/archiso.img - cp ${work_dir}/${arch}/airootfs/boot/vmlinuz-linux${linuxparameter} ${work_dir}/iso/${install_dir}/boot/${arch}/vmlinuz + cp $(find ${work_dir}/${arch}/airootfs/boot/ -name "initramfs*$(uname -m).img") ${work_dir}/iso/${install_dir}/boot/${arch}/archiso.img + cp $(find ${work_dir}/${arch}/airootfs/boot/ -name "vmlinuz*$(uname -m)") ${work_dir}/iso/${install_dir}/boot/${arch}/vmlinuz #if [ "${version}" != "libre" ]; then #cp ${work_dir}/${arch}/airootfs/boot/initramfs-linux-lts.img ${work_dir}/iso/${install_dir}/boot/${arch}/archiso-lts.img diff --git a/packages_manjaro.txt b/packages_manjaro.txt index a162dfa..c5a22c7 100644 --- a/packages_manjaro.txt +++ b/packages_manjaro.txt @@ -842,6 +842,7 @@ steam-manjaro subversion sudo sysfsutils +syslinux systemd systemd-sysvcompat taglib