From b49fdad2b688e2e4aa3a16136b787e801321ad27 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mar 23 2017 17:58:19 +0000 Subject: add comment about boot parts on cloud/docker images Signed-off-by: Peter Robinson --- diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks index fa71323..6fc5365 100644 --- a/fedora-cloud-base.ks +++ b/fedora-cloud-base.ks @@ -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 diff --git a/fedora-docker-base-minimal.ks b/fedora-docker-base-minimal.ks index 12134e2..23b578a 100644 --- a/fedora-docker-base-minimal.ks +++ b/fedora-docker-base-minimal.ks @@ -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 diff --git a/fedora-docker-base.ks b/fedora-docker-base.ks index bc3eede..bcc53e5 100644 --- a/fedora-docker-base.ks +++ b/fedora-docker-base.ks @@ -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