From 2ffa67ed477a9978b03ac727deada2d7af376735 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 25 Feb 2020 14:16:27 +0200 Subject: [PATCH] baseinit: Fix dri issue again --- lib/init/rc.boot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/init/rc.boot b/lib/init/rc.boot index c810032..393e5bc 100755 --- a/lib/init/rc.boot +++ b/lib/init/rc.boot @@ -32,10 +32,6 @@ log "Mounting pseudo filesystems..."; { ln -sf fd/0 /dev/stdin ln -sf fd/1 /dev/stdout ln -sf fd/2 /dev/stderr - - # udev sometimes doesn't set this permission for whatever - # reason. Until we figure out why, let's do it ourselves. - chown root:video /dev/dri/* } log "Starting device manager..."; { @@ -71,6 +67,10 @@ log "Starting device manager..."; { esac done fi + + # udev sometimes doesn't set this permission for whatever + # reason. Until we figure out why, let's do it ourselves. + chown root:video /dev/dri/* } log "Remounting rootfs as ro..."; {