Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 113684 | Differences between
and this patch

Collapse All | Expand All

(-)generic/linuxrc (-2 / +2 lines)
Lines 737-745 Link Here
737
		done
737
		done
738
		for j in `/bin/busybox find /$i 2>/dev/null`
738
		for j in `/bin/busybox find /$i 2>/dev/null`
739
		do
739
		do
740
			if /bin/busybox [ -d "${j}" -a "${j}" != "/bin" -a "${j}" != "/dev" -a "${j}" != "/sys" ]
740
			if /bin/busybox [ -d "${j}" -a "${j}" != "/bin" -a "${j}" != "/dev" ]
741
			then
741
			then
742
				/bin/busybox rm -r "$j"
742
				/bin/busybox rm -r "$j" 2>/dev/null
743
			fi
743
			fi
744
		done
744
		done
745
       done
745
       done

Return to bug 113684