add install with local ks
This commit is contained in:
parent
9174ece8d3
commit
7816b15964
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
* With a remotely hosted kickstart file, install a minimal Linux RPM-based operating system automatically on an UEFI-based, Q35 PCI-Express virtual motherboard with virtio-devices.
|
* With a remotely hosted kickstart file, install a minimal Linux RPM-based operating system automatically on an UEFI-based, Q35 PCI Express virtual motherboard with virtio-devices.
|
||||||
|
|
||||||
Adjust settings according to your needs
|
Adjust settings according to your needs
|
||||||
|
|
||||||
@ -71,6 +71,8 @@ virt-install \
|
|||||||
--extra-args="inst.ks=https://git.phyllo.me/home/kickstart/raw/branch/master/flat/flat-dmd.cfg"
|
--extra-args="inst.ks=https://git.phyllo.me/home/kickstart/raw/branch/master/flat/flat-dmd.cfg"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
--initrd-inject bmd.cfg --extra-args "inst.ks=file:/bmd.cfg"
|
||||||
|
|
||||||
### Basic building blocks
|
### Basic building blocks
|
||||||
|
|
||||||
%include bmd.cfg # A minimal machine
|
%include bmd.cfg # A minimal machine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user