Skip to content

Commit 7a56b4a

Browse files
authored
Merge pull request #39 from gardenlinux/use-upstream-os-release
feat: switch to latest gardenlinux to make use of os-release
2 parents 5e90133 + ec82d9e commit 7a56b4a

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)