| /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 48 bootable=1 51 bootable="" 70 if [ -n "$bootable" ]; then 71 echo "Building bootable disc" 81 bootable="-o bootimage=macppc;$BOOTBLOCK -o no-emul-boot" 93 bootable="$bootable -o chrp-boot" 113 ${MAKEFS} -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher=… 115 if [ -n "$bootable" ]; then
|
| /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 | 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 50 bootable="-o bootimage=i386;$BASEBITSDIR/boot/cdboot -o no-emul-boot" 60 bootable="$bootable -o bootimage=i386;${espfilename} -o no-emul-boot -o platformid=efi" 64 bootable="" 85 $MAKEFS -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$… 92 if [ "$bootable" != "" ]; then
|
| /freebsd/release/arm64/ |
| H A D | mkisoimages.sh | 6 # platform has a slightly unique way of making bootable CDs. This script is 14 # Where -b is passed if the ISO image should be made "bootable" by 51 bootable="-o bootimage=efi;${espfilename} -o no-emul-boot -o platformid=efi" 55 bootable="" 76 $MAKEFS -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$… 83 if [ "$bootable" != "" ]; then
|
| /freebsd/release/riscv/ |
| H A D | mkisoimages.sh | 6 # platform has a slightly unique way of making bootable CDs. This script is 14 # Where -b is passed if the ISO image should be made "bootable" by 51 bootable="-o bootimage=efi;${espfilename} -o no-emul-boot -o platformid=efi" 55 bootable="" 76 $MAKEFS -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$… 83 if [ "$bootable" != "" ]; then
|
| /freebsd/release/i386/ |
| 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 49 bootable="-o bootimage=i386;$BASEBITSDIR/boot/cdboot -o no-emul-boot" 52 bootable="" 73 ${MAKEFS} -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher=…
|
| /freebsd/stand/man/ |
| H A D | boot1.efi.8 | 69 will search the for zpools that are bootable, preferring the zpool on 74 will search all UFS partitions for a bootable partition. 75 It will prefer the lowest numbered bootable partition on the boot 80 A partition is considered bootable if it can load
|
| /freebsd/sys/dev/sfxge/common/ |
| H A D | ef10_signed_image_layout.h | 44 * syntax (CMS) format which contains the bootable firmware binary plus the 47 * bootable-image to start at offset 0 of the NVRAM partition. Hence the image 61 SIGNED_IMAGE_CHUNK_IMAGE, /* Bootable binary image */
|
| /freebsd/share/doc/smm/02.config/ |
| H A D | 3.t | 33 In this section we consider the steps necessary to build a bootable system 191 For example, if you have named your bootable system image ``kernel'', 193 will generate a bootable image named ``kernel''. Alternate system image names 207 Note that the name of a bootable image is different from the system 208 identifier. All bootable images are configured for the same system;
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| H A D | snmp_hostres.3 | 56 It is questionable what bootable means here. 58 or does it mean that there is something bootable?
|
| H A D | hostres_fs_tbl.c | 74 int32_t bootable; /* TruthValue */ member 372 /* FIXME - bootable fs ?! */ in fs_tbl_process_statfs_entry() 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/bsdinstall/partedit/ |
| H A D | gpart_ops.c | 241 "Bootable on PowerPC Apple Hardware" }, in choose_part_type() 243 "Bootable on most x86 systems" }, in choose_part_type() 245 "Bootable on most x86 systems and EFI aware ARM64" }, in choose_part_type() 247 "Bootable on most x86 systems" }, in choose_part_type() 270 "bootable on this platform. Are you sure you want " in choose_part_type() 307 "bootable on this platform. Are you sure you want " in gpart_partition() 353 * for it to be bootable. in gpart_activate() 664 /* If this is the root partition, check that this fs is bootable */ in gpart_edit() 670 "This file system (%s) is not bootable " in gpart_edit() 988 "for the disk to be bootable. Would you like to " in add_boot_partition() [all …]
|
| /freebsd/stand/i386/boot0/ |
| H A D | boot0.S | 66 * 0 1 status (0x80: bootable, 0: non bootable) 130 .set MAGIC,0xaa55 # Magic: bootable 157 .set TLEN, (desc_ofs - bootable_ids) # size of bootable ids 266 * Scan the table of bootable ids, which starts at %di and has 481 cmpw $MAGIC,0x1fe(%bx) # Bootable? 594 * These values indicate bootable types we know about.
|
| /freebsd/tools/boot/ |
| H A D | rootgen.sh | 239 # install-boot will make this bootable 273 # install-boot will make this bootable 308 # install-boot will make this bootable 339 # the bootable zfs stuff on p3, just to test the ability of the zfs probe 348 # install-boot will make this bootable 388 # the bootable zfs stuff on p3, just to test the ability of the zfs probe 397 # install-boot will make this bootable 442 # install-boot will make this bootable
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/ |
| H A D | bootfs_006_pos.ksh | 97 ## the following configurations are supported bootable pools 124 ## the following configurations are not supported as bootable pools
|
| /freebsd/sbin/fdisk/ |
| H A D | fdisk.8 | 47 active slice and, if marked bootable, runs it. 372 Note that bootable 378 Non-bootable slices do not have this restriction.
|
| /freebsd/tests/sys/cddl/zfs/tests/bootfs/ |
| H A D | bootfs_006_pos.ksh | 112 ## the following configurations are supported bootable pools 130 ## the following configurations are not supported as bootable pools in Solaris,
|
| /freebsd/stand/i386/mbr/ |
| H A D | mbr.S | 21 .set MAGIC,0xaa55 # Magic: bootable 122 cmpw $MAGIC,0x1fe(%bx) # Bootable?
|
| /freebsd/usr.sbin/makefs/cd9660/ |
| H A D | cd9660_eltorito.c | 167 /* Bootable by default */ in cd9660_add_boot_disk() 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() 558 val = 0x80; /* Bootable */ in cd9660_write_mbr_partition_entry()
|
| /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)
|
| /freebsd/usr.sbin/makefs/ |
| H A D | makefs.8 | 421 Boot image is not bootable. 539 The name of the bootable dataset for the pool. 566 For creating bootable pools, the
|
| /freebsd/sys/contrib/device-tree/Bindings/soc/intel/ |
| H A D | intel,hps-copy-engine.yaml | 15 a bootable image from host memory to HPS DDR. Additionally, there is a
|
| /freebsd/contrib/netbsd-tests/sbin/gpt/ |
| H A D | t_gpt.sh | 113 echo "^$disk: Partition $1 marked as bootable\$" 276 atf_set "descr" "Make partition 2 bootable in a 2 partition disk"
|
| /freebsd/stand/i386/isoboot/ |
| H A D | isoboot.8 | 41 The El Torito standard for bootable CDs provides a 32KB "System Area"
|
| /freebsd/tools/tools/nanobsd/ |
| H A D | legacy.sh | 121 echo "Making bootable partition" 124 echo "Partition will not be bootable"
|