Manual test artifacts (like backends/fedora/*-test.cfg), not part of a backend lifecycle yet -- Mint has no backend.sh implementation. These are what actually proved on real hardware that WLAN works during Ubiquity's install, live contact with anode during install works, and a directly-written .nmconnection file survives into the installed system and reconnects automatically. wlan-test.seed: the deployed preseed (file=/cdrom/preseed/...seed, automatic-ubiquity). success_command is base64-encoded -- the human-readable source for that is wlan-test-post-install.sh; a straightforward multi-line quoted success_command value silently never ran at all, traced to debconf's own preseed line-continuation handling, not a bash issue (see ADR-0009's 31.07.2026 updates). wlan-test-boot-grub.cfg / wlan-test-isolinux-live.cfg: the patched UEFI/BIOS boot menus, unlike Fedora's ISO this medium has no hidden second FAT/ESP grub.cfg copy to patch separately. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
58 lines
2.0 KiB
INI
58 lines
2.0 KiB
INI
timeout 100
|
|
|
|
menu background splash.png
|
|
menu title Welcome to Linux Mint 22.3 64-bit
|
|
|
|
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 tuxflotte
|
|
menu label Tuxflotte Auto-Install
|
|
menu default
|
|
kernel /casper/vmlinuz
|
|
append boot=casper initrd=/casper/initrd.lz uuid=6e72f523-dc09-4880-8910-93ffa64401c5 username=mint hostname=mint file=/cdrom/preseed/tuxflotte.seed automatic-ubiquity noprompt debian-installer/language=de keyboard-configuration/layoutcode=de quiet splash --
|
|
|
|
label live
|
|
menu label Start Linux Mint
|
|
kernel /casper/vmlinuz
|
|
append boot=casper initrd=/casper/initrd.lz uuid=6e72f523-dc09-4880-8910-93ffa64401c5 username=mint hostname=mint quiet splash --
|
|
|
|
label compat
|
|
menu label Start Linux Mint in compatibility mode
|
|
linux /casper/vmlinuz
|
|
append boot=casper initrd=/casper/initrd.lz uuid=6e72f523-dc09-4880-8910-93ffa64401c5 username=mint hostname=mint noapic noacpi nosplash irqpoll nomodeset --
|
|
|
|
label oem
|
|
menu label OEM install (for manufacturers)
|
|
linux /casper/vmlinuz
|
|
append oem-config/enable=true only-ubiquity boot=casper initrd=/casper/initrd.lz uuid=6e72f523-dc09-4880-8910-93ffa64401c5 username=mint hostname=mint quiet splash --
|
|
|
|
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
|