Skip to content
GitLab
  • Explore
  • Sign in

Admin message

Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.

  • Arch LinuxArch Linux
  • archlinux-docker
  • Repository
  • archlinux-docker
  • Makefile
Find file Blame History Permalink
  • Santiago Torres-Arias's avatar
    Makefile: use fakeroot for tar-ing rootfs · 368a504f
    Santiago Torres-Arias authored Oct 23, 2019
    When tar-ing the rootfs, the permissions preserved are from the worker
    process. This is not the intended behavior, as we want to preserve the
    permissions of the root user to most of the files. Use fakeroot during
    the tar process to automagically map the uid of the user to that of
    root's.
    
    Fixes #22
    
    
    
    Signed-off-by: default avatarSantiago Torres <santiago@archlinux.org>
    368a504f