Skip to content

Commit 70bdcd6

Browse files
grwilsondelphix-release-admin
authored andcommitted
DLPX-67959 [Backport of Issue DLPX-67915 to 6.0.0.0] Add oracle-specific kernel
1 parent 6a6082b commit 70bdcd6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

configure.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# Copyright 2018 Delphix
3+
# Copyright 2020 Delphix
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ if [[ -z "$KVERS" ]]; then
2121
fi
2222

2323
unset PLATFORM
24-
for platform in generic aws gcp azure kvm; do
24+
for platform in generic aws gcp azure oracle; do
2525
if [[ "$KVERS" =~ .*${platform} ]]; then
2626
PLATFORM="$platform"
2727
break;

debian/control.kvm.in renamed to debian/control.oracle.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2018 Delphix
2+
# Copyright 2020 Delphix
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -29,10 +29,10 @@ Standards-Version: 4.1.2
2929
# particular kernel version should not be included here.
3030
#
3131
Package: delphix-kernel-@@KVERS@@
32-
Provides: delphix-kernel-kvm, delphix-kernel
32+
Provides: delphix-kernel-oracle, delphix-kernel
3333
Architecture: any
34-
Depends: linux-kvm,
35-
linux-tools-kvm,
34+
Depends: linux-oracle,
35+
linux-tools-oracle,
3636
zfs-modules-@@KVERS@@,
3737
zfs-headers-@@KVERS@@,
3838
linux-image-@@KVERS@@,

0 commit comments

Comments
 (0)