AW: tmp2ram.sh ohne IPC installieren
prompt:
prompt:
Code:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=daaaa284-9cbf-4ead-ba96-203166306f31 / ext3 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=10d2d9e4-1dbc-4288-9afe-b4750b4a68bb none swap sw 0 0
tmpfs /tmp tmpfs size=50M 0 0
tmpfs /var/tmp tmpfs size=20M 0 0
tmpfs /var/log tmpfs size=70M 0 0
tmpfs /var/cache/apt/archives tmpfs size=150M 0 0