Webconverger.org/ boot

A guide to editing the boot parameter

grub on the CD version

Press 'e' to edit

And 'e' again to do some more boot parameter hacking

Some examples of what you can customise easily

Your own homepage

Edit homepage=

See homepage

Use Webconverger in German

append locale=de

i18n support, i.e. non-english locales is only in maxi

Specify a HTTP proxy at 192.168.1.5 with port 8888

append http_proxy=http://192.168.1.5:8888

To do some debugging

remove nosudo

Once Webconverger is booted, shift+alt+enter for a Terminal. =)

Set the resolution to 800x600 pixels

append xvideomode=800x600

Want more? See develop and features

Caveats

usb .img

usb unfortunately does not support the GRUB boot loader currently. So you can’t customise you USB image very easily. However you can mount you USB image and tweak your syslinux.cfg very easily by hand. Try it.

And your changes are permanent!