- Oct 27, 2012
-
-
Jan Alexander Steffens (heftig) authored
Stop trap_exit from forcing a 0 exit code. This fixes makechrootpkg, which used to always return success, even if the build failed. Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Oct 13, 2012
-
-
Pierre Schmitz authored
/etc/timezone is no longer used. We only need /etc/localtime. This fixes FS#31929
-
- Oct 04, 2012
-
-
Pierre Schmitz authored
-
- Oct 03, 2012
-
-
Pierre Schmitz authored
* If we are running systemd use nspawn instead of our own chroot setup * Use pacstrap to setup our chroot environment * Make sure the common trap is still called * Bind resolve.conf, timezone and lcoaltime from the host if nspawn is not used * Run ldconfig within the chroot
-
- Jun 16, 2012
-
-
Pierre Schmitz authored
-
- Jun 15, 2012
-
-
Allan McRae authored
Signed-off-by:
Allan McRae <allan@archlinux.org> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Jun 12, 2012
-
-
Pierre Schmitz authored
* We use the host package cache configuration * As only the first cache will be written to, we mount the others readonly
-
- Jun 11, 2012
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
Pierre Schmitz authored
* bind /sys and /dev/pts from host * drop support for devtmpfs as it is no longer needed * add /run and /dev/rtc0 * clone own ipc, uts and mount namespaces for chroot * set localtime, timezone and locale within chroot environment * copy /etc/pacman.d/gnupg from host
-
- Jun 10, 2012
-
-
Gerardo Exequiel Pozzi authored
We need /dev/ptmx -> /dev/pts/ptmx (for devpts -o newinstance) Other way to do this thing is via bind mount (as said kernel doc[devpts.txt]). This should be done in this way at least for /dev as devtmpfs in the chroot. Since we can not touch /dev (devtmpfs), because devtmpfs is "singleton", just use bind method and avoid interference. Do it the same for both modes of /dev (tmpfs) and (devtmpfs) to keep it simple. Currently devpts in chroot is not working without this when using /dev as devtmpfs, this fixes this issue (opening /dev/ptmx, creates devices nodes on outside /dev/pts) Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Mar 05, 2012
-
-
Gerardo Exequiel Pozzi authored
The main intention of this patch is to take advantage of /dev/loop-control and loop devices. Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Dec 20, 2011
-
-
Tom Gundersen authored
As of filesystem-2011.12 this is not needed anylonger, and indeed blocks the chroot from being upgraded. As a workaround, recreating the chroot fixes the problem. Fixes FS#27640. Reported-by:
Andrea Scarpino <andrea@archlinux.org> Signed-off-by:
Tom Gundersen <teg@jklm.no> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Dec 04, 2011
-
-
Lukas Fleischer authored
We already fixed a couple of these in previous patches - this one should replace all remaining uses of single brackets ("[") by double brackets. Also, use arithmetic evaluation instead of conditional expressions where appropriate and make use of "-z" and "-n" instead of comparing variables to empty strings. Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- Nov 06, 2011
-
-
Pierre Schmitz authored
-
- Nov 04, 2011
-
-
Eric Bélanger authored
Some of the output/error messages were capitalized, some were not. This patch capitalize everything for consistency sake. Other minor changes were done to the messages like removing the superfluous "error:" from die messages and adding a final period to messages that were complete sentences as appropriate. Signed-off-by:
Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Nov 01, 2011
-
-
Pierre Schmitz authored
* common.sh is included on build time * most functions are copied from makepkg
-
- Oct 14, 2011
-
-
Pierre Schmitz authored
Thanks to Peter Schuller for this hint
-
- Oct 07, 2011
-
-
Lukas Fleischer authored
This build system overhaul allows for adding (define-style) macros to our scripts. All source files are now suffixed with ".in" to clarify that they might contain unprocessed defines. The Makefile provides a new rule to preprocess source files and generate proper output scripts. Also, add a "@pkgdatadir@" define (as used in GNU Autotools) and use it instead of hardcoded paths to "/usr/share/devtools" everywhere. We missed this when adding PREFIX support to the build system in commit 35fc83ce. Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- Jul 25, 2011
-
-
Gerardo Exequiel Pozzi authored
I need this for archiso, instead of maintaining a private copy. Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- May 16, 2011
-
-
Jakob Gruber authored
The old pacman -d flag is now -dd since commit 111e07d0be44b7. Signed-off-by:
Jakob Gruber <jakob.gruber@gmail.com> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Mar 22, 2011
-
-
Jan Steffens authored
This is much faster than using Rsync to clone. Rsync stays available when the chroots are not on a Btrfs.
-
Jan Steffens authored
This prevents accidents when chroots are shared between multiple users.
-
- Mar 14, 2011
-
-
Jan Steffens authored
No functional change.
-
- Jan 08, 2011
-
-
Pierre Schmitz authored
-
- Jan 06, 2011
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
In reference to FS#22304 run pacman -Su again if there are still updates available. This is the case for packages listed in SyncFirst.
-
- Dec 04, 2010
-
-
Pierre Schmitz authored
/dev/tty, /dev/tty0 and /dev/full
-
- Dec 02, 2010
-
-
Pierre Schmitz authored
-
- Nov 16, 2010
-
-
Pierre Schmitz authored
See https://bugs.archlinux.org/task/21125
-
- Sep 11, 2010
-
-
Pierre Schmitz authored
-
- Aug 22, 2010
-
-
Pierre Schmitz authored
Instead of just copying the hosts mtab use findmnt. This way only reachable mount points are shown.
-
- Aug 17, 2010
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
* Set first enabled mirror found mirrorlist as mirror within the chroot. * If the mirror is local bind its directory read-only into the chroot. * Fallback is the kernel.org mirror.
-
Pierre Schmitz authored
Use en_US.UTF-8 and de_DE.UTF-8 by default (the latter is needed for some packages like gcc)
-
- Aug 16, 2010
-
-
Pierre Schmitz authored
-
- Aug 12, 2010
-
-
Pierre Schmitz authored
implements FS#20246
-
- Jun 24, 2010
-
-
Pierre Schmitz authored
-
- Feb 21, 2010
-
-
Eric Bélanger authored
Signed-off-by:
Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by:
Pierre Schmitz <pierre@archlinux.de>
-
- Feb 13, 2010
-
-
Pierre Schmitz authored
-