Skip to content

Commit

Permalink
pentoo-livecd: exec bash, don't run bash
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed Sep 2, 2020
1 parent 465c065 commit 3abc42f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3abc42f

Please sign in to comment.