From 7e0f3609761d164ac21331c382aac4bb4e1978c1 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 4 Dec 2001 19:12:48 +0000 Subject: changed default to pri=1 for the swap partition git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1364 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/fstab.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter08') diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index df4ecd3db..b5ba52c09 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -13,7 +13,7 @@ following: # location of filesystem mount point fs-type options /dev/*LFS-partition device* / *fs-type* defaults 1 1 -/dev/*swap-partition device* swap swap defaults 0 0 +/dev/*swap-partition device* swap swap pri=1 0 0 proc /proc proc defaults 0 0 # End /etc/fstab -- cgit v1.2.3-54-g00ecf