diff options
author | Liam McLoughlin <hexxeh@hexxeh.net> | 2011-07-28 16:08:00 +0100 |
---|---|---|
committer | Liam McLoughlin <hexxeh@hexxeh.net> | 2011-07-28 16:08:00 +0100 |
commit | 9bef83dbce69c173760acf318b429808e1f21443 (patch) | |
tree | 07eee95b39aa9cc390307d9089e85064fb8ca1c5 /res/fstab | |
parent | Update XFCE config and fix cachedkernel modules (diff) | |
download | gentoaster-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/fstab | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |