Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- rm ./sandbox.out #For now I don't want to use the previous config.
- SB_PREFIX=/git/psandbox/psandbox-master.tar.gz.extracted/psandbox-master
- OS_HOME=$(realpath .)
- MP="/mnt/sdd2/"
- mkdir -p "$MP"
- PSUBDIR="dpup/buster/32/PAE/8.0.0/RC2/28032020"
- OS_HOME="$MP/$PSUBDIR"
- LOGFILE="$(realpath "$OS_HOME/sandbox.log")"
- SAVE_HOME="/mnt/sdd3/dpup/buster/32/PAE/8.0.0/RC2/28032020"
- DEVX_HOME="/mnt/sdd3/dpup/buster/32/PAE/8.0.0/RC2/28032020"
- RW_LAYER="$SAVE_HOME/bustersave"
- B1_source="/Remote/jobs"
- B1_target="/Remote/jobs" #Sometimes I might get this folder via samaba isntead of a bind.
- mkdir -p "$RW_LAYER"
- #if [ -f ./sandbox.out ]; then
- # bash -x "$SB_PREFIX"/usr/bin/psandbox.sh --logfile "$LOGFILE" -f "$OS_HOME"/sandbox.out -o "$OS_HOME"/sandbox.out --pdrv #"$MP" --maybe-psubdir "$PSUBDIR" -e "devx_fossapup64_9.5.sfs" --no-exit --rw-layer "$RW_LAYER" --copy-Xauth --bind-X11-#sockets --copy-resolv_conf --bind "$B1_source" "$B1_target"
- #
- #else
- bash -x "$SB_PREFIX"/usr/bin/psandbox.sh --logfile "$LOGFILE" -o "$OS_HOME"/sandbox.out --pdrv "$MP" --maybe-psubdir "$PSUBDIR" -e "$DEVX_HOME/devx_buster_8.0.0.sfs" --no-exit --rw-layer "$RW_LAYER" --copy-Xauth --bind-X11-sockets --copy-resolv_conf --bind "$B1_source" "$B1_target"
- #fi
Advertisement
Add Comment
Please, Sign In to add comment