Skip to content

Commit ec82d9e

Browse files
committed
feat: switch to latest gardenlinux to make use of os-release
IMAGE_VERSION and VARIANT_ID are now upsteam: gardenlinux/gardenlinux#2663
1 parent 5e90133 commit ec82d9e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

features/orabos/exec.config

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ adduser --uid 476 openvswitch \
1010

1111
adduser root openvswitch # Otherwise does not want to run as root:openvswitch
1212

13-
# make os_release compliant to systemd spec
14-
cat >> /etc/os-release << EOF
15-
IMAGE_VERSION=${BUILDER_VERSION}
16-
VARIANT_ID=${BUILDER_CNAME%-*}
17-
EOF
18-
1913
function create() {
2014
NAME=$1
2115
shift

0 commit comments

Comments
 (0)