~smoser/cirros/trunk.mkcabundle-in-bash

« back to all changes in this revision

Viewing changes to src/etc/fstab

  • Committer: Scott Moser
  • Date: 2011-09-09 22:10:39 UTC
  • Revision ID: smoser@ubuntu.com-20110909221039-l4djwt8a270hzcas
add functional initial configs for buildroot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# /etc/fstab: static file system information.
2
 
#
3
 
# <file system> <mount pt>     <type> <options>         <dump> <pass>
4
 
/dev/root  /         auto     rw,noauto                 0 1
5
 
proc       /proc     proc     defaults                  0 0
6
 
devpts     /dev/pts  devpts   defaults,gid=5,mode=620   0 0
7
 
tmpfs      /dev/shm  tmpfs    mode=0777                 0 0
8
 
sysfs      /sys      sysfs    defaults                  0 0
9
 
tmpfs      /run      tmpfs    rw,nosuid,relatime,mode=755 0 0