From 7816b15964db04530397f2accc782fd30e1ddefc Mon Sep 17 00:00:00 2001 From: Lukas Date: Sat, 11 Sep 2021 11:48:24 +0200 Subject: [PATCH] add install with local ks --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60efd35..aee46ab 100644 --- a/README.md +++ b/README.md @@ -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