summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinst/arch
AgeCommit message (Expand)Author
2021-12-05s/existance/existence/ in comment.msaitoh
2021-10-09Disable some installer options to shrink the ramdisk imagemartin
2021-09-25Move DRM-driver firmware from base to its own set, gpufwmaya
2021-08-09fix various typos in comments and messages.andvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-05-09Keep MSDOS partition size and subtype consistent - some u-boot are picky.martin
2020-11-28Make sure the kernel set is selected, even if extracting parts of itjmcneill
2020-11-06Minimize the installer for crunched install mediamartin
2020-11-04Add (experimental) entropy input support:martin
2020-10-23Do not force bootselector MBR code for installs with only a single namedmartin
2020-10-14Properly convert partition default sizes in MB to number of sectorsmartin
2020-10-14Move MBR writing (if any) post disklabel writing, otherwise strangemartin
2020-10-14Fix copy & pasto (missing "again" label)martin
2020-10-12PR 55536: when we find existing partition tables and have alternativemartin
2020-10-10Remove more pm->ptstart abuse - calculate values localy where neededmartin
2020-10-05Add a heuristic to detect and properly mark EFI system partitionsmartin
2020-09-29s/occurence/occurrence/msaitoh
2020-09-29s/parition/partition/msaitoh
2020-09-22alpha: GENERIC.MP is no moresnj
2020-08-10Silence -Wstringop-truncation for ``name'' in disp_selected_part().rin
2020-06-10MBR type for Ext2 should be MBR_PTYPE_LNXEXT2, not MBR_PTYPE_FAT12.tsutsui
2020-06-10Change mountpoint of boot ext2fs from /stand to /ext2 to avoid conflict.tsutsui
2020-05-29DTB are no longer part of kernel setjmcneill
2020-05-28Set HAVE_INSTALL_IMAGE for evbarmjmcneill
2020-05-28Remove "If you booted from a floppy" messagejmcneill
2020-05-04boardype should not be common.joerg
2020-03-09The (unused) md_pre_disklabel() function needs to return success, otherwisemartin
2020-02-10Finish conversion to generic partitioning backendmartin
2020-02-06PR install/54934: always use -f on the installboot invocation. We comemartin
2020-02-03PR install/54921: skip non-user partitions when checking for overlapsmartin
2020-02-03PR install/54921: message "ordering" takes a %s argument.martin
2020-02-03remove unused "emptypart" message (or moved to ifdef notyet area)martin
2020-01-29Do not compare a char array to NULL, test for empty string instead.martin
2020-01-27Fix support for non-512-byte/sector disks again after I broke it whenmartin
2020-01-20First try to bring evbarm installation closer to current reality.martin
2020-01-09Instead of a (bogus) attempt to query the model via ofctl, use the (nowmartin
2020-01-09Finish conversion of extended partitioning parts to new abstractmartin
2019-12-15After installing boot blocks with RUN_NO_CLEAR (and handling themartin
2019-12-14Adapt MD parts to changes in get_fs_part_type (pass partition type).martin
2019-12-13Remove bogus assert.martin
2019-12-11For now rely on the kernel mapping native RDB partitions.martin
2019-12-11PR 54065: add optional "old compat" variant of ext2fs in file systemmartin
2019-12-11Get rid of the evbarm preliminary menu: do not bother to ask the usermartin
2019-12-09PR install/54582: allow MD code to disable on-disk presence verificationmartin
2019-11-18Fix previous: not a good idea to try to copy files from the not yetmartin
2019-11-18Fix previous: the install medium may not have /usr/mdec/prekern; it wasmartin
2019-11-16On amd64 support installation with a KASLR kernel, via "custom install"martin
2019-11-16Make the bootblock selection menu more sane, pointed out by maxvmartin
2019-11-16knf style adjustmentsmartin
2019-11-16Fix table of bios geomatriesmartin