Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions plugins/arch.sh
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
Expand Down
1 change: 1 addition & 0 deletions plugins/puppy.sh
Original file line numberDiff line numberDiff line change
Expand Up@@ -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"
Expand Down