Home
last modified time | relevance | path

Searched full:bootable (Results 1 – 25 of 92) sorted by relevance

1234

/src/release/powerpc/
H A Dmkisoimages.sh10 # 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
/src/tools/tools/nanobsd/embedded/
H A DREADME22 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
/src/release/amd64/
H A Dmkisoimages.sh10 # 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
/src/release/riscv/
H A Dmkisoimages.sh6 # 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
/src/release/arm64/
H A Dmkisoimages.sh6 # 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
/src/release/i386/
H A Dmkisoimages.sh10 # 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=…
/src/stand/man/
H A Dboot1.efi.869 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
/src/sys/dev/sfxge/common/
H A Def10_signed_image_layout.h44 * 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 */
/src/share/doc/smm/02.config/
H A D3.t33 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;
/src/tools/tools/nanobsd/
H A Dlegacy.sh132 echo "Making bootable partition"
135 echo "Partition will not be bootable"
169 echo "Making bootable partition"
172 echo "Partition will not be bootable"
300 echo "Image will not be bootable"
/src/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dsnmp_hostres.356 It is questionable what bootable means here.
58 or does it mean that there is something bootable?
H A Dhostres_fs_tbl.c74 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()
/src/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c241 "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 …]
/src/stand/i386/boot0/
H A Dboot0.S66 * 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.
/src/tools/boot/
H A Drootgen.sh239 # 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
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_006_pos.ksh97 ## the following configurations are supported bootable pools
124 ## the following configurations are not supported as bootable pools
/src/sbin/fdisk/
H A Dfdisk.847 active slice and, if marked bootable, runs it.
372 Note that bootable
378 Non-bootable slices do not have this restriction.
/src/tests/sys/cddl/zfs/tests/bootfs/
H A Dbootfs_006_pos.ksh112 ## the following configurations are supported bootable pools
130 ## the following configurations are not supported as bootable pools in Solaris,
/src/stand/i386/mbr/
H A Dmbr.S21 .set MAGIC,0xaa55 # Magic: bootable
122 cmpw $MAGIC,0x1fe(%bx) # Bootable?
/src/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c167 /* 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()
/src/contrib/file/magic/Magdir/
H A Dmacintosh414 >0 beshort 0x4C4B (bootable)
439 >>>0 beshort 0x4C4B (bootable)
440 #>>>0 beshort 0x0000 (not bootable)
460 >0 beshort 0x4C4B (bootable)
/src/usr.sbin/makefs/
H A Dmakefs.8422 Boot image is not bootable.
540 The name of the bootable dataset for the pool.
567 For creating bootable pools, the
/src/sys/contrib/device-tree/Bindings/soc/intel/
H A Dintel,hps-copy-engine.yaml15 a bootable image from host memory to HPS DDR. Additionally, there is a
/src/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh113 echo "^$disk: Partition $1 marked as bootable\$"
276 atf_set "descr" "Make partition 2 bootable in a 2 partition disk"
/src/stand/i386/isoboot/
H A Disoboot.841 The El Torito standard for bootable CDs provides a 32KB "System Area"

1234