diff --git a/etc/soundsystem/pipewire b/etc/soundsystem/pipewire index b017e90..79fa95a 100644 --- a/etc/soundsystem/pipewire +++ b/etc/soundsystem/pipewire @@ -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 diff --git a/main.sh b/main.sh index f9cd4a6..4cb35e1 100755 --- a/main.sh +++ b/main.sh @@ -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/"