4 lines
109 B
Bash
Executable file
4 lines
109 B
Bash
Executable file
#! /bin/bash
|
|
|
|
BASE=$(dirname $0)
|
|
BOOTSTRAP_VOLUME_SIZE="20G" $BASE/virt-builder-fedora "$1" fedora-28 x86_64
|