Merge pull request #2359 from freifunk-gluon/x86-separate-images

x86: copy separate kernel and rootfs images to "other" directory
This commit is contained in:
David Bauer 2022-02-08 20:43:34 +01:00 committed by GitHub
commit 2729293058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 7 deletions

View File

@ -6,4 +6,9 @@ packages {
'kmod-pcengines-apuv2',
}
device('x86-64', 'generic')
device('x86-64', 'generic', {
extra_images = {
{'-kernel', '-kernel', '.bin'},
{'-squashfs-rootfs', '-rootfs', '.img.gz'},
},
})

View File

@ -7,6 +7,10 @@ packages {
}
device('x86-generic', 'generic', {
extra_images = {
{'-kernel', '-kernel', '.bin'},
{'-squashfs-rootfs', '-rootfs', '.img.gz'},
},
manifest_aliases = {
'x86-kvm',
'x86-xen_domu',