Small bugfix, Uploaded USB Contents

This commit is contained in:
2026-08-17 15:33:19 -04:00
parent 2941ddbece
commit 455e961b9c
977 changed files with 180053 additions and 8 deletions
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.
+6
View File
@@ -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.
+10
View File
@@ -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.