From 13aed434870bed12baad3b44657de4e167628b47 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Fri, 20 Dec 2013 22:46:41 +0200 Subject: [PATCH] remove 'openelec' user .. as it does not make sense and causes lot of confusion --- packages/sysutils/busybox/install | 4 ---- projects/ARCTIC_MC/options | 9 --------- projects/ATV/options | 9 --------- projects/Generic/options | 9 --------- projects/RPi/options | 9 --------- projects/Virtual/options | 9 --------- 6 files changed, 49 deletions(-) diff --git a/packages/sysutils/busybox/install b/packages/sysutils/busybox/install index 7145774f7e..d43b5d8b7c 100755 --- a/packages/sysutils/busybox/install +++ b/packages/sysutils/busybox/install @@ -23,15 +23,11 @@ . config/options $1 ROOT_PWD="`$ROOT/$TOOLCHAIN/bin/cryptpw -m sha512 $ROOT_PASSWORD`" -USER_PWD="`$ROOT/$TOOLCHAIN/bin/cryptpw -m sha512 $USER_PASSWORD`" add_user root "$ROOT_PWD" 0 0 "Root User" "/storage" "/bin/sh" add_group root 0 add_group users 100 - add_user $USER_NAME "$USER_PWD" 1000 1000 "User" "/storage" "/bin/sh" - add_group $USER_GROUP 1000 - cp -PR $BUILD/busybox*/_install-system/* $INSTALL echo "chmod 4755 $INSTALL/bin/busybox" >> $FAKEROOT_SCRIPT diff --git a/projects/ARCTIC_MC/options b/projects/ARCTIC_MC/options index 5229e13452..7c02c0d47b 100755 --- a/projects/ARCTIC_MC/options +++ b/projects/ARCTIC_MC/options @@ -20,15 +20,6 @@ # Root password to integrate in the target system ROOT_PASSWORD="openelec" -# User to integrate in the target system - USER_NAME="openelec" - -# User group to integrate in the target system - USER_GROUP="openelec" - -# User password to integrate in the target system - USER_PASSWORD="openelec" - # The TARGET_CPU variable controls which processor should be targeted for # generated code. case $TARGET_ARCH in diff --git a/projects/ATV/options b/projects/ATV/options index 604b980ee1..28e2fb9697 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -20,15 +20,6 @@ # Root password to integrate in the target system ROOT_PASSWORD="openelec" -# User to integrate in the target system - USER_NAME="openelec" - -# User group to integrate in the target system - USER_GROUP="openelec" - -# User password to integrate in the target system - USER_PASSWORD="openelec" - # The TARGET_CPU variable controls which processor should be targeted for # generated code. case $TARGET_ARCH in diff --git a/projects/Generic/options b/projects/Generic/options index c814b6812c..2dd063bd88 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -20,15 +20,6 @@ # Root password to integrate in the target system ROOT_PASSWORD="openelec" -# User to integrate in the target system - USER_NAME="openelec" - -# User group to integrate in the target system - USER_GROUP="openelec" - -# User password to integrate in the target system - USER_PASSWORD="openelec" - # The TARGET_CPU variable controls which processor should be targeted for # generated code. case $TARGET_ARCH in diff --git a/projects/RPi/options b/projects/RPi/options index c7e1724ed9..5606865582 100755 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -20,15 +20,6 @@ # Root password to integrate in the target system ROOT_PASSWORD="openelec" -# User to integrate in the target system - USER_NAME="openelec" - -# User group to integrate in the target system - USER_GROUP="openelec" - -# User password to integrate in the target system - USER_PASSWORD="openelec" - # The TARGET_CPU variable controls which processor should be targeted for # generated code. case $TARGET_ARCH in diff --git a/projects/Virtual/options b/projects/Virtual/options index 52c79d39ac..6bf7617990 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -20,15 +20,6 @@ # Root password to integrate in the target system ROOT_PASSWORD="openelec" -# User to integrate in the target system - USER_NAME="openelec" - -# User group to integrate in the target system - USER_GROUP="openelec" - -# User password to integrate in the target system - USER_PASSWORD="openelec" - # The TARGET_CPU variable controls which processor should be targeted for # generated code. case $TARGET_ARCH in