summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-09-22 16:26:02 +0100
committerVioleta Menendez Gonzalez <violeta.menendez@codethink.co.uk>2014-10-03 10:35:19 +0000
commit9b02cdc0a293e2b871d129df7084479e76238356 (patch)
treef8089e968c0abe613774e5aa60f16edf5e3db6c8
parentcbd6fd32f3bff04d12e18a7cae55b3167a0d0822 (diff)
downloadu-boot-9b02cdc0a293e2b871d129df7084479e76238356.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" \