add comment about boot parts on cloud/docker images

Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
Peter Robinson
2017-03-23 17:08:24 +00:00
committed by Dennis Gilmore
parent f7dc6eacf4
commit b49fdad2b6
3 changed files with 6 additions and 0 deletions

View File

@@ -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