summaryrefslogtreecommitdiffstats
path: root/mkarchroot.in
AgeCommit message (Expand)AuthorFilesLines
2017-07-05Quote strings that shellcheck warns about.Luke Shumaker1-2/+2
2017-07-05Make purely stylistic changes to make shellcheck happier.Luke Shumaker1-1/+1
2017-04-05mkarchroot: Don't let the environment affect pacstrap (sans proxy settings).Luke Shumaker1-0/+5
2017-04-05mkarchroot, arch-nspawn: Add an `-s` flag to inhibit `setarch`.Luke Shumaker1-1/+4
2017-04-05mkarchroot, arch-nspawn: Add an `-f` flag to add files to copy.Luke Shumaker1-1/+10
2017-04-05Avoid using string interpolation; use printf format strings instead.Luke Shumaker1-1/+1
2017-04-05Add a "License:" tag to all code files.Luke Shumaker1-0/+2
2017-03-07lib/archroot.sh: Add is_btrfs helperJan Alexander Steffens (heftig)1-1/+1
2017-03-07lib/archroot.sh: Simplify check_rootJan Alexander Steffens (heftig)1-3/+1
2017-03-07lib/archroot.sh: Move CHROOT_VERSION to a common fileJan Alexander Steffens (heftig)1-2/+1
2017-02-17mkarchroot: Set LANG=en_US.UTF-8Jan Alexander Steffens (heftig)1-2/+2
2016-05-27mkarchroot: Manually generate machine-id because nspawn expects itSven-Hendrik Haase1-0/+2
2014-10-19save and reuse original argv when auto-elevatingDave Reisner1-1/+3
2014-09-22mkarchroot: Correct "Usage:" text.Luke Shumaker1-1/+1
2014-05-10Switch to root when started as regular userSébastien Luttringer1-1/+2
2013-08-08avoid injecting code into the format stringDave Reisner1-2/+2
2013-05-03lib/common.sh: Introduce locking helper functionsJan Alexander Steffens (heftig)1-17/+1
2013-05-02mkarchroot: Refactor chroot running into a new scriptJan Alexander Steffens (heftig)1-116/+26
2013-04-07mkarchroot: Fix creation of btrfs snapshot and remove force optionPierre Schmitz1-13/+7
2013-04-06Bump the chroot version as we changed the default package setPierre Schmitz1-1/+1
2013-04-06Only try to use btrfs snapshots if chroots are on a btrfs partitionPierre Schmitz1-2/+4
2013-04-06Simplify update call as pacman does no longer support SyncFirstPierre Schmitz1-2/+2
2013-04-06mkarchroot: code cleanupPierre Schmitz1-14/+6
2013-04-06mkarchroot: Create working directory if neededPierre Schmitz1-0/+4
2013-04-06use nspawn to bind mount needed directoriesDave Reisner1-38/+17
2013-01-20Drop initscripts supportPierre Schmitz1-61/+1
2012-11-15Make sure the usage functions are consistentEric Bélanger1-1/+1
2012-11-15mkarchroot: Remove unnecessary parameter for usage functionEric Bélanger1-1/+1
2012-10-27Fix return code handlingJan Alexander Steffens (heftig)1-1/+2
2012-10-13mkarchroot: do not try to bind /etc/timezone from hostPierre Schmitz1-2/+2
2012-10-04mkarchroot: use a helper function to simplify bind mountsPierre Schmitz1-25/+25
2012-10-03mkarchroot: Use systemd's nspawn if availablePierre Schmitz1-59/+83
2012-06-16mkarchroot: reset trap so it wont be called twicePierre Schmitz1-0/+1
2012-06-15Fix /run permissions in chrootAllan McRae1-1/+1
2012-06-12Support multiple package cache directoriesPierre Schmitz1-18/+24
2012-06-11Remove no longer used optionPierre Schmitz1-3/+1
2012-06-11Add a version number to each chroot so we can tell the user when a rebuild is...Pierre Schmitz1-3/+5
2012-06-11Enable signature checking within build environmentPierre Schmitz1-26/+32
2012-06-10mkarchroot: use bind mount instead of symlink for /dev/ptmxGerardo Exequiel Pozzi1-1/+3
2012-03-05Add -d param to optionally support devtmpfsGerardo Exequiel Pozzi1-15/+22
2011-12-20mkarchroot: do not create /etc/mtabTom Gundersen1-1/+0
2011-12-04Use double brackets everywhereLukas Fleischer1-30/+30
2011-11-06mkarchroot: Respect makepkg.conf and pacman.conf when running a commandPierre Schmitz1-8/+10
2011-11-04Capitalize output messagesEric Bélanger1-8/+8
2011-11-01Move common functions to a shared filePierre Schmitz1-18/+13
2011-10-14Call locale-gen with full path in chroot environmentPierre Schmitz1-1/+1
2011-10-07Support non-standard install locationsLukas Fleischer1-0/+231