Skip to content

Commit

Permalink
Remove Antix
Browse files Browse the repository at this point in the history
  • Loading branch information
catherinedoyel authored Sep 19, 2023
1 parent e86f7a2 commit de273d7
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions vtoyefi/EFI/boot/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,8 @@ menuentry "Want to run GParted Live? Click here." {
}
fi

if [ -f /antiX/vmlinuz ]; then
menuentry 'antiX - Lightweight & practical Linux distro. ' { linux /antiX/vmlinuz from=all; initrd /antiX/initrd.gz; boot}
else
menuentry "Want to run antiX? Click here." {
echo "Go to antixlinux.com & get an antiX iso. Then extract the antiX folder from inside. Place *antiX* folder next to EFI on the root of the flash drive."
echo -n "Press <Enter> to continue"
read pointless_variable
}
fi

menuentry 'Want help?' {
echo 'This file originated from https://github.com/catherinedoyel/ventoyimg view the readme or make an issue for assistance.'
echo -n "Press <Enter> to continue"
read pointless_variable
}
}

0 comments on commit de273d7

Please sign in to comment.