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 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"