summaryrefslogtreecommitdiffstats
path: root/etc/testboot.conf.example
blob: 9c6eba96bdc33e12454456a54548c1cf6ffc9ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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)