Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 377927
Collapse All | Expand All

(-)1.1.3-dm-crypt-start.sh (+3 lines)
Lines 266-271 Link Here
266
		# skip comments and blank lines
266
		# skip comments and blank lines
267
		[[ ${targetline}\# == \#* ]] && continue
267
		[[ ${targetline}\# == \#* ]] && continue
268
268
269
		# skip rc_* lines
270
		[[ ${targetline} == rc_* ]] && continue
271
269
		# check for the start of a new target/swap
272
		# check for the start of a new target/swap
270
		case ${targetline} in
273
		case ${targetline} in
271
			target=*|swap=*)
274
			target=*|swap=*)

Return to bug 377927