[neon/neon/calamares-settings/Neon/unstable] oem-prepare/usr/sbin: typo

Carlos De Maine null at kde.org
Fri Feb 20 01:32:16 GMT 2026


Git commit 623880f81c111f19e8f3574d920a9582573e2c23 by Carlos De Maine.
Committed on 20/02/2026 at 01:19.
Pushed by carlosdem into branch 'Neon/unstable'.

typo

M  +3    -1    oem-prepare/usr/sbin/calamares-oem-uid-undo-and-configure

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

diff --git a/oem-prepare/usr/sbin/calamares-oem-uid-undo-and-configure b/oem-prepare/usr/sbin/calamares-oem-uid-undo-and-configure
index a2eb6db..a85d81c 100755
--- a/oem-prepare/usr/sbin/calamares-oem-uid-undo-and-configure
+++ b/oem-prepare/usr/sbin/calamares-oem-uid-undo-and-configure
@@ -7,7 +7,9 @@
 
 set -ex
 
-ROOT=$1# reinstate login.defs and reset user uid & gid to 1000
+ROOT=$1
+
+# reinstate login.defs and reset user uid & gid to 1000
 mv $ROOT/etc/login.defs.oem $ROOT/etc/login.defs
 
 # ... and also do some special modifications to configure the oem user



More information about the Neon-commits mailing list