Skip to content

Commit

Permalink
fix old bug with /dev/usb, /dev/urandom and /dev/shm thanks to SFR an…
Browse files Browse the repository at this point in the history
…d rcrsn51
  • Loading branch information
01micko committed Jun 18, 2014
1 parent e5b7591 commit dfe73cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions woof-code/rootfs-skeleton/etc/rc.d/rc.sysinit
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,9 @@ if [ $DEVTMPFSFLG -ne 0 ];then
chgrp disk /dev/fuse
chgrp disk /dev/mmcblk*
chgrp cdrom /dev/sr[0-9]
chmod 666 /dev/usb/* #rcrsn51 finally added 140618
chmod -R 1777 /dev/shm #SFR .. ditto
chmod 666 /dev/urandom #and again, one more time for the dummies
fi

#my intention is for puppy to work with either of these...
Expand Down

0 comments on commit dfe73cc

Please sign in to comment.