Parent Directory
|
Revision Log
* Joey Hess
- Add some support for subtypes of images that have their pkg-lists
derived from another type.
- Add a cdrom/isolinux subtype that includes all the SCSI disk drivers,
and build the cdrom initrd using this type. The cdrom boot.img still
uses the smaller initrd so it will still fit on El Torito.
- Removed the xfs flavoured cdrom, since 2.4.25 will have xfs standard.
| 1 | joeyh | 9482 | # A bootable image suitable for isolinux CD images. |
| 2 | |||
| 3 | # Library and font reduction need the dependencies of additional drivers. | ||
| 4 | EXTRADRIVERS = $(BASE_TMP)floppy/cd-drivers/tree $(BASE_TMP)floppy/net-drivers/tree | ||
| 5 | EXTRATARGETS = build_floppy_cd-drivers build_floppy_net-drivers | ||
| 6 | TARGET = $(INITRD) $(KERNEL) $(DEBIAN_CD_INFO) | ||
| 7 | |||
| 8 | MANIFEST-KERNEL = "kernel for use with isolinux to build a CD" | ||
| 9 | MANIFEST-INITRD = "initrd for use with isolinux to build a CD" | ||
| 10 | MANIFEST-DEBIAN_CD_INFO = "isolinux help screens for CD" | ||
| 11 | |||
| 12 | TYPE = cdrom/isolinux |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |