We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055ac86 commit e171d41Copy full SHA for e171d41
1 file changed
feature/README.md
@@ -1,5 +1,12 @@
1
# Feature: bootloader
2
3
-TODO
+The feature adds the ability to create an image that can act as a bootloader.
4
+The image looks for the partition that is mounted at /boot or the partition
5
+where the /boot directory exists.
6
+
7
+# Config files
8
9
+* `/etc/bootloader.mk` -- the configuration file for creating the image.
10
+* `/boot/bootloacer.conf` -- the configuration file lists the kernels and initrd
11
+ for later boot.
12
-Config file: `/etc/miboot.mk`
0 commit comments