This commit is contained in:
teldra 2022-02-11 12:51:08 +01:00
parent 53b66666af
commit 3d62ae51e9
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,7 @@ config() {
vinstall "${FILESDIR}/xdg/autostart/pipewire-pulse.desktop" 755 etc/xdg/autostart
echo "/usr/lib/pipewire-0.3/jack" > /etc/ld.so.conf.d/zpipewire-jack.conf
ldconfig
#ldconfig
mkdir -p /etc/alsa/conf.d
ln -s /usr/share/alsa/alsa.conf.d/50-pipewire.conf /etc/alsa/conf.d

View File

@ -284,7 +284,6 @@ echo_vars() {
}
do_chroot() {
header "Chroot into new System"
mkdir -p "${target}/tmp/vinstaller/"
mount -t tmpfs -o size=50m tmpfs "${target}/tmp/vinstaller/"