Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
baseinit: .......
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Feb 25, 2020
1 parent 2ffa67e commit e6a906b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/init/rc.boot
Original file line number Diff line number Diff line change
Expand Up @@ -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..."; {
Expand Down Expand Up @@ -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..."

0 comments on commit e6a906b

Please sign in to comment.