summaryrefslogtreecommitdiffstats
path: root/remote/includes/chroot.inc
Commit message (Collapse)AuthorAgeFilesLines
* [chroot] Little bug fix: removed forgotten dev.-mountChristian Rößler2015-09-071-1/+0Star
|
* [chroot] Script changes: better commentaryChristian Rößler2015-09-071-5/+8
|
* [chroot] WARNING: NEEDS BETTER TESTING! Adapted to new overlayfs mount syntax.Christian Rößler2015-09-041-10/+42
|
* helpers/includes now should include an __init function and not just do stuff ↵Simon Rettberg2014-07-271-5/+5
| | | | right away when being sourced
* [chroot.inc] perror if chmod'ing the chroot's autoexec scriptJonathan Bauer2014-07-091-1/+1
|
* [chroot.inc] Check whether anything chroot-related is mounted before trying ↵Christian Rößler2014-04-041-5/+9
| | | | to unmount
* [vmware, chroot] vmware pseudo-deletions in case workstation is installed inChristian Rößler2014-03-241-1/+13
| | | | the base system. An explicit warning for chroot.inc's autoexec.bat.
* [logging.inc, chroot.inc] Some redirections for debugging within a chrootChristian Rößler2014-03-211-1/+2
|
* [chroot.inc] Added parameter to bind-remountChristian Rößler2014-03-201-2/+2
|
* [chroot.inc] major improvementsJonathan Bauer2014-03-111-25/+86
| | | | | | -do not remove directories on startup/exit, instead check for existing mounts. -after remounting / to read-only, check if it worked.
* added example usageJonathan Bauer2014-02-271-1/+6
|
* added chroot.incJonathan Bauer2014-02-271-0/+131
this help provides chroot-install functionality. Only use 'chroot_run <build_dir>' in your build scripts. Have a look at the comment on how to use.