fixed "in place upgrade issue - base-passwd debconf interative question asks 'Remove group "qubes"'"

(reported by @adrelanos)
fixed by no longer using static gid (fix suggested by @marmarek)
https://github.com/QubesOS/qubes-issues/issues/1105
This commit is contained in:
Patrick Schleizer 2015-08-08 00:54:49 +02:00
parent e9e38c04a2
commit f73484f750

View File

@ -37,7 +37,7 @@ if [ "$1" = "install" ] ; then
# --------------------------------------------------------------------------
# Required groups
# --------------------------------------------------------------------------
groupadd --force --system --gid 98 qubes
groupadd --force --system qubes
groupadd --force --system sudo
# --------------------------------------------------------------------------