From Fedora Project Wiki

install-boot.sh

This is the install-boot.sh of ChitleshGoorah.

#!/bin/bash

sysdir=$1
csysdir=$2
kernel=$3

params=''

. /etc/kadischi/build.conf

if [ -x $sysdir/usr/bin/rhgb ] ; then
params=rhgb
fi

cp $INSTALLDIR/bootsplash/* $csysdir/boot/isolinux/

cp $sysdir/boot/isolinux/initrd.img $csysdir/boot/isolinux/initrd.img
cp $sysdir/boot/vmlinuz-$kernel $csysdir/boot/isolinux/vmlinuz
cp /usr/lib/syslinux/isolinux.bin $csysdir/boot/isolinux/

cat > $csysdir/boot/isolinux/isolinux.cfg <<_EOF_
default linux
prompt 1
DISPLAY isolinux.txt
timeout 600
F1 f1.txt
F4 f4.txt
F5 f5.txt
label linux
kernel vmlinuz
append initrd=initrd.img quiet $params
label norhgb
kernel vmlinuz
append initrd=initrd.img quiet
label rhgb791
kernel vmlinuz
append initrd=initrd.img vga=791 quiet $params
label rhgb794
kernel vmlinuz
append initrd=initrd.img ramdisk_size=10000 vga=794 quiet $params
label rhgb798
kernel vmlinuz
append initrd=initrd.img ramdisk_size=10000 vga=798 quiet $params
label local
localboot 0x80
label debug
kernel vmlinuz
append initrd=initrd.img INITRD_DBG=x ramdisk_size=10000
label memtest86
kernel memtest
append -
_EOF_

The following files are to be place in $INSTALLDIR/boot/ along with memtest

Boot Screen

Screenshot

The following splash.lss is available on the FC5T3 dvd.

[[Image:Kadischi_Development_boot_splash.png|400x300px]

File: isolinux.txt

▒splash.lss
Welcome to the Fedora Core 5 Test 3 Live CD built with Kadischi.

-  To start the live cd press the 01<ENTER>07 key.
-  Use the function keys listed below for more information.

Press [F1-information]  about the Fedora Project and [F5-advanced options] .

F1 KEY

Screenshot

Stop (medium size).png
Content does not match that of the screenshot due to Bug #182985

File:Kadischi Development boot F1.png

Contents

f1.txt

What is Fedora

Fedora is a set of projects, sponsored by Red Hat and guided
by the Fedora Foundation. These projects are developed by a
large community of people who strive to provide and maintain
the very best in free, open source software and standards.
Fedora Core, the central Fedora project, is an operating
system and platform, based on Linux, that is always free for
anyone to use, modify, and distribute, now and forever.

This is a test release and is provided for developers and
testers to participate and provide feedback.

It is also meant to provide an idea about the cutting edge
technologies that the Fedora Community is providing for their
STABLE Release, The Fedora Core 5.

--------------------------------------------------------------
F1:Fedora  | F4:License | F5:Options
--------------------------------------------------------------

For the default live system, press ENTER.

F2 KEY

Screenshot

Contents

F3 KEY

Screenshot

Contents

F4 KEY

Screenshot

File:Kadischi Development boot F4.png

Contents

f4.txt

Legal Notice
Copyright (c) 2006 by Fedora Foundation and others. This material
may be distributed only subject to the terms and conditions set
forth in the Open Publication License, v1.0, available at
http://www.opencontent.org/openpub/.

FEDORA, FEDORA PROJECT, and the Fedora Logo are trademarks of
RedHat, Inc., are registered or pending registration in the U.S.
and other countries, and are used here under license to the
Fedora Foundation.

--------------------------------------------------------------
F1:Fedora  | F4:License | F5:Options
--------------------------------------------------------------

For the default live system, press ENTER.

F5 KEY

Screenshot

File:Kadischi Development boot f5.png

Contents

f5.txt


Live CD built with Kadischi
Kadischi is an application for Fedora-based Live CD generation.
It takes Fedora repository as an input and outputs a livecd iso image.

For advanced options, Type

norhgb : no graphical boot
rhgb791: resolution 1024x768  with rhgb
rhgb794: resolution 1280x1024 with rhgb
rhgb798: resolution 1600x1200 with rhgb
memtest: to test memory
local  : boot from hard disk
debug  : to view the debugging lines of this livecd

--------------------------------------------------------------
F1:Fedora  | F4:License | F5:Options
--------------------------------------------------------------
For the default live system, press ENTER.