summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2012-06-15 16:07:36 -0400
committerWill Woods <wwoods@redhat.com>2012-06-15 16:07:36 -0400
commitac5836071231001ab6600ee52c10799d8814ac97 (patch)
tree6bbb078bf1b773576f51f096f6de5f2ee692bda7 /etc
parent0942ec390bb6bf352a408d0ef8b5e5f5afc8e16c (diff)
downloadtestboot-ac5836071231001ab6600ee52c10799d8814ac97.tar.gz
testboot-ac5836071231001ab6600ee52c10799d8814ac97.tar.xz
testboot-ac5836071231001ab6600ee52c10799d8814ac97.zip
move testboot.conf to etc/testboot.conf.example
Diffstat (limited to 'etc')
-rw-r--r--etc/testboot.conf.example36
1 files changed, 36 insertions, 0 deletions
diff --git a/etc/testboot.conf.example b/etc/testboot.conf.example
new file mode 100644
index 0000000..9c6eba9
--- /dev/null
+++ b/etc/testboot.conf.example
@@ -0,0 +1,36 @@
+#!/bin/bash
+# this gets sourced by testboot.sh
+
+# these are the default values - modify to fit your site
+#topdir=${topdir:-/opt/testboot}
+
+# Directory that will contain disk images etc.
+#dir=${dir:-$topdir}
+
+# Dracut source directory (a git checkout is good for this)
+#dracutdir=${dracutdir:-$topdir/src/dracut}
+
+# Anaconda source directory (same deal)
+#anacondadir=${anacondadir:-$topdir/src/anaconda}
+
+# Path to CDROM/DVD image
+#cdrom=$dir/iso/Fedora-17-x86_64-netinst.iso
+
+# RAM, in MB
+#ram=768 # in MB
+
+# Disk Image locations
+#disk=$dir/disk.img
+#disk2=$dir/disk2.img
+
+# Graphics type to use - vnc or spice
+#graphics="vnc"
+
+# Options to pass to dracut
+#dracut_opts="--add anaconda --omit plymouth"
+
+# libvirt network name
+#network="default"
+
+# How to compress the initramfs
+#compress=$(type -P pigz || type -P xz)