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

(-)defaults/initrd.scripts (-1 / +1 lines)
Lines 1052-1058 cdupdate() { Link Here
1052
1052
1053
setup_btrfsctl() {
1053
setup_btrfsctl() {
1054
	# start BTRFS volume detection, if available
1054
	# start BTRFS volume detection, if available
1055
	[ -x /sbin/btrfsctl ] && /sbin/btrfsctl -a
1055
	[ -x /sbin/btrfs ] && /sbin/btrfs device scan
1056
}
1056
}
1057
1057
1058
setup_md_device() {
1058
setup_md_device() {

Return to bug 497318