# -------- livecd-stage1 specific values ------- subarch: i686 version_stamp: 20050823 snapshot: 20050823 source_subpath: default/livecd-stage1-i686-20050823 # -------- livecd-stage2 user-defined values --------- ## Create new user on livecd ## Remember to use the same username in OpenCA.sh and ## overlay/etc/init.d/openca-setup ## ad it to livecd/bootargs below as user= livecd/users: user ## Contents to copy to LiveCD /, this gets executed before fsscript livecd/root_overlay: /mnt/catalyst/files/overlay ## script to execute after root_overlay contents are copied livecd/fsscript: /mnt/catalyst/files/scripts/OpenCA.sh ## Compressed File system on CD, see ## http://kerneltrap.org/files/PERFORMANCE.README.txt livecd/cdfstype: squashfs ## Directories to empty (saves space) ## Here we need to keep /usr/portage/dev-db/postgresql because it's needed ## for the dynamic setup of postgresql on the LiveCD ## Currently only the biggest directories of portage are emptied (>10MB) livecd/empty: /var/tmp /var/cache /usr/portage/ /usr/src /var/db ## files to delete livecd/rm: /var/log/emerge.log ## Specific /etc/init.d scripts to run livecd/rcadd: openca|default x-setup|default apache2|default sysklogd|default openca-setup|default xdm|default user|default ## Things we don't want at startup #livecd/rcdel: x-setup ## boot environment for livecd (see in /usr/lib/catalyst/livece/cdtar) livecd/cdtar: cdtar/isolinux-3.09-memtest86+-cdtar.tar.bz2 ## CD Label livecd/volid: OpenCA Gentoo BootCD i686 ## Motd for LiveCD livecd/motd: /mnt/catalyst/files/motd.txt ## location of final iso livecd/iso: /mnt/catalyst/isos/openca-livecd-20050823.iso # -------- kernel specific options -------- ## For explanation of splash_types see ## http://dev.gentoo.org/~spock/projects/gensplash/faq.php livecd/splash_type: gensplash ## Theme to use livecd/splash_theme: livecd-2005.1 ## Ask users for desired keymap on bootup and run necessary ## detection for all platforms livecd/bootargs: dokeymap doscsi acpi=on dopcmcia dox vga=791 CONSOLE=/dev/tty1 user=user ## Genkernel arguments ## --disklabel is needed for blkid; this is needed for unionfs livecd/gk_mainargs: --gensplash-res=1024x768 ## Availiable kernels: boot/kernel: gentoo ## Specific options for gentoo kernel: ## Desired kernel sources (e.g. vanilla-sources, gentoo-sources ...) boot/kernel/gentoo/sources: gentoo-sources ## Packages to emerge after kernel is built boot/kernel/gentoo/packages: pcmcia-cs alsa-driver wireless-tools lm_sensors splashutils ipw2100 ipw2200 cryptsetup ## flags for genkernel, they get executed as options to genkernel like ## genkernel --acpi boot/kernel/gentoo/use: acpi usb apm pnp pcmcia ## Kernel config file made with make menuconfig to your liking as ## a base for genkernel boot/kernel/gentoo/config: /mnt/catalyst/files/config-2.6.12-gentoo-r10 # --------- default values ---------- target: livecd-stage2 profile: default-linux/x86/2005.1 rel_type: default livecd/runscript: /usr/lib/catalyst/livecd/runscript/default-runscript.sh livecd/archscript: /usr/lib/catalyst/livecd/runscript/x86-archscript.sh livecd/media: generic-livecd #livecd/devmanager: udev