This commit is contained in:
teldra 2022-02-07 18:22:59 +01:00
parent 87e00d842d
commit c4b1a782df
3 changed files with 6 additions and 3 deletions

View File

@ -38,7 +38,9 @@ addpkg() {
enable_service() {
for i in $@; do
ln -s /etc/sv/$i /etc/runit/runsvdir/default/
if ! [ -l /etc/runit/runsvdir/default/${i} ]; then
ln -s /etc/sv/$i /etc/runit/runsvdir/default/
fi
done
}

View File

@ -1,8 +1,9 @@
packages() {
addpkg "xorg-minimal" "xorg-apps"
addpkg xorg-minimal xorg-apps dbus
}
config() {
enable_service dbus
ln -s /usr/share/fontconfig/conf.avail/70-no-bitmaps.conf "${dest}"/etc/fonts/conf.d/
if [ "$LANGUAGE" == "de" ]; then

View File

@ -261,7 +261,7 @@ done
EOF
chmod +x "${target}/tmp/vinstaller/main_chroot"
chroot "${target} /tmp/vinstaller/main_chroot"
chroot "${target}" "/tmp/vinstaller/main_chroot"
}
ready() {