From 43d24a815630b8ec92d0f76cd0ab92ce1e20eded Mon Sep 17 00:00:00 2001 From: freesource Date: Fri, 26 Oct 2001 02:02:28 +0000 Subject: [PATCH] Should have done this before .. added /swapfile to fstab. --- yard/replacements/etc/fstab.debian | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/yard/replacements/etc/fstab.debian b/yard/replacements/etc/fstab.debian index 910f73d..0e56b19 100644 --- a/yard/replacements/etc/fstab.debian +++ b/yard/replacements/etc/fstab.debian @@ -2,10 +2,13 @@ #---------------------------------------------------------------- ## Choose an appropriate root mount. # /dev/ram0 / ext2 defaults -/dev/ubd/0 / ext2 defaults 1 1 +/dev/ubd/0 / ext2 defaults 1 1 # If you have this, uncomment it. -devpts /dev/pts devpts mode=0622 0 0 -/proc /proc proc defaults +devpts /dev/pts devpts mode=0622 0 0 +/proc /proc proc defaults +# swapon swapfile created by make_swapfile from make_debian-x11. +/swapfile none swap sw 0 0 + # Entries adapted from existing fstab: #/dev/hda3 /OLDROOT ext2 defaults,errors=remount-ro,noauto 0 1 #/dev/hda1 none swap sw 0 0