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

(-)file_not_specified_in_diff (-2 / +10 lines)
Line  Link Here
0
-- a/defaults/initrd.scripts   2023-01-08 20:02:02.000000000 +0100
0
++ b/defaults/initrd.scripts   2023-07-24 21:46:43.931879709 +0200
Lines 1648-1653 Link Here
1648
               fi
1648
               fi
1649
       fi
1649
       fi
1650
1650
1651
       udevsettle
1652
}
1653
1654
start_zfs() {
1651
       if [ "${USE_ZFS}" = '1' ]
1655
       if [ "${USE_ZFS}" = '1' ]
1652
       then
1656
       then
1653
               # Avoid race involving asynchronous module loading
1657
               # Avoid race involving asynchronous module loading
1654
-- a/defaults/linuxrc  2023-01-08 20:02:02.000000000 +0100
1658
++ b/defaults/linuxrc  2023-07-24 22:23:04.410437312 +0200
Lines 721-726 Link Here
721
       fi
721
       fi
722
fi
722
fi
723
723
724
# ZFS pool import must not be attempted before resume, importing a suspended pool will corrupt its data
725
# https://bugs.gentoo.org/827281
726
start_zfs
727
724
run mkdir -p "${NEW_ROOT}"
728
run mkdir -p "${NEW_ROOT}"
725
CHROOT="${NEW_ROOT}"
729
CHROOT="${NEW_ROOT}"
726
730

Return to bug 918688