mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 21:31:10 +02:00
pentoo-livecd: exec bash, don't run bash
This commit is contained in:
parent
465c065416
commit
3abc42f534
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
Loading…
Reference in a new issue