mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-01-08 10:43:07 +00:00
attempt to install an atomic tree in
This commit is contained in:
parent
98c48cb2b2
commit
b777098d3f
@ -25,58 +25,10 @@ zerombr
|
|||||||
clearpart --all
|
clearpart --all
|
||||||
part / --size 3000 --fstype ext4
|
part / --size 3000 --fstype ext4
|
||||||
|
|
||||||
%include fedora-repo.ks
|
ostreesetup --nogpg --osname=fedora-atomic-host --remote=installmedia --url=http://compose-x86-02.phx2.fedoraproject.org/compose/atomic/ --ref=fedora-atomic/f21/x86_64/cloud/docker-host
|
||||||
|
|
||||||
|
|
||||||
reboot
|
reboot
|
||||||
|
|
||||||
# Package list.
|
|
||||||
%packages
|
|
||||||
|
|
||||||
fedora-release-cloud
|
|
||||||
|
|
||||||
kernel-core
|
|
||||||
@core
|
|
||||||
grubby
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# cloud-init does magical things with EC2 metadata, including provisioning
|
|
||||||
# a user account with ssh keys.
|
|
||||||
cloud-init
|
|
||||||
|
|
||||||
# this is used by openstack's cloud orchestration framework (and it's small)
|
|
||||||
heat-cfntools
|
|
||||||
|
|
||||||
# need this for growpart, because parted doesn't yet support resizepart
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=966993
|
|
||||||
cloud-utils-growpart
|
|
||||||
|
|
||||||
# We need this image to be portable; also, rescue mode isn't useful here.
|
|
||||||
dracut-config-generic
|
|
||||||
-dracut-config-rescue
|
|
||||||
|
|
||||||
syslinux-extlinux
|
|
||||||
|
|
||||||
# Needed initially, but removed below.
|
|
||||||
firewalld
|
|
||||||
|
|
||||||
# cherry-pick a few things from @standard
|
|
||||||
tar
|
|
||||||
rsync
|
|
||||||
|
|
||||||
# Some things from @core we can do without in a minimal install
|
|
||||||
-biosdevname
|
|
||||||
-plymouth
|
|
||||||
-NetworkManager
|
|
||||||
-iprutils
|
|
||||||
-kbd
|
|
||||||
-uboot-tools
|
|
||||||
-kernel
|
|
||||||
-grub2
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%post --erroronfail
|
%post --erroronfail
|
||||||
|
Loading…
Reference in New Issue
Block a user