From 08a5111f5f8510e12d413b64e848e9be9faf6e1d Mon Sep 17 00:00:00 2001 From: aheirman <48590738+aheirman@users.noreply.github.com> Date: Sun, 21 Feb 2021 15:39:18 +0100 Subject: [PATCH] use sh instead of ash for login shell --- chroot_fetch | 2 +- chroot_iglunix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chroot_fetch b/chroot_fetch index 3a64ec3..858044c 100755 --- a/chroot_fetch +++ b/chroot_fetch @@ -59,7 +59,7 @@ cp ${root}/../dont_use_here/profile ${root}/etc/profile cat << EOF > ${root}/login_shell -exec -a "-ash" /bin/ash +exec -a "-sh" /bin/sh EOF echo "---------------------" diff --git a/chroot_iglunix b/chroot_iglunix index 6d43e93..c5bfb8e 100755 --- a/chroot_iglunix +++ b/chroot_iglunix @@ -19,7 +19,7 @@ then fi -sudo chroot ./ /bin/ash login_shell +sudo chroot ./ /bin/sh login_shell sudo umount root/tmp/ sudo umount root/proc/