commit 16a512089c32f125f75b36c95f7c4ecf2cff7fac
parent 400d329929547c90d5dff1adbe8a85a7643cc3d3
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Wed, 2 Dec 2020 17:25:00 +0100
Add glibc repo
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/installroot/usr/share/kickstarts/Jolla-@RELEASE@-t0lte-@ARCH@.ks b/installroot/usr/share/kickstarts/Jolla-@RELEASE@-t0lte-@ARCH@.ks
@@ -6,6 +6,9 @@
# SuggestedImageType: fs
# SuggestedArchitecture: armv7hl
+keyboard de
+user --name nemo --groups audio,input,video --password nemo
+lang en_US.UTF-8
timezone --utc UTC
### Commands from /tmp/sandbox/usr/share/ssu/kickstart/part/default
@@ -16,6 +19,7 @@ part / --size 500 --ondisk sda --fstype=ext4
repo --name=adaptation-community-common-t0lte-@RELEASE@ --baseurl=http://repo.merproject.org/obs/nemo:/devel:/hw:/common/sailfish_latest_@ARCH@/
repo --name=apps-@RELEASE@ --baseurl=https://releases.jolla.com/jolla-apps/@RELEASE@/@ARCH@/
repo --name=customer-jolla-@RELEASE@ --baseurl=https://releases.jolla.com/features/@RELEASE@/customers/jolla/@ARCH@/
+repo --name=glibc-@RELEASE@ --baseurl=http://repo.merproject.org/obs/home:/elros34:/glibc/sailfishos_@RELEASE@/
repo --name=hotfixes-@RELEASE@ --baseurl=https://releases.jolla.com/releases/@RELEASE@/hotfixes/@ARCH@/
repo --name=jolla-@RELEASE@ --baseurl=https://releases.jolla.com/releases/@RELEASE@/jolla/@ARCH@/
@@ -72,8 +76,8 @@ UID_MIN=$(grep "^UID_MIN" /etc/login.defs | tr -s " " | cut -d " " -f2)
DEVICEUSER=`getent passwd $UID_MIN | sed 's/:.*//'`
if [ -x /usr/bin/oneshot ]; then
- /usr/bin/oneshot --mic
- su -c "/usr/bin/oneshot --mic" $DEVICEUSER
+ su -c "/usr/bin/oneshot --mic"
+ su -c "/usr/bin/oneshot --mic" $DEVICEUSER
fi
### end 50_oneshot
### begin 60_ssu