Update diagnostic tools configuration file
This commit is contained in:
parent
9f0b2b2727
commit
719deb4160
|
@ -5,15 +5,14 @@ label sysresccd
|
|||
menu label ^Recovery CD (SysRescCD)
|
||||
kernel installer/sysresccd/rescuecd
|
||||
append scandelay=5 initrd=installer/sysresccd/initram.igz setkeymap=fr boottftp=tftp://129.20.27.239/installer/sysresccd/sysrcd.dat
|
||||
label gparted64
|
||||
menu label ^Partiton Manager AMD64 (Gparted)
|
||||
label gpartedliveamd64
|
||||
menu label Partiton Manager amd64 (^Gparted)
|
||||
kernel installer/gparted/amd64/vmlinuz
|
||||
# locale: fr, keymap: fr, résolution graphique: auto
|
||||
append initrd=installer/gparted/amd64/initrd.img boot=live username=user locales=fr_FR.UTF-8 keyboard-layouts=fr config noswap noprompt gl_batch fetch=tftp://129.20.27.239/installer/gparted/amd64/filesystem.squashfs
|
||||
label gparted86
|
||||
menu label ^Partiton Manager i486 (Gparted)
|
||||
kernel installer/gparted/i486/vmlinuz
|
||||
append initrd=installer/gparted/i486/initrd.img boot=live username=user locales=fr_FR.UTF-8 keyboard-layouts=fr config noswap noprompt gl_batch fetch=tftp://129.20.27.239/installer/gparted/i486/filesystem.squashfs
|
||||
append initrd=installer/gparted/amd64/initrd.img boot=live config components union=overlay username=user noswap noeject ip= vga=788 fetch=tftp://129.20.27.239/installer/gparted/amd64/filesystem.squashfs
|
||||
label gpartedlivei686
|
||||
menu label Partiton Manager i686 (^Gparted)
|
||||
kernel installer/gparted/i686/vmlinuz
|
||||
append initrd=installer/gparted/i686/initrd.img boot=live config components union=overlay username=user noswap noeject ip= vga=788 fetch=tftp://129.20.27.239/installer/gparted/i686/filesystem.squashfs
|
||||
label separator
|
||||
menu label ------
|
||||
label mainmenu
|
||||
|
|
Loading…
Reference in New Issue