summaryrefslogtreecommitdiffstats
path: root/bootconf.conf.example
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-04-04 13:30:25 -0400
committerJim Meyering <jim@meyering.net>2006-04-04 13:30:25 -0400
commit059437de78a7edbda09b1d5a29e0d3dca53a531b (patch)
tree36bf9aac3c4fdf38de7c287285f3b26e90d790d8 /bootconf.conf.example
parentab6dd238209e6973a1ebe781530aa7964e386605 (diff)
downloadthird_party-cobbler-059437de78a7edbda09b1d5a29e0d3dca53a531b.tar.gz
third_party-cobbler-059437de78a7edbda09b1d5a29e0d3dca53a531b.tar.xz
third_party-cobbler-059437de78a7edbda09b1d5a29e0d3dca53a531b.zip
Edit help and added example file.
Diffstat (limited to 'bootconf.conf.example')
-rw-r--r--bootconf.conf.example26
1 files changed, 26 insertions, 0 deletions
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