Added wget package (dependency of xbps-base-chroot)
Make chroot copy etc/resolv.conf when entering Added buggy gstreamer template (exposese some bugs of xbps.sh) utils build now does not cleanups the dir after build --HG-- extra : convert_revision : a36211b7dab8627f912f3b8f844d16bbcec0bc6e
This commit is contained in:
@@ -27,7 +27,7 @@ if [ ! -f $XBPS_MASTERDIR/.xbps_perms_done ]; then
|
||||
echo -n "==> Preparing chroot on $XBPS_MASTERDIR... "
|
||||
chown -R root:root $XBPS_MASTERDIR/*
|
||||
chmod +s $XBPS_MASTERDIR/usr/libexec/pt_chown
|
||||
cp -af /etc/passwd /etc/shadow /etc/group /etc/hosts $XBPS_MASTERDIR/etc
|
||||
cp -af /etc/passwd /etc/shadow /etc/group /etc/hosts /etc/resolv.conf $XBPS_MASTERDIR/etc
|
||||
touch $XBPS_MASTERDIR/.xbps_perms_done
|
||||
echo "done."
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user