Skip to content
Snippets Groups Projects
Unverified Commit 27292930 authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

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

x86: copy separate kernel and rootfs images to "other" directory
parents 68e8d325 cc174ad1
No related branches found
No related tags found
No related merge requests found
......@@ -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'},
},
})
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment