HomeSort by: relevance | last modified time | path
    Searched refs:bootimage (Results 1 - 5 of 5) sorted by relevancy

  /src/distrib/prep/cdroms/installcd/
Makefile 5 CDMAKEFSOPTIONS=bootimage=powerpc;cdrom/prep/installation/floppy/sysinst_com0.fs
  /src/distrib/x68k/cdroms/installcd/
Makefile 9 CDMAKEFSOPTIONS= generic-bootimage=${BOOTXX_CD9660}
  /src/distrib/hpcarm/liveimage/
Makefile 31 DISKPROTO_IN= ${.CURDIR}/../../common/bootimage/diskproto.mbrfat.in
39 .include "${.CURDIR}/../../common/bootimage/Makefile.liveimage"
  /src/distrib/zaurus/liveimage/
Makefile 31 DISKPROTO_IN= ${.CURDIR}/../../common/bootimage/diskproto.mbrfat.in
39 .include "${.CURDIR}/../../common/bootimage/Makefile.liveimage"
  /src/usr.sbin/makefs/
cd9660.c 317 OPT_STR('B', "bootimage", "Boot image parameter"),
318 OPT_STR('G', "generic-bootimage", "Generic boot image param"),
2119 cd9660_add_generic_bootimage(iso9660_disk *diskStructure, const char *bootimage)
2123 assert(bootimage != NULL);
2125 if (*bootimage == '\0') {
2130 diskStructure->generic_bootimage = estrdup(bootimage);

Completed in 15 milliseconds