Skip to content

Commit

Permalink
RAM Logging and mounts (only in Raspberry)
Browse files Browse the repository at this point in the history
  • Loading branch information
volumio authored and volumio committed Feb 4, 2015
1 parent 380c6dd commit 1e992de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/raspberryconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ touch /etc/fstab
echo "proc /proc proc defaults 0 0
/dev/mmcblk0p1 /boot vfat defaults 0 0
/dev/mmcblk0p2 / ext4 defaults,noatime 0 1
tmpfs /var/log tmpfs size=20M,defaults,noatime,mode=0755 0 0
tmpfs /var/cache/apt/archives tmpfs size=100M,defaults,noexec,nosuid,nodev,mode=0755 0 0
tmpfs /var/spool/cups tmpfs size=100M,defaults,noatime,mode=0755 0 0
tmpfs /var/spool/cups/tmp tmpfs defaults,noatime,mode=0755 0 0
" > /etc/fstab

echo "Writing cmdline file"
Expand Down

0 comments on commit 1e992de

Please sign in to comment.