summaryrefslogtreecommitdiffstats
path: root/rules/host-mknbi.in
blob: 4f6652e2138be19ba5ddf2414e44683571fea889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config HOST_MKNBI
        bool
        default N
        depends on BROKEN
        prompt "HOST_MKNBI"
	help
	  With mknbi you can create tagged images for Etherboot. 
	  Tagged images are data files, which contains the 
	  necessary files for booting up (kernel+root for 
	  linux, kernel+minifs for dos, ...) bundled together 
	  with a special format.
 	  
	  These tagged images are downloaded and understood 
	  by Etherboot and Netboot during the boot process.

comment "HOST_MKNBI is broken, please send a patch"
        depends on !BROKEN