root/openembedded/zipitZ2BBfiles/base-files/base-files/fstab

Revision 22, 0.8 kB (checked in by T0mW, 5 years ago)

minor change to alias within profile

Line 
1 # stock fstab - you probably want to override this with a machine specific one
2
3 rootfs               /                    auto       defaults              1  1
4 proc                 /proc                proc       defaults              0  0
5 devpts               /dev/pts             devpts     mode=0620,gid=5       0  0
6 usbfs                /proc/bus/usb        usbfs      defaults              0  0
7 tmpfs                /var/volatile        tmpfs      defaults              0  0
8 tmpfs                /dev/shm             tmpfs      mode=0777             0  0
9 tmpfs                /media/ram           tmpfs      defaults              0  0
10
11 # uncomment this if your device has a SD/MMC/Transflash slot
12 #/dev/mmcblk0p1       /media/card          auto       defaults,sync,noauto  0  0
13
Note: See TracBrowser for help on using the browser.