www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 8c5bb8cd017584af8a2f1526d99b94844215d3d7
parent 12ef03361f913ce40fd34667f6465574e31a7503
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Fri, 20 Apr 2018 00:28:45 +0200

For now, pause at the UID warning (until I automate that phase)

Diffstat:
Mstartmandrake1.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/startmandrake1.sh b/startmandrake1.sh @@ -40,6 +40,8 @@ fi echo -e "\033[1;31mNOTE: to access sound, the user inside the chroot must have the same UID as the user outside of the chroot!\033[m" +read -p "Press enter to continue, or ctrl-c to go change this manually." || exit 1 + signal_x_ready="$(tempfile)" sudo chroot "$mnt" /home/georges/Documents/git/my/config-mandrake-chroot/startmandrake2.sh "$signal_x_ready" &