From 4d7974889ce714d3802210bf513f2255c7cfb3a8 Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Tue, 3 Nov 2020 02:15:59 +0700 Subject: [PATCH] Remove unnecessary comments --- runit/archbox/run | 6 ------ 1 file changed, 6 deletions(-) diff --git a/runit/archbox/run b/runit/archbox/run index 705d6b4..530c67f 100755 --- a/runit/archbox/run +++ b/runit/archbox/run @@ -10,12 +10,6 @@ mount -R /dev $CHROOT/dev mount -R /run $CHROOT/run mount -R /lib/modules $CHROOT/lib/modules mount -R /boot $CHROOT/boot - -# Allow chroot enviroment to access host's machine id -# to be able to connect to host's pulseaudio. -# Comment if the chroot enviroment is not able to connect -# to host's pulseaudio, you may want to start pulseaudio in -# the chroot instead. mount -R /var/lib/dbus $CHROOT/var/lib/dbus # Runit will re-execute scripts those are finished,