From a5fd3d685e6c2d0a7d80e7607ac6ff7bf7d05f67 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 25 Oct 2010 14:03:16 +0200 Subject: swapon: add support for "nofail" fstab mount option This option is already supported by mount(8) and fsck(8), there is no reason to have any exception for swap devices. Note that the --ifexists command line option applies to all swap devices, the "nofail" setting is per device. Signed-off-by: Karel Zak --- mount/swapon.8 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mount/swapon.8') diff --git a/mount/swapon.8 b/mount/swapon.8 index a3ebc97cd..595198d51 100644 --- a/mount/swapon.8 +++ b/mount/swapon.8 @@ -113,6 +113,12 @@ Devices that are already being used as swap are silently skipped. .TP .B "\-e, \-\-ifexists" Silently skip devices that do not exist. +The +.I /etc/fstab +mount option +.BI nofail +may be also used to skip non-existing device. + .TP .B "\-f, \-\-fixpgsz" Reinitialize (exec /sbin/mkswap) the swap space if its page size does not -- cgit v1.2.3-55-g7522