mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-13 03:24:21 +00:00
add comment about boot parts on cloud/docker images
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
parent
f7dc6eacf4
commit
b49fdad2b6
@ -41,6 +41,8 @@ bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,11520
|
||||
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||
services --enabled=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||
|
||||
# boot partitions are irrelevant as none of that content is taken into the final docker image
|
||||
# We will be able to move to autopart when new pykickstart lands which adds option for noswap/noboot (fixed upstream)
|
||||
zerombr
|
||||
clearpart --all
|
||||
part /boot/efi --fstype="vfat" --size=50
|
||||
|
@ -24,6 +24,8 @@ keyboard us
|
||||
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||
reboot
|
||||
|
||||
# boot partitions are irrelevant as none of that content is taken into the final docker image
|
||||
# We will be able to move to autopart when new pykickstart lands which adds option for noswap/noboot (fixed upstream)
|
||||
zerombr
|
||||
clearpart --all
|
||||
part /boot/efi --fstype="vfat" --size=100
|
||||
|
@ -23,6 +23,8 @@ keyboard us
|
||||
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||
reboot
|
||||
|
||||
# boot partitions are irrelevant as none of that content is taken into the final docker image
|
||||
# We will be able to move to autopart when new pykickstart lands which adds option for noswap/noboot (fixed upstream)
|
||||
zerombr
|
||||
clearpart --all
|
||||
part /boot/efi --fstype="vfat" --size=100
|
||||
|
Loading…
Reference in New Issue
Block a user