#297 f27: atomic: use basearch/extend root filesystem
Merged 7 years ago by maxamillion. Opened 7 years ago by dustymabe.
dustymabe/fedora-kickstarts dusty-f27  into  f27

file modified
+4 -2
@@ -41,7 +41,7 @@ 

  

  # Equivalent of %include fedora-repo.ks

  # Pull from the ostree repo that was created during the compose

- ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/compose/atomic/27/ --ref=fedora/27/x86_64/atomic-host

+ ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/compose/atomic/27/ --ref=fedora/27/${basearch}/atomic-host

I thought we are doing the gpg check? Dont we?

this is just during the install. we configure a remote with gpg checking enabled in the %post. There is currently no way to set up and use a keyfile using the ostreesetup line :disappointed: - see https://github.com/projectatomic/rpm-ostree/issues/190

  

  reboot

  
@@ -61,8 +61,10 @@ 

  cp /etc/skel/.bash* /var/roothome

  

  # Configure docker-storage-setup to resize the partition table on boot

- # https://github.com/projectatomic/docker-storage-setup/pull/25

+ # and extend the root filesystem to fill it.

+ # https://pagure.io/atomic-wg/issue/343

  echo 'GROWPART=true' >> /etc/sysconfig/docker-storage-setup

+ echo 'ROOT_SIZE=+100%FREE' >> /etc/sysconfig/docker-storage-setup

  

  echo -n "Getty fixes"

  # although we want console output going to the serial console, we don't

This is pulling back a few patches from rawhide that can be used now
that the latest anaconda and container-storage-setup rpms have made
it to stable.

  • atomic: use basearch in ostreesetup line
  • atomic: extend the root filesystem to fill VG

I thought we are doing the gpg check? Dont we?

this is just during the install. we configure a remote with gpg checking enabled in the %post. There is currently no way to set up and use a keyfile using the ostreesetup line :disappointed: - see https://github.com/projectatomic/rpm-ostree/issues/190

rebased onto afc2a37

7 years ago

rebased to prevent 'merge commit'

Pull-Request has been merged by maxamillion

7 years ago