diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-07-25 16:44:46 +0200 | 
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-07-25 17:25:03 +0200 | 
| commit | d0fe6311af9fbeaa1f6dbc185fa97e1ce4f5347d (patch) | |
| tree | 364c7e698b5d538dcabf152c88e18a28b2a165d5 /scripts/boot/9990-main.sh | |
| parent | ee04164312a51ba075ff169140a8969b7ee66512 (diff) | |
| download | live-boot-d0fe6311af9fbeaa1f6dbc185fa97e1ce4f5347d.tar.gz live-boot-d0fe6311af9fbeaa1f6dbc185fa97e1ce4f5347d.zip | |
Making swap function self contained.
Diffstat (limited to 'scripts/boot/9990-main.sh')
| -rwxr-xr-x | scripts/boot/9990-main.sh | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/scripts/boot/9990-main.sh b/scripts/boot/9990-main.sh index 3ad6a72..b1bdf42 100755 --- a/scripts/boot/9990-main.sh +++ b/scripts/boot/9990-main.sh @@ -203,11 +203,7 @@ Main ()  	Fstab  	Netbase -	case "${LIVE_SWAPON}" in -		true) -			Swapon -			;; -	esac +	Swap  	case "${UNIONFS}" in  		unionfs-fuse) | 
