OSDN Git Service

[fix] : Fixed a bug that calamares could not be started
authorhayao <shun819.mail@gmail.com>
Tue, 28 Jan 2020 13:08:07 +0000 (22:08 +0900)
committerhayao <shun819.mail@gmail.com>
Tue, 28 Jan 2020 13:08:07 +0000 (22:08 +0900)
Changed root user shell from / usr / bin / bash to / bin / bash.

airootfs/root/customize_airootfs.sh

index 1b40105..ae9acea 100755 (executable)
@@ -8,9 +8,11 @@ locale-gen
 ln -sf /usr/share/zoneinfo/UTC /etc/localtime
 
 # usermod -s /usr/bin/zsh root
-usermod -s /usr/bin/bash root
+usermod -s /bin/bash root
 cp -aT /etc/skel/ /root/
 chmod 700 /root
+LC_ALL=C xdg-user-dirs-update
+LANG=C xdg-user-dirs-update
 
 <<DISABLED
 useradd -m -s /bin/bash alter