File tree Expand file tree Collapse file tree 3 files changed +11
-17
lines changed
sdk_container/src/third_party/coreos-overlay/coreos-base Expand file tree Collapse file tree 3 files changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -299,12 +299,15 @@ IMG_hetzner_OEM_SYSEXT=oem-hetzner
299
299
300
300
# # hyper-v
301
301
IMG_hyperv_DISK_FORMAT=vhd
302
- IMG_hyperv_OEM_PACKAGE=oem-hyperv
302
+ IMG_hyperv_OEM_USE=hyperv
303
+ IMG_hyperv_OEM_PACKAGE=common-oem-files
304
+ IMG_hyperv_OEM_SYSEXT=oem-hyperv
303
305
304
306
# # hyper-v vhdx
305
307
IMG_hyperv_vhdx_DISK_FORMAT=vhdx
306
- IMG_hyperv_vhdx_OEM_PACKAGE=oem-hyperv
307
-
308
+ IMG_hyperv_vhdx_OEM_USE=hyperv
309
+ IMG_hyperv_vhdx_OEM_PACKAGE=common-oem-files
310
+ IMG_hyperv_vhdx_OEM_SYSEXT=oem-hyperv
308
311
309
312
# # cloudsigma
310
313
IMG_cloudsigma_DISK_FORMAT=qcow2
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ ARM64_ONLY_OEMIDS=(
48
48
AMD64_ONLY_OEMIDS=(
49
49
digitalocean
50
50
gce
51
+ hyperv
51
52
vmware
52
53
)
53
54
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2013 CoreOS, Inc.. All rights reserved.
2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
- EAPI=7
4
+ EAPI=8
5
5
6
6
DESCRIPTION=" OEM suite for Hyper-V"
7
7
HOMEPAGE=" "
@@ -12,21 +12,11 @@ SLOT="0"
12
12
KEYWORDS=" amd64"
13
13
IUSE=" "
14
14
15
- # no source directory
16
- S=" ${WORKDIR} "
17
-
18
15
RDEPEND="
19
16
app-emulation/hv-daemons
20
17
"
21
18
22
- src_prepare () {
23
- default
24
- sed -e " s\\ @@OEM_VERSION_ID@@\\ ${PVR} \\ g" \
25
- " ${FILESDIR} /oem-release" > " ${T} /oem-release" || die
26
- }
19
+ OEM_NAME=" Microsoft Hyper-V"
27
20
28
- src_install () {
29
- insinto " /oem"
30
- doins " ${FILESDIR} /grub.cfg"
31
- doins " ${T} /oem-release"
32
- }
21
+ # no source directory
22
+ S=" ${WORKDIR} "
You can’t perform that action at this time.
0 commit comments