90536dbab3
Add a new opensuse-minimal element to build small and highly configurable openSUSE based images using the zypper-minimal element as the main building mechanism Change-Id: Iebfc4ad4aff763e511b093f1607b55851ccbddcb
10 lines
164 B
Bash
Executable File
10 lines
164 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
|
|
set -x
|
|
fi
|
|
set -eu
|
|
set -o pipefail
|
|
|
|
sed -i -e "s,^USERGROUPS_ENAB.*$,USERGROUPS_ENAB yes," /etc/login.defs
|