removing BOOTCFG

This commit is contained in:
ngn 2024-01-16 23:58:51 +03:00
parent b4ca73a748
commit f554fef70c

19
iso.sh
View File

@ -4,25 +4,6 @@ EXCLUDE=("README.md" "LICENSE.txt")
KEYS=("F9E70878C2FB389AEC2BA34CA3654DF5AD9F641D")
PKGS1=("systemd" "dhcpcd")
PKGS2=("linux")
BOOTCFG="
set default=0
set timeout=10
insmod efi_gop
insmod font
if loadfont /boot/grub/fonts/unicode.pf2
then
insmod gfxterm
set gfxmode-auto
set gfxpayload=keep
terminal_output gfxterm
fi
menuentry 'MatterLinux $VERSION' --class os {
insmod gzio
insmod part_msdos
linux /vmlinuz-linux loglevel=3 quiet
initrd /initrd.img
}"
build() {
echo "root:root" | chpasswd