Skip to content

Commit

Permalink
Added pi as owner of /media/ dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zanemountcastle committed Aug 7, 2018
1 parent d774148 commit 67e005e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions stage3/02-automount-peripheral-filesystems/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@
#
# install -m 644 files/systemd-udevd.service "${ROOTFS_DIR}/lib/systemd/system/"
# install -m 644 files/usbmount.conf "${ROOTFS_DIR}/etc/usbmount/"


on_chroot << EOF
chown -R pi:pi /media
chmod -R 777 /media
EOF

0 comments on commit 67e005e

Please sign in to comment.