From 059437de78a7edbda09b1d5a29e0d3dca53a531b Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 4 Apr 2006 13:30:25 -0400 Subject: Edit help and added example file. --- bootconf.conf.example | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bootconf.conf.example (limited to 'bootconf.conf.example') diff --git a/bootconf.conf.example b/bootconf.conf.example new file mode 100644 index 0000000..3a939f3 --- /dev/null +++ b/bootconf.conf.example @@ -0,0 +1,26 @@ +--- +config: + dhcpd_bin: /usr/sbin/dhcpd + dhcpd_conf: /etc/dhcpd.conf + kernel_root: /var/www/shoe + kickstart_root: /var/www/shoe + kickstart_url: 'http://127.0.0.1/kickstart' + pxelinux: /usr/lib/syslinux/pxelinux.0 + servername: '127.0.0.1' + tftpboot: /tftpboot + tftpd_bin: /usr/sbin/in.tftpd + tftpd_conf: /etc/xinetd.d/tftp +distros: + - + initrd: '/tmp/initrd-2.6.15-1.2054_FAKE.img' + kernel: '/tmp/vmlinuz-2.6.15-1.2054_FAKE' + name: testdistro0 +groups: + - + distro: testdistro0 + kickstart: fake.ks + name: testgroup0 +systems: + - + group: testgroup0 + name: mdehaan -- cgit