Fedora 34 on QEmu
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
text
|
||||
|
||||
%include /tmp/packer_ks/fedora/f34/fedora-cloud-base-vagrant.ks
|
||||
|
||||
%pre --interpreter /bin/bash --log /tmp/greg
|
||||
cmdline=$(cat /proc/cmdline)
|
||||
ks=$(printf "${cmdline}" | sed -E -e 's/.*inst\.ks=([^ ]*).*/\1/')
|
||||
mkdir -p /tmp/packer_ks
|
||||
cd /tmp/packer_ks
|
||||
wget -m -nH "$(dirname "${ks}")"
|
||||
%end
|
||||
Submodule
+1
Submodule http/fedora/f34 added at 022f04580e
Submodule
+1
Submodule http/fedora/f35 added at 3cfe995016
Submodule
+1
Submodule http/fedora/f36 added at a69afdb7e0
Reference in New Issue
Block a user