Minimized packages

This commit is contained in:
2021-10-28 15:57:06 +02:00
parent 04dfb19349
commit a18780614b
113 changed files with 321 additions and 8531 deletions

View File

@@ -27,35 +27,21 @@ terminal_output gfxterm
insmod play
play 960 440 1 0 4 440 1
# Live boot
LINUX_LIVE
# You can add more entries like this
# menuentry "Alternate live boot" {
# linux KERNEL_LIVE APPEND_LIVE custom options here
# initrd INITRD_LIVE
# }
# menuentry "Alternate graphical installer" {
# linux KERNEL_GI APPEND_GI custom options here
# initrd INITRD_GI
# }
# menuentry "Alternate textual installer" {
# linux KERNEL_DI APPEND_DI custom options here
# initrd INITRD_DI
# }
menuentry "Live system (French)" {
linux KERNEL_LIVE APPEND_LIVE locales=fr_FR.UTF-8
initrd INITRD_LIVE
menuentry "Live system " {
linux KERNEL_LIVE APPEND_LIVE locales=en_US.UTF-8
initrd INITRD_LIVE
}
# Installer (if any)
LINUX_INSTALL
menuentry "Live system (ToRam)" {
linux KERNEL_LIVE APPEND_LIVE toram locales=en_US.UTF-8
initrd INITRD_LIVE
}
submenu 'Advanced options...' {
# More installer entries (if any)
LINUX_LIVE
LINUX_ADVANCED_INSTALL
# Memtest (if any)