Skip to content
  1. May 27, 2016
  2. Oct 19, 2014
  3. Sep 22, 2014
  4. May 10, 2014
  5. Aug 08, 2013
  6. May 03, 2013
  7. May 02, 2013
  8. Apr 07, 2013
  9. Apr 06, 2013
  10. Jan 20, 2013
  11. Nov 15, 2012
  12. Oct 27, 2012
  13. Oct 13, 2012
  14. Oct 04, 2012
  15. Oct 03, 2012
    • Pierre Schmitz's avatar
      mkarchroot: Use systemd's nspawn if available · c617c67f
      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
      c617c67f
  16. Jun 16, 2012
  17. Jun 15, 2012
  18. Jun 12, 2012
  19. Jun 11, 2012
  20. Jun 10, 2012
    • Gerardo Exequiel Pozzi's avatar
      mkarchroot: use bind mount instead of symlink for /dev/ptmx · 231496c8
      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: default avatarGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
      Signed-off-by: default avatarPierre Schmitz <pierre@archlinux.de>
      231496c8
  21. Mar 05, 2012
  22. Dec 20, 2011
  23. Dec 04, 2011
    • Lukas Fleischer's avatar
      Use double brackets everywhere · 56d4dec1
      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: default avatarLukas Fleischer <archlinux@cryptocrack.de>
      56d4dec1
  24. Nov 06, 2011
  25. Nov 04, 2011
  26. Nov 01, 2011
  27. Oct 14, 2011
  28. Oct 07, 2011
    • Lukas Fleischer's avatar
      Support non-standard install locations · 46c4def0
      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: default avatarLukas Fleischer <archlinux@cryptocrack.de>
      46c4def0
  29. Jul 25, 2011
  30. May 16, 2011
  31. Mar 22, 2011