Add mod: wipe-grub

This commit is contained in:
Fierelier 2023-04-15 13:11:53 +02:00
parent 5b3b9e309e
commit 45cdb44926
2 changed files with 3 additions and 0 deletions

View File

@ -2,3 +2,4 @@ dev-remove
packages-apply
private-users
root-skel
wipe-grub

2
mods/wipe-grub/modscript Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
rm -f "$1/boot/grub/grub.cfg"