This commit is contained in:
teldra 2023-06-13 08:52:53 +02:00
parent 62e0658b4e
commit 4a1db6bbbe
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@ config() {
chown root:root /
chmod 755 /
echo ${HOSTNAME} > /etc/hostname
if ! grep -q musl <<< $(uname -a); then
ln -sf "/usr/share/zoneinfo/${TIMEZONE}" /etc/localtime
sed -i "s/#HOSTNAME=\"void-live\"/HOSTNAME=${HOSTNAME}/g" /etc/rc.conf

View File

@ -278,7 +278,7 @@ do_install() {
for i in "${ignorepkgs[@]}"; do
echo "ignorepkg=${i}" >> "${target}/etc/xbps.d/10-ignore-pkg.conf"
done
xbps_a=$(uname -a)
if grep -q musl <<< $(uname -a); then
libc="x86_64-musl"
else