Lots of improvements everywhere
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
%include /tmp/packer_ks/fedora/f37/fedora-cloud-base-vagrant.ks
|
||||
|
||||
text
|
||||
|
||||
%packages
|
||||
# There is weirdness with the /etc/resolv.conf in the target system
|
||||
# that causes some of the imported systems to fail. Hopefully this
|
||||
# prevents that.
|
||||
-systemd-resolved
|
||||
NetworkManager
|
||||
%end
|
||||
|
||||
%pre --interpreter /bin/bash --log /tmp/greg
|
||||
set -ex
|
||||
# This allows us to support virtualbox
|
||||
mkdir /tmp/sr1
|
||||
mount /dev/sr1 /tmp/sr1
|
||||
cp -r /tmp/sr1/http /tmp/packer_ks
|
||||
|
||||
if [ ! -e /dev/vda ]; then
|
||||
ln -s /dev/sda /dev/vda
|
||||
fi
|
||||
%end
|
||||
@@ -0,0 +1,23 @@
|
||||
%include /tmp/packer_ks/fedora/f38/fedora-cloud-base-vagrant.ks
|
||||
|
||||
text
|
||||
|
||||
%packages
|
||||
# There is weirdness with the /etc/resolv.conf in the target system
|
||||
# that causes some of the imported systems to fail. Hopefully this
|
||||
# prevents that.
|
||||
-systemd-resolved
|
||||
NetworkManager
|
||||
%end
|
||||
|
||||
%pre --interpreter /bin/bash --log /tmp/greg
|
||||
set -ex
|
||||
# This allows us to support virtualbox
|
||||
mkdir /tmp/sr1
|
||||
mount /dev/sr1 /tmp/sr1
|
||||
cp -r /tmp/sr1/http /tmp/packer_ks
|
||||
|
||||
if [ ! -e /dev/vda ]; then
|
||||
ln -s /dev/sda /dev/vda
|
||||
fi
|
||||
%end
|
||||
Submodule
+1
Submodule http/fedora/f37 added at dc9e3b2cea
Submodule
+1
Submodule http/fedora/f38 added at 69c726f753
+1
-1
Submodule http/fedora/rawhide updated: 0d98964c73...fe345ff841
Reference in New Issue
Block a user