From e6a906bf67733fa6527b39572499088528471f5e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 25 Feb 2020 14:30:53 +0200 Subject: [PATCH] baseinit: ....... --- 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 393e5bc..a531e8e 100755 --- a/lib/init/rc.boot +++ b/lib/init/rc.boot @@ -67,10 +67,6 @@ 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..."; { @@ -194,4 +190,8 @@ log "Running rc.d hooks..."; { done } +# 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 "Boot stage complete..."