Minimized packages
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user