pentoo-livecd: exec bash, don't run bash

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-09-02 14:46:15 -04:00
parent 465c065416
commit 3abc42f534
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 2 additions and 2 deletions

View file

@ -64,5 +64,5 @@ if [ "${choose_x}" = "y" ]; then
#because nox boot param was passed we have to start xdm twice to make it work
sudo /etc/init.d/xdm restart; sudo /etc/init.d/xdm restart && exit 0
else
/bin/bash -l
exec /bin/bash -l
fi

View file

@ -37,7 +37,7 @@ src_install() {
#/usr/sbin
newsbin "${FILESDIR}"/flushchanges-2018.0 flushchanges
newsbin "${FILESDIR}"/makemo-2020.3 makemo
newsbin "${FILESDIR}"/livecd-setpass-r6 livecd-setpass
newsbin "${FILESDIR}"/livecd-setpass-r7 livecd-setpass
newinitd "${FILESDIR}"/binary-driver-handler.initd-2020.3-r1 binary-driver-handler