index
:
devtools32
archlinuxewe
i486
master
pentium4
Fork of devtools from archlinux.org with small modifications to compile i486 and i686 from our repositories
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mkarchroot.in
Age
Commit message (
Expand
)
Author
2017-04-05
mkarchroot: Don't let the environment affect pacstrap (sans proxy settings).
Luke Shumaker
2017-04-05
mkarchroot, arch-nspawn: Add an `-s` flag to inhibit `setarch`.
Luke Shumaker
2017-04-05
mkarchroot, arch-nspawn: Add an `-f` flag to add files to copy.
Luke Shumaker
2017-04-05
Avoid using string interpolation; use printf format strings instead.
Luke Shumaker
2017-04-05
Add a "License:" tag to all code files.
Luke Shumaker
2017-03-07
lib/archroot.sh: Add is_btrfs helper
Jan Alexander Steffens (heftig)
2017-03-07
lib/archroot.sh: Simplify check_root
Jan Alexander Steffens (heftig)
2017-03-07
lib/archroot.sh: Move CHROOT_VERSION to a common file
Jan Alexander Steffens (heftig)
2017-02-17
mkarchroot: Set LANG=en_US.UTF-8
Jan Alexander Steffens (heftig)
2016-05-27
mkarchroot: Manually generate machine-id because nspawn expects it
Sven-Hendrik Haase
2014-10-19
save and reuse original argv when auto-elevating
Dave Reisner
2014-09-22
mkarchroot: Correct "Usage:" text.
Luke Shumaker
2014-05-10
Switch to root when started as regular user
Sébastien Luttringer
2013-08-08
avoid injecting code into the format string
Dave Reisner
2013-05-03
lib/common.sh: Introduce locking helper functions
Jan Alexander Steffens (heftig)
2013-05-02
mkarchroot: Refactor chroot running into a new script
Jan Alexander Steffens (heftig)
2013-04-07
mkarchroot: Fix creation of btrfs snapshot and remove force option
Pierre Schmitz
2013-04-06
Bump the chroot version as we changed the default package set
Pierre Schmitz
2013-04-06
Only try to use btrfs snapshots if chroots are on a btrfs partition
Pierre Schmitz
2013-04-06
Simplify update call as pacman does no longer support SyncFirst
Pierre Schmitz
2013-04-06
mkarchroot: code cleanup
Pierre Schmitz
2013-04-06
mkarchroot: Create working directory if needed
Pierre Schmitz
2013-04-06
use nspawn to bind mount needed directories
Dave Reisner
2013-01-20
Drop initscripts support
Pierre Schmitz
2012-11-15
Make sure the usage functions are consistent
Eric Bélanger
2012-11-15
mkarchroot: Remove unnecessary parameter for usage function
Eric Bélanger
2012-10-27
Fix return code handling
Jan Alexander Steffens (heftig)
2012-10-13
mkarchroot: do not try to bind /etc/timezone from host
Pierre Schmitz
2012-10-04
mkarchroot: use a helper function to simplify bind mounts
Pierre Schmitz
2012-10-03
mkarchroot: Use systemd's nspawn if available
Pierre Schmitz
2012-06-16
mkarchroot: reset trap so it wont be called twice
Pierre Schmitz
2012-06-15
Fix /run permissions in chroot
Allan McRae
2012-06-12
Support multiple package cache directories
Pierre Schmitz
2012-06-11
Remove no longer used option
Pierre Schmitz
2012-06-11
Add a version number to each chroot so we can tell the user when a rebuild is...
Pierre Schmitz
2012-06-11
Enable signature checking within build environment
Pierre Schmitz
2012-06-10
mkarchroot: use bind mount instead of symlink for /dev/ptmx
Gerardo Exequiel Pozzi
2012-03-05
Add -d param to optionally support devtmpfs
Gerardo Exequiel Pozzi
2011-12-20
mkarchroot: do not create /etc/mtab
Tom Gundersen
2011-12-04
Use double brackets everywhere
Lukas Fleischer
2011-11-06
mkarchroot: Respect makepkg.conf and pacman.conf when running a command
Pierre Schmitz
2011-11-04
Capitalize output messages
Eric Bélanger
2011-11-01
Move common functions to a shared file
Pierre Schmitz
2011-10-14
Call locale-gen with full path in chroot environment
Pierre Schmitz
2011-10-07
Support non-standard install locations
Lukas Fleischer