search for: livecd_path

Displaying 1 result from an estimated 1 matches for "livecd_path".

2010 Oct 26
0
[PATCH node] add install.py
...ode 100755 scripts/install.py diff --git a/scripts/install.py b/scripts/install.py new file mode 100755 index 0000000..ddffb53 --- /dev/null +++ b/scripts/install.py @@ -0,0 +1,247 @@ +#!/usr/bin/python +# +# install.py - configure local boot/root disk partitions + +# SYNOPSIS +# ovirt-config-boot livecd_path bootparams reboot +# +# livecd_path - where livecd media is mounted, +# parent of LiveOS and isolinux folders +# default is /live +# +# bootparams - extra boot parameters like console=... +# default is $OVIRT_BOOTPARAMS +# +#...