# arch-tag: Default configuration file # Copyright (c) 2004 John Goerzen [DEFAULT] ###################################################################### # Overall settings, set defaults for all archs ###################################################################### # Name of generated disc name = Steve's Live CD-ROM # Version of generated disc version = 0.6.15 # Person that built it builder = Steve Kemp # Repositories to mirror. Details about each one are configured below. dlrepos = testing # Repository to build the CD with. Must be in above list. suite = testing # Whether or not to use zftree compression on ISO image compress = yes # Files to never compress if the above is yes # If a dir is given, that dir and everything below is not compressed dontcompress = /boot /etc/*boot* /opt/dfsruntime/initrd.dfs # Location of dfsbuild support files libdir = /usr/lib/dfsbuild # Location of docs for CD docdir = /usr/share/doc/dfsbuild # Bootloader to place on CD. Choices are: # grub-hd GRUB with ElTorito hard disk emulation (not working yet) # grub-no-emul "raw" ElTorito image # aboot Alpha SRM bootloader # yaboot PowerPC bootloader # (usually set in arch area) #bootloader = grub-no-emul # Packages to install on live FS, on all archs, besides base system allpackages = util-linux mkisofs cdrecord dvd+rw-tools perl vim nano joe libncurses5-dev ftp ssh telnet elinks less zip unzip tar info man-db manpages-dev manpages cdebootstrap diff patch gawk tcpdump bash devfsd module-init-tools modutils rsh-client tftp traceroute iputils-tracepath strace iputils-ping iptraf iproute ipchains ipfwadm iptables ifupdown dhcp-client bind9-host whois dnsutils rsync rdiff-backup mutt netcat cpio buffer alien bzip2 dpkg-dev devscripts busybox-static dash sash pciutils hotplug discover buffer cramfsprogs minicom hdparm ntpdate disktype ddrescue umsdos recover dpkg-repack devscripts debhelper emacs21-nox mtr-tiny python-dev build-essential g++ wget lftp lynx cu debconf grep-dctrl lsof sysutils epic4 screen gnupg dfsbuild less sudo # Default mirror for "repo" sections mirror = http://http.us.debian.org/debian #mirror = http://mirrors/debian # Devices to probe for CD devices = scd0 scd1 scd2 scd3 scd4 hda hdb hdc hdd hde hdf hdg # Files to place on the ramdisk ramdisk_files = /etc/resolv.conf /etc/lvm* /etc/pcmcia /tmp /var/tmp /dev /etc/fstab /var/lock /var/run /var/state /etc/exports /etc/ppp /etc/chatscripts /root /etc/network /var/lib/misc # Directories to create on live fs makedirs = /root/.elinks # Files to delete from live fs deletefiles = /etc/rcS.d/*discover /etc/rcS.d/*hotplug /etc/rcS.d/*lvm ###################################################################### # Arch settings: i386 ###################################################################### [i386] # Name of any kernel images to install directly from your current filesystem kernels = /boot/vmlinuz-2.6.10-1-k7 /boot/initrd.img-2.6.10-1-k7 # Modules to copy from host filesystem modules = /lib/modules/2.6.0-10-k7/* # Debs from local fs to unpack on live FS (will not be configured) # unpackdebs = /var/cache/apt/archives/kernel-image-2.6.8-2-k7_2.6.8-13_i386.deb # Override default to also get amd64 dlrepos = testing # Other packages to install besides the list in DEFAULT packages = %(allpackages)s grub lilo read-edid testdisk gpart ftape-util # Debs from local fs to isntall on live fs # installdebs = # Bootloader (see options under default) bootloader = grub-no-emul # Extra lines for grub config #grubconfig = default 1 ###################################################################### # Arch settings: amd64 ###################################################################### [amd64] # Name of any kernel images to install directly from your current filesystem #kernels = /boot/vmlinuz-2.6.6-amd64 # Modules to copy from host filesystem # modules = /lib/modules/* # Debs from local fs to unpack on live FS (will not be configured) unpackdebs = /usr/src/kernel-image-2.6.6-amd64_dfs.1.2_amd64.deb /usr/src/kernel-image-2.6.6-amd64-scsi-sata_dfs.0.6.3_amd64.deb # Override default to use amd64 repo only dlrepos = amd64 # Other packages to install besides the list in DEFAULT packages = %(allpackages)s grub read-edid # Debs from local fs to isntall on live fs # installdebs = # Bootloader (see options under default) bootloader = grub-no-emul # Extra lines for grub config #grubconfig = default 1 ###################################################################### # Arch settings: alpha ###################################################################### [alpha] # Name of any kernel images to install directly from your current filesystem #kernels = /boot/vmlinuz-2.6.6-amd64 # Modules to copy from host filesystem # modules = /lib/modules/* # Debs from local fs to unpack on live FS (will not be configured) unpackdebs = /home/jgoerzen/programs/kernel/kernel-image-2.6.6_dfs.1.0_alpha.deb # Other packages to install besides the list in DEFAULT packages = %(allpackages)s aboot gpart ftape-util # Debs from local fs to isntall on live fs # (presently broken) # installdebs = # Bootloader (see options under default) bootloader = aboot ###################################################################### # Arch settings: powerpc ###################################################################### [powerpc] # Name of any kernel images to install directly from your current filesystem #kernels = /boot/vmlinuz-2.6.6-powerpc # Modules to copy from host filesystem # modules = /lib/modules/* # Debs from local fs to unpack on live FS (will not be configured) unpackdebs = /usr/src/kernel-image-2.6.6_dfs.1.0_powerpc.deb # Other packages to install besides the list in DEFAULT packages = %(allpackages)s yaboot pbbuttonsd mac-fdisk powerpc-utils mkvmlinuz # Debs from local fs to isntall on live fs # installdebs = # Bootloader (see options under default) bootloader = yaboot ###################################################################### # Repository configuration ###################################################################### # Repositories to download [repo stable] suite = stable [repo testing] suite = testing mirror = http://http.us.debian.org/debian [repo unstable] suite = unstable mirror = http://http.us.debian.org/debian [repo amd64] suite = unstable ###################################################################### # Text to add to existing files ###################################################################### [appendfiles] /etc/network/interfaces = iface eth0 iface eth0 inet static address 172.20.0.2 gateway 172.20.0.1 broadcast 255.255.255.0 /etc/modules = id_cd ide_disk ide_generic ide_core /etc/issue = Welcome to Steve's Live CD-ROM . To login, supply username "root" and just press Enter if asked for a password. /root/.bashrc = export WWW_HOME="file:///opt/dfsruntime/home.html" dfshints ###################################################################### # Files to create or truncate ###################################################################### [createfiles] /etc/hostname = steve [createfiles] /etc/resolve.conf = search 192.168.1.1 /etc/syslog.conf = *.* /dev/tty8 *.info /dev/tty7 ###################################################################### # Symlinks to create (from = to format) ###################################################################### [symlinks] /etc/mtab = /proc/mounts