diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-12-04 19:12:48 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-12-04 19:12:48 +0000 |
commit | 7e0f3609761d164ac21331c382aac4bb4e1978c1 (patch) | |
tree | 19bcde4514a262442a42eab6b9fc51cf71cb7bf2 /chapter08/fstab.xml | |
parent | be82003fca1ece41bd32411b3d4c67b3e314fb1a (diff) |
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
Diffstat (limited to 'chapter08/fstab.xml')
-rw-r--r-- | chapter08/fstab.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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:</para> # 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 |