associated dependencies. -pacman.conf autogenerated with ignorelists to prevent conflict between chroots -database synchronisation to prevent database dsynchronisation -lib32 support for the base chroot
3 lines
84 B
Bash
Executable file
3 lines
84 B
Bash
Executable file
#!/bin/bash
|
|
echo "Invoking root shell on $1."
|
|
sbexecute --shell --root --sandbox=$@
|