From f554fef70c89c4292a6f4178b906e2f4dd99e30c Mon Sep 17 00:00:00 2001 From: ngn Date: Tue, 16 Jan 2024 23:58:51 +0300 Subject: [PATCH] removing BOOTCFG --- iso.sh | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/iso.sh b/iso.sh index 947ca69..123864b 100644 --- a/iso.sh +++ b/iso.sh @@ -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