aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2015-08-19 21:13:20 +0200
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2015-08-19 15:27:25 -0400
commitd41ebc4d721a8706d0b0f7c5cd1ed8dab42d667c (patch)
tree8fa98fba4f46944dc60e79f568300aa3bd02ca9d /genkernel
parentSupport compressed modules: both XZ & GZIP. (diff)
downloadgenkernel-d41ebc4d721a8706d0b0f7c5cd1ed8dab42d667c.tar.gz
genkernel-d41ebc4d721a8706d0b0f7c5cd1ed8dab42d667c.tar.bz2
genkernel-d41ebc4d721a8706d0b0f7c5cd1ed8dab42d667c.zip
Support multi-device Btrfs filesystems
This requires running `/sbin/btrfs device` scan during boot, which is exposed via the new parameter ``dobtrfs''.
Diffstat (limited to 'genkernel')
-rwxr-xr-xgenkernel1
1 files changed, 1 insertions, 0 deletions
diff --git a/genkernel b/genkernel
index 9f3ec9c9..15ea11ff 100755
--- a/genkernel
+++ b/genkernel
@@ -370,6 +370,7 @@ then
[ "${DMRAID}" = '1' ] && print_warning 1 ' or "dodmraid=<additional options>"'
[ "${ZFS}" = '1' ] && print_warning 1 'add "dozfs" for ZFS volume management support'
[ "${ZFS}" = '1' ] && print_warning 1 ' and either "root=ZFS" to use bootfs autodetection or "root=ZFS=<dataset>" to force booting from a specific dataset'
+ [ "${BTRFS}" = '1' ] && print_warning 1 'add "dobtrfs" for Btrfs device scanning support'
[ "${ISCSI}" = '1' ] && print_warning 1 'add at least "iscsi_initiatorname=<initiator name> iscsi_target=<target name> and iscsi_address=<target ip>" for iscsi support'
if [[ "$(file --brief --mime-type "${KERNEL_CONFIG}")" == application/x-gzip ]]; then