--- trunk/magellan-initscripts/etc/fstab 2005/07/01 18:09:42 105 +++ trunk/magellan-initscripts/etc/fstab 2005/07/01 18:19:04 106 @@ -1,7 +1,7 @@ -#noatime increases performace - turns off atime, which is normally not needed -#if your boot-device is reiserfs, add notail to options +# noatime increases performace - turns off atime, which is normally not needed +# if your boot-device is reiserfs, add notail to options -#filesystem mount-point fs-type options dump/fsck-order +# filesystem mount-point fs-type options dump/fsck-order /dev/BOOT /boot ext3 noauto,noatime 1 1 /dev/ROOT / ext3 defaults 0 0 /dev/SWAP swap swap pri=1 0 0 @@ -12,6 +12,6 @@ none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 -#if you want to connect usb devices install sys-apps/hotplug and -#enable this line: +# if you want to connect usb devices install sys-apps/hotplug and +# enable this line: #none /proc/bus/usb usbfs defaults 0 0 \ No newline at end of file