/freebsd/release/powerpc/ |
H A D | mkisoimages.sh | 10 # platform has a slightly unique way of making bootable CDs. This script 18 # Where -b is passed if the ISO image should be made "bootable" by 45 bootable=1 48 bootable="" 67 if [ -n "$bootable" ]; then 68 echo "Building bootable disc" 78 bootable="-o bootimage=macppc;$BOOTBLOCK -o no-emul-boot" 90 bootable="$bootable -o chrp-boot" 110 makefs -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable [all...] |
/freebsd/tools/tools/nanobsd/embedded/ |
H A D | README | 22 beaglebone.cfg Create a bootable beaglebone image 23 qemu-amd64.cfg Create a bootable amd64 image for qemu (W) 24 qemu-i386.cfg Create a bootable i386 image for qemu (W) 25 qemu-powerpc.cfg Create a bootable 32-bit powerpc image for 27 qemu-powerpc64.cfg Create a bootable 64-bit IBM-flavor image for 29 rpi.cfg Create a bootable image for Raspberry Pi B 30 rpi2.cfg Create a bootable image for Raspberry Pi2
|
/freebsd/release/amd64/ |
H A D | mkisoimages.sh | 61 bootable="-o bootimage=i386;$BASEBITSDIR/boot/cdboot -o no-emul-boot" 73 bootable="$bootable -o bootimage=i386;${espfilename} -o no-emul-boot -o platformid=efi" 77 bootable="" 98 $MAKEFS -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$… 105 if [ "$bootable" != "" ]; then
|
/freebsd/release/arm64/ |
H A D | mkisoimages.sh | 62 bootable="-o bootimage=efi;${espfilename} -o no-emul-boot -o platformid=efi" 66 bootable="" 87 $MAKEFS -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$… 94 if [ "$bootable" != "" ]; then
|
/freebsd/release/riscv/ |
H A D | mkisoimages.sh | 62 bootable="-o bootimage=efi;${espfilename} -o no-emul-boot -o platformid=efi" 66 bootable="" 87 $MAKEFS -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$… 94 if [ "$bootable" != "" ]; then
|
/freebsd/release/i386/ |
H A D | mkisoimages.sh | 46 bootable="-o bootimage=i386;$BASEBITSDIR/boot/cdboot -o no-emul-boot" 49 bootable="" 70 makefs -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$p…
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_fs_tbl.c | 74 int32_t bootable; /* TruthValue */ member 373 entry->bootable = TRUTH_MK((fs_p->f_flags & MNT_ROOTFS) in fs_tbl_process_statfs_entry() 457 value->v.integer = entry->bootable; in op_hrFSTable()
|
/freebsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_eltorito.c | 168 new_image->bootable = ET_BOOTABLE; in cd9660_add_boot_disk() 218 image->bootable = ET_NOT_BOOTABLE; in cd9660_eltorito_add_boot_option() 294 ie->boot_indicator[0] = disk->bootable; in cd9660_boot_setup_default_entry()
|
H A D | cd9660_eltorito.h | 150 u_char bootable; member
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | macintosh | 414 >0 beshort 0x4C4B (bootable) 439 >>>0 beshort 0x4C4B (bootable) 440 #>>>0 beshort 0x0000 (not bootable) 460 >0 beshort 0x4C4B (bootable)
|
H A D | filesystems | 487 >309 string No\ bootable\ partition\ found\r 489 >349 string No\ bootable\ partition\ found\r 634 >103 string This\ is\ not\ a\ bootable\ disk.\040 635 >>132 string Please\ insert\ a\ bootable\040 653 >112 string This\ disk\ is\ not\ bootable\r 654 >>142 string If\ you\ wish\ to\ make\ it\ bootable 1215 >>>270 search/10 \0OS\ not\ bootable\r\n (version 3.86 or older) 1744 >0x1e string minix \b, bootable 1749 >0x1e string minix \b, bootable 1754 >0x1e string minix \b, bootable [all …]
|
H A D | intel | 185 # PnP Device indicators; contains bits that identify the device as being capable of bootable 195 >>(26.s+0x15) ubyte &0x10 \b, bootable
|
H A D | amigaos | 171 >>12 quad !0 \b, bootable
|
H A D | windows | 1722 # 1-based index of the bootable image of the WIM, or 0 if no image is bootable 1723 >0x78 ulelong >0 \b, bootable no. %u
|
/freebsd/ |
H A D | README.md | 18 For official FreeBSD bootable images, see the [release page](https://download.freebsd.org/ftp/relea…
|
/freebsd/stand/i386/boot0/ |
H A D | boot0.S | 130 .set MAGIC,0xaa55 # Magic: bootable 157 .set TLEN, (desc_ofs - bootable_ids) # size of bootable ids
|
/freebsd/stand/i386/mbr/ |
H A D | mbr.S | 21 .set MAGIC,0xaa55 # Magic: bootable
|
/freebsd/sys/geom/part/ |
H A D | g_part_gpt.c | 385 int bootable, error, index, slices, typ; in gpt_update_bootcamp() local 389 bootable = -1; in gpt_update_bootcamp() 392 bootable = index; in gpt_update_bootcamp() 428 if (index == bootable) in gpt_update_bootcamp()
|
/freebsd/stand/i386/pmbr/ |
H A D | pmbr.S | 38 .set MAGIC,0xaa55 # Magic: bootable
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-385-clearfog-gtr.dtsi | 59 59 - SPI 32Mb W25Q32BVZPIG CS0 chip select (bootable)
|
/freebsd/share/misc/ |
H A D | bsd-family-tree | 549 First 2BSD with bootable V7 kernel plus
|
/freebsd/sys/contrib/openzfs/contrib/initramfs/scripts/ |
H A D | zfs | 533 echo "that the dataset '$destfs' exists and is bootable."
|
/freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
H A D | rk3288.dtsi | 177 * So to make these devices at least bootable, block
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 11408 bootable Linux firmware kit is now available.
|