Merge "Split vm and bootloader elements"
This commit is contained in:
commit
3a110bf96f
7
elements/bootloader/README.rst
Normal file
7
elements/bootloader/README.rst
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
==========
|
||||||
|
bootloader
|
||||||
|
==========
|
||||||
|
Installs grub[2] on boot partition on the system. In case GRUB2
|
||||||
|
is not available in the system, a fallback to Extlinux will happen. It's
|
||||||
|
also possible to enforce the use of Extlinux by exporting a DIB_EXTLINUX
|
||||||
|
variable to the environment.
|
@ -3,8 +3,3 @@ vm
|
|||||||
==
|
==
|
||||||
Sets up a partitioned disk (rather than building just one filesystem with no
|
Sets up a partitioned disk (rather than building just one filesystem with no
|
||||||
partition table).
|
partition table).
|
||||||
|
|
||||||
By default the disk will have grub[2]-install run on it. In case GRUB2
|
|
||||||
is not available in the system, a fallback to Extlinux will happen. It's
|
|
||||||
also possible to enforce the use of Extlinux by exporting a DIB_EXTLINUX
|
|
||||||
variable to the environment.
|
|
||||||
|
1
elements/vm/element-deps
Normal file
1
elements/vm/element-deps
Normal file
@ -0,0 +1 @@
|
|||||||
|
bootloader
|
Loading…
Reference in New Issue
Block a user