summaryrefslogtreecommitdiff
path: root/mkarchroot.in
AgeCommit message (Expand)Author
2023-02-23remove obsolete -d option from pacstrapbill-auger
2022-08-30use translatable libretools messages for usage() and parabola additionsbill-auger
2022-08-30replace arch-nspawn with chroot-run (nonsystemd compat)David P
2017-05-05mkarchroot: Use librelib rather than PATH to find arch-nspawn.Luke Shumaker
2017-05-04Quote strings that shellcheck warns about.Luke Shumaker
2017-05-04Make purely stylistic changes to make shellcheck happier.Luke Shumaker
2017-04-05mkarchroot: Don't let the environment affect pacstrap (sans proxy settings).Luke Shumaker
2017-04-05mkarchroot, arch-nspawn: Add an `-s` flag to inhibit `setarch`.Luke Shumaker
2017-04-05mkarchroot, arch-nspawn: Add an `-f` flag to add files to copy.Luke Shumaker
2017-04-05Avoid using string interpolation; use printf format strings instead.Luke Shumaker
2017-04-05Add a "License:" tag to all code files.Luke Shumaker
2017-03-07lib/archroot.sh: Add is_btrfs helperJan Alexander Steffens (heftig)
2017-03-07lib/archroot.sh: Simplify check_rootJan Alexander Steffens (heftig)
2017-03-07lib/archroot.sh: Move CHROOT_VERSION to a common fileJan Alexander Steffens (heftig)
2017-02-17mkarchroot: Set LANG=en_US.UTF-8Jan Alexander Steffens (heftig)
2016-05-27mkarchroot: Manually generate machine-id because nspawn expects itSven-Hendrik Haase
2014-10-19save and reuse original argv when auto-elevatingDave Reisner
2014-09-22mkarchroot: Correct "Usage:" text.Luke Shumaker
2014-05-10Switch to root when started as regular userSébastien Luttringer
2013-08-08avoid injecting code into the format stringDave Reisner
2013-05-03lib/common.sh: Introduce locking helper functionsJan Alexander Steffens (heftig)
2013-05-02mkarchroot: Refactor chroot running into a new scriptJan Alexander Steffens (heftig)
2013-04-07mkarchroot: Fix creation of btrfs snapshot and remove force optionPierre Schmitz
2013-04-06Bump the chroot version as we changed the default package setPierre Schmitz
2013-04-06Only try to use btrfs snapshots if chroots are on a btrfs partitionPierre Schmitz
2013-04-06Simplify update call as pacman does no longer support SyncFirstPierre Schmitz
2013-04-06mkarchroot: code cleanupPierre Schmitz
2013-04-06mkarchroot: Create working directory if neededPierre Schmitz
2013-04-06use nspawn to bind mount needed directoriesDave Reisner
2013-01-20Drop initscripts supportPierre Schmitz
2012-11-15Make sure the usage functions are consistentEric Bélanger
2012-11-15mkarchroot: Remove unnecessary parameter for usage functionEric Bélanger
2012-10-27Fix return code handlingJan Alexander Steffens (heftig)
2012-10-13mkarchroot: do not try to bind /etc/timezone from hostPierre Schmitz
2012-10-04mkarchroot: use a helper function to simplify bind mountsPierre Schmitz
2012-10-03mkarchroot: Use systemd's nspawn if availablePierre Schmitz
2012-06-16mkarchroot: reset trap so it wont be called twicePierre Schmitz
2012-06-15Fix /run permissions in chrootAllan McRae
2012-06-12Support multiple package cache directoriesPierre Schmitz
2012-06-11Remove no longer used optionPierre Schmitz
2012-06-11Add a version number to each chroot so we can tell the user when a rebuild is...Pierre Schmitz
2012-06-11Enable signature checking within build environmentPierre Schmitz
2012-06-10mkarchroot: use bind mount instead of symlink for /dev/ptmxGerardo Exequiel Pozzi
2012-03-05Add -d param to optionally support devtmpfsGerardo Exequiel Pozzi
2011-12-20mkarchroot: do not create /etc/mtabTom Gundersen
2011-12-04Use double brackets everywhereLukas Fleischer
2011-11-06mkarchroot: Respect makepkg.conf and pacman.conf when running a commandPierre Schmitz
2011-11-04Capitalize output messagesEric Bélanger
2011-11-01Move common functions to a shared filePierre Schmitz
2011-10-14Call locale-gen with full path in chroot environmentPierre Schmitz