linuxinstaller/cubic/templates/live.cfg.j2

57 lines
1.9 KiB
Django/Jinja

timeout 100
menu background splash.png
menu title Bienvenue sur Linux Mint 22 64-bit - Libretic
menu color screen 37;40 #80ffffff #00000000 std
MENU COLOR border 30;44 #40ffffff #a0000000 std
MENU COLOR title 1;36;44 #ffffffff #a0000000 std
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR help 37;40 #c0ffffff #a0000000 std
MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
MENU COLOR msg07 37;40 #90ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #ffDEDEDE #00000000 std
MENU WIDTH 78
MENU MARGIN 15
MENU ROWS 6
MENU VSHIFT 10
MENU TABMSGROW 12
MENU CMDLINEROW 12
MENU HELPMSGROW 16
MENU HELPMSGENDROW 29
label live
menu label Linux Mint 22 Libretic - Live
menu default
kernel /casper/vmlinuz
append boot=casper initrd=/casper/initrd.gz username=mint hostname=mint quiet splash --
label compat
menu label Linux Mint 22 Libretic - Live (compatibility mode)
linux /casper/vmlinuz
append boot=casper initrd=/casper/initrd.gz username=mint hostname=mint noapic noacpi nosplash irqpoll nomodeset --
{% for item in preseed_versions %}
label libretic{{ item.boot_entry_name }}
menu label Linux Mint 22 Libretic - Autoinstall {{ item.boot_entry_name }}
kernel /casper/vmlinuz
append file=/cdrom/preseed/libretic-{{ item.boot_entry_name }}.ks auto=true priority=critical debian-installer/locale=fr_FR keyboard-configuration/layoutcode=fr ubiquity/reboot=casper languagechooser/language-name=French countrychooser/shortlist=FR localechooser/supported-locales=fr_FR.UTF-8 boot=casper automatic-ubiquity initrd=/casper/initrd.gz quiet splash noprompt noshell --
{% endfor %}
label hdt
menu label Hardware Detection
kernel hdt.c32
label local
menu label Boot from local drive
COM32 chain.c32
APPEND hd0
label memtest
menu label Memory test
linux /boot/memtest.bin