vp-build/init.sh

14 lines
442 B
Bash
Raw Normal View History

2019-12-18 13:18:40 +01:00
#!/bin/bash
echo XBPS_CHROOT_CMD=ethereal >> etc/conf
echo XBPS_ALLOW_CHROOT_BREAKOUT=yes >> etc/conf
ln -s / masterdir
2019-12-18 18:53:37 +01:00
ln -s /kernelfiles/builddir masterdir/
ln -s /kernelfiles/destdir masterdir/
2019-12-18 13:18:40 +01:00
echo tausche repo url
sed -i "s/repo.voidlinux.eu/alpha.de.repo.voidlinux.org/" /usr/share/xbps.d/00-repository-main.conf
echo update system
xbps-install -Suy
xbps-install -Suy
echo installiere git und bash
xbps-install -Suy git bash base-devel