[issue973] multi-arch usb key should have 'autodetect' option
Christian Hofstaedtler
bts at bts.grml.org
Mon Nov 7 14:50:34 CET 2011
Christian Hofstaedtler <ch at grml.org> added the comment:
The last 'official' multi-boot version had this (courtesy of mika):
mika at lunge /mnt/grmlmonster/boot/syslinux % cat defaults.cfg
label grml-auto
menu label Automatically load Grml for your architecture
menu default
kernel ifcpu64.c32
append grml64 -- grml
include grml_default.cfg
include grml64_default.cfg
mika at lunge /mnt/grmlmonster/boot/syslinux % cat grml_default.cfg
default grml
label grml
#menu DEFAULT
menu label grml ^Standard (2010.04-rc3, i386)
kernel /boot/release/grml/linux26
append initrd=/boot/release/grml/initrd.gz boot=live apm=power-off vga=791
quiet nomce live-media-path=/live/grml/ boot=live persistent-path=/grml
bootid=2bc11e22-a1fd-4bb3-b1e0-279726805fbf
text help
Grml is a Debian based Linux live
system for system administrators
and users of text tools.
http://grml.org/
endtext
mika at lunge /mnt/grmlmonster/boot/syslinux % cat grml64_default.cfg
default grml
label grml64
menu label grml64 ^Standard (2010.04-rc3, amd64)
kernel /boot/release/grml64/linux26
append initrd=/boot/release/grml64/initrd.gz boot=live apm=power-off vga=791
quiet nomce live-media-path=/live/grml64/ boot=live persistent-path=/grml64
bootid=2bc11e22-a1fd-4bb3-b1e0-279726805fbf
text help
Grml is a Debian based Linux live
system for system administrators
and users of text tools.
http://grml.org/
endtext
----------
messages: 3705, 4042
nosy: ch, mru
priority: wish
status: chatting
title: multi-arch usb key should have 'autodetect' option
topic: grml2usb
_____________________________________
GRML issue tracker <bts at bts.grml.org>
<http://bts.grml.org/grml/issue973>
_____________________________________
More information about the Bugs-changes
mailing list