Skip to content

Commit

Permalink
New boot theme
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihendry committed Mar 12, 2012
1 parent 53a268d commit b354ce7
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 37 deletions.
4 changes: 0 additions & 4 deletions webconverger/config/bootloaders/isolinux/install.cfg

This file was deleted.

13 changes: 11 additions & 2 deletions webconverger/config/bootloaders/isolinux/isolinux.cfg
@@ -1,4 +1,13 @@
include menu.cfg
default vesamenu.c32
UI vesamenu.c32
prompt 0
timeout 100

menu vshift 5
menu width 82
menu background splash.png
menu color title * #FFFFFFFF *
menu color border * #00000000 #00000000 none
menu color sel * #ffffffff #76a1d0ff *
menu title VERSION

include live.cfg
46 changes: 27 additions & 19 deletions webconverger/config/bootloaders/isolinux/live.cfg.in
@@ -1,55 +1,63 @@
label live-@FLAVOUR@
menu label ^Dutch
kernel @KERNEL@
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@ locales=nl keyboard-layouts=nl

label live-@FLAVOUR@
menu label ^English
menu label ^Live
menu default
kernel @KERNEL@
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@

label live-@FLAVOUR@
label install
menu label ^Install
kernel @KERNEL@
append initrd=@INITRD@ boot=live config install quiet splash noroot

MENU BEGIN ^lang
MENU TITLE Languages

label nl
menu label ^Dutch
kernel @KERNEL@
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@ locales=nl keyboard-layouts=nl

label fr
menu label ^French
kernel @KERNEL@
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@ locales=fr keyboard-layouts=fr

label live-@FLAVOUR@
label de
menu label ^German
kernel @KERNEL@
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@ locales=de keyboard-layouts=de

label live-@FLAVOUR@
label it
menu label I^talian
kernel @KERNEL@
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@ locales=it keyboard-layouts=it

label live-@FLAVOUR@
label pl
menu label ^Polish
kernel @KERNEL@
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@ locales=pl keyboard-layouts=pl

label live-@FLAVOUR@
label nn
menu label Norwegian ^Nynorsk
kernel @KERNEL@
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@ locales=nn keyboard-layouts=no

label live-@FLAVOUR@
label nb
menu label Norwegian Bokmal
kernel @KERNEL@
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@ locales=nb keyboard-layouts=no

label live-@FLAVOUR@
label es
menu label ^Spanish
kernel @KERNEL@
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@ locales=es keyboard-layouts=es

label live-@FLAVOUR@
label sv
menu label S^wedish
kernel @KERNEL@
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@ locales=sv keyboard-layouts=sv
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@ locales=sv keyboard-layouts=se

label install
menu label ^Install
kernel @KERNEL@
append initrd=@INITRD@ boot=live config install quiet splash noroot
LABEL exit
MENU LABEL Back to main menu
MENU EXIT
MENU END
8 changes: 0 additions & 8 deletions webconverger/config/bootloaders/isolinux/menu.cfg

This file was deleted.

Binary file modified webconverger/config/bootloaders/isolinux/splash.orig
Binary file not shown.
4 changes: 0 additions & 4 deletions webconverger/config/bootloaders/isolinux/stdmenu.cfg

This file was deleted.

0 comments on commit b354ce7

Please sign in to comment.