From: Michael Prokop Date: Tue, 7 Jul 2009 23:42:20 +0000 (+0200) Subject: Use 'pri=0' as example for swap partition in /etc/fstab X-Git-Tag: v0.29~12 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=6814ad2770e658327e02076af9e3d6d3157e8f19;hp=444d8dfca8c5fe66bad93e8e74d7d2eb4777712e Use 'pri=0' as example for swap partition in /etc/fstab --- diff --git a/chroot-script b/chroot-script index 5ca8295..abfad4b 100755 --- a/chroot-script +++ b/chroot-script @@ -323,11 +323,12 @@ proc /proc proc defaults 0 0 /sys /sys sysfs noauto,rw,nosuid,nodev,noexec 0 0 /dev/cdrom /mnt/cdrom0 iso9660 ro,user,noauto 0 0 # some other examples: -# /dev/sda2 none swap sw 0 0 +# /dev/sda2 none swap sw,pri=0 0 0 # /dev/hda1 /Grml ext3 dev,suid,user,noauto 0 2 # //1.2.3.4/pub /smb/pub smbfs defaults,user,noauto,uid=grml,gid=grml 0 0 # linux:/pub /beer nfs defaults 0 0 # tmpfs /tmp tmpfs size=300M 0 0 +# /dev/sda5 none swap sw 0 0 EOF } # }}} diff --git a/debian/changelog b/debian/changelog index 9fe3101..c29578f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,10 @@ grml-debootstrap (0.29) UNRELEASED; urgency=low so we don't skip if the target is already mounted. * Mention "default: lenny" instead of "default: stable" in help text as "stable" is invalid. Thanks, gebi. + * Use 'pri=0' as example for swap partition in /etc/fstab (thanks, + gebi). - -- Michael Prokop Wed, 08 Jul 2009 01:37:57 +0200 + -- Michael Prokop Wed, 08 Jul 2009 01:41:46 +0200 grml-debootstrap (0.28) unstable; urgency=low