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:
parent
69ac785a45
commit
e0daee4c35
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
subarch: x86
|
||||
subarch: i686
|
||||
version_stamp: latest
|
||||
target: livecd-stage1
|
||||
rel_type: hardened
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
subarch: x86
|
||||
subarch: i686
|
||||
version_stamp: latest
|
||||
target: livecd-stage2
|
||||
rel_type: hardened
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
subarch: x86
|
||||
subarch: i486
|
||||
version_stamp: latest
|
||||
target: livecd-stage1
|
||||
rel_type: default
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
subarch: x86
|
||||
subarch: i486
|
||||
version_stamp: latest
|
||||
target: livecd-stage2
|
||||
rel_type: default
|
||||
|
|
Loading…
Add table
Reference in a new issue