]> spindle.queued.net Git - xodist/blob - configs/generic/fstab-ext3
mkext3/mkjffs2: rework fstab/olpc.fth file generation during image creation
[xodist] / configs / generic / fstab-ext3
1 # Default fstab for ext3 images - copy & customize this for a new image build
2
3 # /etc/fstab: static file system information 
4 #
5 # <file system> <mount point>   <type>  <options>       <dump>  <pass>
6 proc            /proc           proc    defaults        0       0       # <partition size in MB>
7 LABEL=Boot      /boot           ext3    defaults        0       2       # 50
8 LABEL=Swap      none            swap    sw              0       0       # 256
9 LABEL=Root      /               ext3    errors=remount-ro  0    1       # 1024