Age | Commit message (Expand) | Author | Files | Lines |
2011-01-08 | mkarchroot: return 0 if there was no package to update in SyncFirst | Pierre Schmitz | 1 | -1/+1 |
2011-01-06 | mkarchroot: pass inline shell script to chroot0.9.16 | Pierre Schmitz | 1 | -2/+2 |
2011-01-06 | mkarchroot: Ensure all packages have been updated | Pierre Schmitz | 1 | -1/+1 |
2010-12-04 | mkarchroot: add missing devices nodes | Pierre Schmitz | 1 | -0/+3 |
2010-12-02 | mkarchroot: create a minimal /dev instead of using the one of the host | Pierre Schmitz | 1 | -4/+15 |
2010-11-16 | Create pacman sync dir on chroot creation | Pierre Schmitz | 1 | -1/+1 |
2010-09-11 | Use pacman to determine the host's mirror | Pierre Schmitz | 1 | -4/+4 |
2010-08-22 | Use findmnt to generate a mtab | Pierre Schmitz | 1 | -1/+1 |
2010-08-17 | reduce pacman's verbosity | Pierre Schmitz | 1 | -5/+2 |
2010-08-17 | Use host mirror in chroot environment | Pierre Schmitz | 1 | -0/+18 |
2010-08-17 | Use default locale instead of copying from host | Pierre Schmitz | 1 | -1/+1 |
2010-08-16 | Fix typo | Pierre Schmitz | 1 | -2/+2 |
2010-08-12 | Provide /dev/{shm,pts} within chroot | Pierre Schmitz | 1 | -0/+8 |
2010-06-24 | removed mode lines; was not a good idea after all | Pierre Schmitz | 1 | -3/+0 |
2010-02-21 | mkarchroot: Added default pacman cache in usage help0.9.3 | Eric BĂ©langer | 1 | -1/+1 |
2010-02-13 | apply common coding style | Pierre Schmitz | 1 | -131/+127 |
2010-02-13 | Further fixes to cache_dir handling | Allan McRae | 1 | -2/+2 |
2010-02-13 | Read cachedir from pacman.conf in working dir | Allan McRae | 1 | -4/+10 |
2010-02-13 | set umask to 0022 | Pierre Schmitz | 1 | -1/+1 |
2010-02-12 | Fall back to default if CacheDir is not set | Pierre Schmitz | 1 | -1/+1 |
2010-02-11 | make sure pacman cache dir exists | Pierre Schmitz | 1 | -0/+1 |
2010-02-11 | Add missing -n option to getopt list for mkarchroot | Pierre Schmitz | 1 | -1/+1 |
2010-02-11 | Reduce verbosity to a sane minimum | Pierre Schmitz | 1 | -19/+1 |
2010-02-11 | Read pacman cache dir from pacman.conf or cli | Pierre Schmitz | 1 | -8/+11 |
2010-01-11 | Reset umask before touching the chroot. | Byron Clark | 1 | -0/+1 |
2009-01-24 | Add a param to NOT copy config files to the chroot | Aaron Griffin | 1 | -2/+5 |
2008-10-20 | Only run locale-gen if the target root has /etc/locale.gen | Aaron Griffin | 1 | -3/+5 |
2008-02-06 | Separate mounting from config copying | Simo Leone | 1 | -1/+6 |
2008-01-23 | Remove DBPath from mkarchroot | Aaron Griffin | 1 | -1/+0 |
2007-11-29 | Copy resolv.conf each time just like mtab | Aaron Griffin | 1 | -3/+3 |
2007-11-29 | Fixed a typo (mkarchchroot -> mkarchroot) | Aaron Griffin | 1 | -1/+1 |
2007-11-29 | Whitespace fixes/cleanup to all of the scripts | Dan McGee | 1 | -4/+4 |
2007-11-28 | Use user's locale.gen instead of sed-magic | Dan McGee | 1 | -1/+1 |
2007-11-28 | Fix some bashisms (but change #! to /bin/bash) | Dan McGee | 1 | -5/+5 |
2007-11-28 | mkarchroot: create $working_dir/etc (fixes error msg when trying to copy /etc... | Armin Luntzer | 1 | -0/+1 |
2007-11-28 | mkarchroot: copy /etc/resolv.conf to chroot | Armin Luntzer | 1 | -0/+2 |
2007-11-28 | mkarchroot: add -M switch for a custom makepkg.conf | Armin Luntzer | 1 | -1/+9 |
2007-11-04 | Copy mtab over to chroot so that pacman can detect disk space | Jason Chu | 1 | -0/+3 |
2007-11-04 | Pass $RUN to chroot so that all the params are expanded properly | Jason Chu | 1 | -1/+1 |
2007-11-03 | Install the custom pacman.conf in the chroot so that it can be used for later... | Jason Chu | 1 | -0/+5 |
2007-11-03 | add -C option to mkarchroot | Daniel Isenmann | 1 | -1/+6 |
2007-10-30 | mkarchroot: move check for root below option parsing | Dan McGee | 1 | -5/+6 |
2007-10-30 | mkarchroot: clean up/unify output messages | Dan McGee | 1 | -18/+14 |
2007-10-24 | Make sure that var/lib/pacman is created | Jason Chu | 1 | -1/+1 |
2007-10-24 | Added 'update' to mkarchroot | Aaron Griffin | 1 | -3/+5 |
2007-10-22 | Added GPL headers | Aaron Griffin | 1 | -2/+10 |
2007-10-07 | Generate current locale in new chroots by default | Aaron Griffin | 1 | -0/+4 |
2007-10-07 | Trap EXIT and use relative cache and db paths | Simo Leone | 1 | -3/+4 |
2007-10-04 | Initial checking of makechrootpkg | Aaron Griffin | 1 | -7/+15 |
2007-10-04 | Initial mkarchroot commit | Aaron Griffin | 1 | -0/+136 |