aboutsummaryrefslogtreecommitdiff
path: root/res/fstab
diff options
context:
space:
mode:
Diffstat (limited to 'res/fstab')
-rw-r--r--res/fstab6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/fstab b/res/fstab
index e67e4ec..c45669e 100644
--- a/res/fstab
+++ b/res/fstab
@@ -14,9 +14,9 @@
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
-/dev/sda1 /boot ext2 noauto,noatime 1 2
-/dev/sda3 / ext3 noatime 0 1
-/dev/sda2 none swap sw 0 0
+/dev/hda1 /boot ext2 noauto,noatime 1 2
+/dev/hda3 / ext3 noatime 0 1
+/dev/hda2 none swap sw 0 0
/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0