tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.sbin
/
installboot
/
at
jcs
24 files
Makefile
Add -c option that sets up the machine to boot from the specified disk. For now, this is only implemented on amd64 and arm64 machines that use UEFI and a GPT partition table. Will be used by the installer soon.
1 year ago
bootstrap.c
Fix two circumstances where the code didn't understand that struct disklabel doesn't fit inside a sector anymore. There are a limited number of cases like this showing up throughout the tree, and we may want a better mechanism to hand-fix them. This however still means we need to find them.. ok krw
4 months ago
efi_bootmgr.c
Allow installboot(4) to finish, also if efi(4) can't be accessed. This can for example happen if a machine has "legacy first" set for UEFI boot in the BIOS, and GPT partitions are selected during the installation process.
5 months ago
efi_installboot.c
use DL_PARTNUM2NAME and DL_PARTNAME2NUM instead of arithmetic relative to 'a'
6 months ago
efi_softraid.c
Merge duplicate MD code into MI sr_open_chunk()
3 years ago
hppa_installboot.c
Add -p option to "prepare" (newfs) a filesystem that will be used for the bootloader. This is a no-op on architectures where such a filesystem isn't needed.
4 years ago
i386_installboot.c
use DL_PARTNUM2NAME and DL_PARTNAME2NUM instead of arithmetic relative to 'a'
6 months ago
i386_installboot.h
Add -c option that sets up the machine to boot from the specified disk. For now, this is only implemented on amd64 and arm64 machines that use UEFI and a GPT partition table. Will be used by the installer soon.
1 year ago
i386_nlist.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
i386_softraid.c
use DL_PARTNUM2NAME and DL_PARTNAME2NUM instead of arithmetic relative to 'a'
6 months ago
installboot.8
Document -c option.
1 year ago
installboot.c
Fix two circumstances where the code didn't understand that struct disklabel doesn't fit inside a sector anymore. There are a limited number of cases like this showing up throughout the tree, and we may want a better mechanism to hand-fix them. This however still means we need to find them.. ok krw
4 months ago
installboot.h
Fix two circumstances where the code didn't understand that struct disklabel doesn't fit inside a sector anymore. There are a limited number of cases like this showing up throughout the tree, and we may want a better mechanism to hand-fix them. This however still means we need to find them.. ok krw
4 months ago
landisk_installboot.c
Fix two circumstances where the code didn't understand that struct disklabel doesn't fit inside a sector anymore. There are a limited number of cases like this showing up throughout the tree, and we may want a better mechanism to hand-fix them. This however still means we need to find them.. ok krw
4 months ago
loongson_installboot.c
use DL_PARTNUM2NAME and DL_PARTNAME2NUM instead of arithmetic relative to 'a'
6 months ago
macppc_installboot.c
use DL_PARTNUM2NAME and DL_PARTNAME2NUM instead of arithmetic relative to 'a'
6 months ago
octeon_installboot.c
use DL_PARTNUM2NAME and DL_PARTNAME2NUM instead of arithmetic relative to 'a'
6 months ago
powerpc64_installboot.c
use DL_PARTNUM2NAME and DL_PARTNAME2NUM instead of arithmetic relative to 'a'
6 months ago
softraid.c
use DL_PARTNUM2NAME and DL_PARTNAME2NUM instead of arithmetic relative to 'a'
6 months ago
sparc64_installboot.c
Fix -r on multi-chunk softraid volumes
3 years ago
sparc64_installboot.h
Rework installboot and use a single directory with a single makefile. The directory per machine model is arguably cleaner, however it does not play well with distrib/special and instbin.
12 years ago
sparc64_softraid.c
Make "prepare filesystem" softraid aware, fix arm64 softraid install
3 years ago
stubs.c
Add -p option to "prepare" (newfs) a filesystem that will be used for the bootloader. This is a no-op on architectures where such a filesystem isn't needed.
4 years ago
util.c
installboot(8): Adjustments for EFI platforms
4 years ago