removing BOOTCFG
This commit is contained in:
parent
b4ca73a748
commit
f554fef70c
19
iso.sh
19
iso.sh
@ -4,25 +4,6 @@ EXCLUDE=("README.md" "LICENSE.txt")
|
|||||||
KEYS=("F9E70878C2FB389AEC2BA34CA3654DF5AD9F641D")
|
KEYS=("F9E70878C2FB389AEC2BA34CA3654DF5AD9F641D")
|
||||||
PKGS1=("systemd" "dhcpcd")
|
PKGS1=("systemd" "dhcpcd")
|
||||||
PKGS2=("linux")
|
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() {
|
build() {
|
||||||
echo "root:root" | chpasswd
|
echo "root:root" | chpasswd
|
||||||
|
Loading…
Reference in New Issue
Block a user