How do I incorporate commands in a shell script after a chroot?
K krawall May 23, 2017 #2 chroot(8): Code: SYNOPSIS chroot [-u user] [-g group] [-G group,group,...] newroot [command] Either put everything in the command part or copy a script into the chroot and just execute it.
chroot(8): Code: SYNOPSIS chroot [-u user] [-g group] [-G group,group,...] newroot [command] Either put everything in the command part or copy a script into the chroot and just execute it.