[neon/neon/calamares-settings/Neon/unstable] oem-prepare/usr/sbin: forgot to set the first uid/gid bump

Carlos De Maine null at kde.org
Fri Feb 20 04:45:36 GMT 2026


Git commit d30e97ca5e410c13a0e296da4b16b5f4c200bdd9 by Carlos De Maine.
Committed on 20/02/2026 at 04:45.
Pushed by carlosdem into branch 'Neon/unstable'.

forgot to set the first uid/gid bump

M  +2    -2    oem-prepare/usr/sbin/calamares-oem-uid

https://invent.kde.org/neon/neon/calamares-settings/-/commit/d30e97ca5e410c13a0e296da4b16b5f4c200bdd9

diff --git a/oem-prepare/usr/sbin/calamares-oem-uid b/oem-prepare/usr/sbin/calamares-oem-uid
index 46a8d76..baceb78 100755
--- a/oem-prepare/usr/sbin/calamares-oem-uid
+++ b/oem-prepare/usr/sbin/calamares-oem-uid
@@ -21,5 +21,5 @@ ROOT=$1
 
 cp $ROOT/etc/login.defs $ROOT/etc/login.defs.oem
 
-sed -i 's%UID_MIN.*1000%UID_MIN 1100%g' $ROOT/etc/login.defs
-sed -i 's%GID_MIN.*1000%GID_MIN 1100%g' $ROOT/etc/login.defs
+sed -i 's%UID_MIN.*1000%UID_MIN 60000%g' $ROOT/etc/login.defs
+sed -i 's%GID_MIN.*1000%GID_MIN 60000%g' $ROOT/etc/login.defs


More information about the Neon-commits mailing list