From ebf822f9cb21ef1c8295881e43486ab36a895600 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 22 Sep 2014 16:26:02 +0100 Subject: Attempt to add btrfs boot to nvidia commit boot sequence --- include/config_distro_bootcmd.h | 5 +++++ 1 file changed, 5 insertions(+) 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" \ -- cgit v1.2.1