shutils/chroot: copy host /etc/localtime if found.
--HG-- extra : convert_revision : d3961bbaa2b8fd51d59d5ccd4e2023b2cf31a60a
This commit is contained in:
parent
527845ef89
commit
1e8ba0a3ef
|
@ -87,6 +87,7 @@ ff02::3 ip6-allhosts
|
||||||
_EOF
|
_EOF
|
||||||
|
|
||||||
cp -f /etc/resolv.conf $XBPS_MASTERDIR/etc
|
cp -f /etc/resolv.conf $XBPS_MASTERDIR/etc
|
||||||
|
[ -f /etc/localtime ] && cp -f /etc/localtime $XBPS_MASTERDIR/etc
|
||||||
# Create /bin/sh symlink to bash
|
# Create /bin/sh symlink to bash
|
||||||
cd $XBPS_MASTERDIR/bin && ln -sf bash sh
|
cd $XBPS_MASTERDIR/bin && ln -sf bash sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue