add biosboot partition

Change-Id: Iaa407e0e0eb24691e9b9fe0901a7efdb5619c0d1
Closes-Bug: 1402013
This commit is contained in:
xiaodongwang 2014-12-12 10:29:30 -08:00
parent fc34b4e9ce
commit 764b75c02c
1 changed files with 1 additions and 0 deletions

View File

@ -468,6 +468,7 @@ if [ -z \$partition_point_root ]; then
fi
recipe="boot-root ::"
recipe="\$recipe 1 1 1 free method{ biosgrub } ."
for key in \${partition_names}; do
if [ -z \$key ]; then
continue