specs/x86/*cd*: adjust subarch to match seed stage

On a few x86 livecd specs we are feeding i486 or i686 seed stage but
using "subarch: x86".  This subarch results in i386 CHOST in make.conf
which causes some various problems.  Adjusting subarch to match the seed
will ensure there is no "CHOST change" situation.
This commit is contained in:
Ben Kohler 2018-08-28 08:03:14 -05:00
parent 69ac785a45
commit e0daee4c35
No known key found for this signature in database
GPG key ID: 7A85BDA4D57605C7
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
subarch: x86
subarch: i686
version_stamp: latest
target: livecd-stage1
rel_type: hardened

View file

@ -1,4 +1,4 @@
subarch: x86
subarch: i686
version_stamp: latest
target: livecd-stage2
rel_type: hardened

View file

@ -1,4 +1,4 @@
subarch: x86
subarch: i486
version_stamp: latest
target: livecd-stage1
rel_type: default

View file

@ -1,4 +1,4 @@
subarch: x86
subarch: i486
version_stamp: latest
target: livecd-stage2
rel_type: default