From c489051cc15ea84a0a61406a953b531b58808129 Mon Sep 17 00:00:00 2001 From: Azhar Ahmed <49714602+ahmedazhar05@users.noreply.github.com> Date: Fri, 7 Jan 2022 00:42:25 +0530 Subject: [PATCH 1/2] updated syslinux directory location --- plugins/arch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/arch.sh b/plugins/arch.sh index 53f1b9a..b0820fe 100755 --- a/plugins/arch.sh +++ b/plugins/arch.sh @@ -38,6 +38,7 @@ elif [ $1 = copy ];then echo "Copying Arch Linux..." mcdmount arch mcdcp -r -T "${MNT}"/arch/arch "${WORK}"/arch + mcdcp -r "${MNT}"/arch/syslinux "${WORK}"/arch/boot/ umcdmount arch fi elif [ $1 = writecfg ];then From b2866e06b9a41b4aea89e6f22bd75ae8643dab99 Mon Sep 17 00:00:00 2001 From: Azhar Ahmed <49714602+ahmedazhar05@users.noreply.github.com> Date: Fri, 7 Jan 2022 00:43:29 +0530 Subject: [PATCH 2/2] added new puppy linux (Fossa) version to the list --- plugins/puppy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/puppy.sh b/plugins/puppy.sh index 1450ece..86c81e7 100755 --- a/plugins/puppy.sh +++ b/plugins/puppy.sh @@ -36,6 +36,7 @@ if [ $1 = links ];then echo "racy-*.iso racy.puppy.iso none" echo "slacko-*.iso slacko.puppy.iso Slacko_*" echo "tahr-*.iso tahr.puppy.iso Tahrpup_*" + echo "fossa-*.iso fossa.puppy.iso Fossapup_*" elif [ $1 = scan ];then if $(puppyExists);then for i in *.puppy.iso;do echo "Puppy Linux"