summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinst
AgeCommit message (Expand)Author
2020-09-22Typo in commentmartin
2020-09-22In the concrete partitions editor, after deleting the last partition movemartin
2020-09-22When adding a new partition in the concrete partition editor, make suremartin
2020-09-22alpha: GENERIC.MP is no moresnj
2020-08-19s/ be be / be /msaitoh
2020-08-14PR 55572: avoid crash when answering the mount point prompt for a previouslymartin
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-26it's "its"snj
2020-05-18Separate devicetree .dts -> .dtb building from kernel builds. They are nowjmcneill
2020-05-12PR 55202: disable swapping if we started it due to low rammartin
2020-05-12Ooops, backout previous - twice the entropy saving is not needed.martin
2020-05-12At the end of a new installation save entropy.martin
2020-05-12Minor tweak to previous: when forcing a /usr partition just to have anmartin
2020-05-11When extending a partition (to fill the total disk size) do respectmartin
2020-05-11Redo the root-size-limit check again after we grew the root partitionmartin
2020-05-04boardype should not be common.joerg
2020-04-22Don't depend on common symbol definitions.joerg
2020-03-30Ooops, fix previous (PT_* enum values here are not DKW_PTYPE_* values)martin
2020-03-30Support partition type ZFSmartin
2020-03-16PR misc/54886: bump threshold for automatic/default creation of a tmpfs /tmpmartin
2020-03-09The (unused) md_pre_disklabel() function needs to return success, otherwisemartin
2020-03-06Remove note that has been incorrect for a while.maya
2020-03-04PR 55045: strlcpy(NULL, ..., 0) considered harmfull in some implementations.martin
2020-02-19Remove unused "rel" global variable and make the -r option a no-op.martin
2020-02-19Do not force -Os optimization (unless SMALLPROG)martin
2020-02-19Rever previous: the d_packname in struct disklabel is not NUL terminated.martin
2020-02-19Move sysinst man page next to the sourcemartin
2020-02-19Use strlcpy in a few places to guarnatee 0-terminated stringsmartin
2020-02-10Finish conversion to generic partitioning backendmartin
2020-02-10Do not use -P for tar extractions - the in tree tar has been fixed.martin
2020-02-06Only a single partition can ever have the "extend" flag (grow to availablemartin
2020-02-06Fix copy&pasto in previous - from kre.martin
2020-02-06Make re-install sets also work for an explicit selected root wedgemartin
2020-02-06Reformat a query to add an automatically detected swap partitionmartin
2020-02-06PR bin/54944: make the "explicit single wedge" selection also work formartin
2020-02-06PR bin/54944: explicitly reject GPT protective MBRs.martin
2020-02-06PR bin/54944: deal with escaped spaces in NAME= syntax in /etc/fstab.martin
2020-02-06Do not assum a partitioning scheme that supports innner partitions alwaysmartin
2020-02-06Deal with partitioning schemes having no inner counterpart.martin
2020-02-06Remove a bogus assert: when reading disklabel partitions and the outermartin
2020-02-06PR install/54934: always use -f on the installboot invocation. We comemartin
2020-02-06bootxx_name() - fix oversight in previous change (do not assume firstmartin
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