Small bugfix, Uploaded USB Contents
This commit is contained in:
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
set timeout=1
|
||||
|
||||
menuentry "Linux lts" {
|
||||
linux /boot/vmlinuz-lts modules=loop,squashfs,sd-mod,usb-storage quiet
|
||||
initrd /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-lts
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
TIMEOUT 10
|
||||
PROMPT 1
|
||||
DEFAULT lts
|
||||
|
||||
LABEL lts
|
||||
MENU LABEL Linux lts
|
||||
KERNEL /boot/vmlinuz-lts
|
||||
INITRD /boot/intel-ucode.img,/boot/amd-ucode.img,/boot/initramfs-lts
|
||||
FDTDIR /boot/dtbs-lts
|
||||
APPEND modules=loop,squashfs,sd-mod,usb-storage quiet
|
||||
Binary file not shown.
Reference in New Issue
Block a user