aboutsummaryrefslogtreecommitdiff
path: root/res/fstab
diff options
context:
space:
mode:
authorLiam McLoughlin <hexxeh@hexxeh.net>2011-07-28 16:08:00 +0100
committerLiam McLoughlin <hexxeh@hexxeh.net>2011-07-28 16:08:00 +0100
commit9bef83dbce69c173760acf318b429808e1f21443 (patch)
tree07eee95b39aa9cc390307d9089e85064fb8ca1c5 /res/fstab
parentUpdate XFCE config and fix cachedkernel modules (diff)
downloadgentoaster-9bef83dbce69c173760acf318b429808e1f21443.tar.gz
gentoaster-9bef83dbce69c173760acf318b429808e1f21443.tar.bz2
gentoaster-9bef83dbce69c173760acf318b429808e1f21443.zip
Changes to get X started under QEMU
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