mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-11-04 19:51:10 +00:00
add install with local ks
This commit is contained in:
parent
9174ece8d3
commit
7816b15964
@ -11,7 +11,7 @@
|
||||
|
||||
### 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
|
||||
|
||||
@ -71,6 +71,8 @@ virt-install \
|
||||
--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
|
||||
|
||||
%include bmd.cfg # A minimal machine
|
||||
|
Loading…
Reference in New Issue
Block a user