summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-09-22 16:26:02 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-09-23 10:57:51 +0100
commitebf822f9cb21ef1c8295881e43486ab36a895600 (patch)
treeef734d1a0687a91b23c3a7f7c00e201c769c87a2
parent05c7aa761139504d8fc9749cf45b103078ec3e5e (diff)
downloadu-boot-ebf822f9cb21ef1c8295881e43486ab36a895600.tar.gz
Attempt to add btrfs boot to nvidia commit boot sequence
-rw-r--r--include/config_distro_bootcmd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
index 90d990157f..4bd17d4252 100644
--- a/include/config_distro_bootcmd.h
+++ b/include/config_distro_bootcmd.h
@@ -180,9 +180,14 @@
"fi; " \
"done\0" \
\
+ "do_sysboot_btrfs_boot=" \
+ "sysboot ${devtype} ${devnum}:${rootpart} btrfs " \
+ "${scriptaddr} ${prefix}extlinux.conf\0" \
+ \
"scan_dev_for_boot=" \
"echo Scanning ${devtype} ${devnum}...; " \
"for prefix in ${boot_prefixes}; do " \
+ "run do_sysboot_btrfs_boot; " \
"run scan_dev_for_extlinux; " \
"run scan_dev_for_scripts; " \
"done\0" \