summaryrefslogtreecommitdiffstats
path: root/mkarchroot
AgeCommit message (Expand)AuthorFilesLines
2010-12-04mkarchroot: add missing devices nodesPierre Schmitz1-0/+3
2010-12-02mkarchroot: create a minimal /dev instead of using the one of the hostPierre Schmitz1-4/+15
2010-11-16Create pacman sync dir on chroot creationPierre Schmitz1-1/+1
2010-09-11Use pacman to determine the host's mirrorPierre Schmitz1-4/+4
2010-08-22Use findmnt to generate a mtabPierre Schmitz1-1/+1
2010-08-17reduce pacman's verbosityPierre Schmitz1-5/+2
2010-08-17Use host mirror in chroot environmentPierre Schmitz1-0/+18
2010-08-17Use default locale instead of copying from hostPierre Schmitz1-1/+1
2010-08-16Fix typoPierre Schmitz1-2/+2
2010-08-12Provide /dev/{shm,pts} within chrootPierre Schmitz1-0/+8
2010-06-24removed mode lines; was not a good idea after allPierre Schmitz1-3/+0
2010-02-21mkarchroot: Added default pacman cache in usage help0.9.3Eric BĂ©langer1-1/+1
2010-02-13apply common coding stylePierre Schmitz1-131/+127
2010-02-13Further fixes to cache_dir handlingAllan McRae1-2/+2
2010-02-13Read cachedir from pacman.conf in working dirAllan McRae1-4/+10
2010-02-13set umask to 0022Pierre Schmitz1-1/+1
2010-02-12Fall back to default if CacheDir is not setPierre Schmitz1-1/+1
2010-02-11make sure pacman cache dir existsPierre Schmitz1-0/+1
2010-02-11Add missing -n option to getopt list for mkarchrootPierre Schmitz1-1/+1
2010-02-11Reduce verbosity to a sane minimumPierre Schmitz1-19/+1
2010-02-11Read pacman cache dir from pacman.conf or cliPierre Schmitz1-8/+11
2010-01-11Reset umask before touching the chroot.Byron Clark1-0/+1
2009-01-24Add a param to NOT copy config files to the chrootAaron Griffin1-2/+5
2008-10-20Only run locale-gen if the target root has /etc/locale.genAaron Griffin1-3/+5
2008-02-06Separate mounting from config copyingSimo Leone1-1/+6
2008-01-23Remove DBPath from mkarchrootAaron Griffin1-1/+0
2007-11-29Copy resolv.conf each time just like mtabAaron Griffin1-3/+3
2007-11-29Fixed a typo (mkarchchroot -> mkarchroot)Aaron Griffin1-1/+1
2007-11-29Whitespace fixes/cleanup to all of the scriptsDan McGee1-4/+4
2007-11-28Use user's locale.gen instead of sed-magicDan McGee1-1/+1
2007-11-28Fix some bashisms (but change #! to /bin/bash)Dan McGee1-5/+5
2007-11-28mkarchroot: create $working_dir/etc (fixes error msg when trying to copy /etc...Armin Luntzer1-0/+1
2007-11-28mkarchroot: copy /etc/resolv.conf to chrootArmin Luntzer1-0/+2
2007-11-28mkarchroot: add -M switch for a custom makepkg.confArmin Luntzer1-1/+9
2007-11-04Copy mtab over to chroot so that pacman can detect disk spaceJason Chu1-0/+3
2007-11-04Pass $RUN to chroot so that all the params are expanded properlyJason Chu1-1/+1
2007-11-03Install the custom pacman.conf in the chroot so that it can be used for later...Jason Chu1-0/+5
2007-11-03add -C option to mkarchrootDaniel Isenmann1-1/+6
2007-10-30mkarchroot: move check for root below option parsingDan McGee1-5/+6
2007-10-30mkarchroot: clean up/unify output messagesDan McGee1-18/+14
2007-10-24Make sure that var/lib/pacman is createdJason Chu1-1/+1
2007-10-24Added 'update' to mkarchrootAaron Griffin1-3/+5
2007-10-22Added GPL headersAaron Griffin1-2/+10
2007-10-07Generate current locale in new chroots by defaultAaron Griffin1-0/+4
2007-10-07Trap EXIT and use relative cache and db pathsSimo Leone1-3/+4
2007-10-04Initial checking of makechrootpkgAaron Griffin1-7/+15
2007-10-04Initial mkarchroot commitAaron Griffin1-0/+136