From c7cda4734292bca540402bb87d1a258f2e4a0eaa Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 11 Jun 2012 16:44:23 +0200 Subject: Enable signature checking within build environment * 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 --- makechrootpkg.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'makechrootpkg.in') diff --git a/makechrootpkg.in b/makechrootpkg.in index e06f46c..48675d7 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -258,15 +258,11 @@ nobody ALL = NOPASSWD: /usr/bin/pacman EOF chmod 440 "$copydir/etc/sudoers.d/nobody-pacman" -# Set this system wide as makepkg will source /etc/profile before calling build() -echo 'LANG=C' > "$copydir/etc/locale.conf" - # This is a little gross, but this way the script is recreated every time in the # working copy cat >"$copydir/chrootbuild" <