From c3095c82baaa12e24131b27be9c321edf39bf05f Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Sep 19 2017 15:47:21 +0000 Subject: atomic: use basearch in ostreesetup line This will help enable us to use the same kickstart file for multiple architectures. Enabling work was in the pull requests listed below: https://github.com/projectatomic/rpm-ostree/pull/877 https://github.com/rhinstaller/anaconda/pull/1186 --- diff --git a/fedora-atomic.ks b/fedora-atomic.ks index fe31986..25c5997 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -41,7 +41,7 @@ logvol / --size=3000 --grow --fstype="xfs" --name=root --vgname=atomicos # 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/rawhide/ --ref=fedora/rawhide/x86_64/atomic-host +ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/compose/atomic/rawhide/ --ref=fedora/rawhide/${basearch}/atomic-host reboot