summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/makefs.8
AgeCommit message (Collapse)Author
2022-11-17Restore backward compatibility of UFS2 with previous NetBSD releases bychs
disabling support in UFS2 for extended attributes (including ACLs). Add a new variant of UFS2 called "UFS2ea" that does support extended attributes. Add new fsck_ffs operations "-c ea" and "-c no-ea" to convert file systems from UFS2 to UFS2ea and vice-versa (both of which delete all existing extended attributes in the process).
2022-04-06new sentence, new linewiz
2022-04-06Refactor and rewrite of newfs_udf(8) and makefs(8) (-t udf) with a sharedreinoud
section for fsck_udf(8). Newfs_udf and makefs support predefined disc image profiles, harddisc partitions (disklabel and wedges on all generic block devices) and all optical media types on CD/DVD/BD writers. Newfs_udf and makefs now also support formatting of UDF 2.50 with a metadata partition.
2021-11-12Explain cd9660 and udf exceptions on the rule that the default sectorsize isreinoud
512.
2021-04-03Add a -L option to follow all symbolic links. Useful if you have symlinkssimonb
in a makefs directory tree but want to refer to the actual file.
2020-11-15Add "efi" as a supported boot image type and derive the platform ID forjmcneill
the validation entry from the default boot image instead of hard-coding X86.
2020-04-04Indent the makefs(8) options for UDF like the other filesystems described.reinoud
2019-11-06Correct documentation of -m and -M.christos
From Ed Maste @ FreeBSD
2017-04-14Whitespace fixes.wiz
2017-04-13Explain the 's' image size better.christos
2017-02-12file system police.wiz
2017-02-11untorture language.christos
2017-02-11mention timezone change for -T timestampchristos
2017-01-24makefs(8): add cd9660 eltorito-alt-boot option for EFI boot.nonaka
2017-01-11Document msdos-specific options directly.wiz
From jmc@OpenBSD. Bump date.
2017-01-11Some changes and sorting based on diff sent from jmc@OpenBSD.wiz
2015-11-25"file system" as two words.wiz
2015-11-25Provide a -T option to set timestamps to a consistent value for MKREPROchristos
2013-08-06New sentence, new line.wiz
Use one list instead of two consecutive ones. Add .El to end list.
2013-08-06Add minimum UDF version specification to makefs(8) -t udf.reinoud
2013-08-06Allow for the logical volume label to be specified as well as the physicalreinoud
volume label. Also allow the volumeset name to be specified if desired. The syntax follows the newfs_udf(8) syntax.
2013-08-06New sentence, new line.wiz
2013-08-06Update makefs(8) man page to reflect the selection of default sector and discreinoud
sizes based on the disc type.
2013-08-05Note that i added the UDF support to makefs(8) and bump datareinoud
2013-08-05Sort. Improve table formatting.wiz
2013-08-05Implement `makefs -t udf'.reinoud
Formatting options may be enhanced to make it more in line with newfs_udf on say labeling.
2013-02-03add a replace flag so we can overlay exiting files when we merge directories.christos
2013-02-02add and document offset.christos
2013-01-29mention mechristos
2013-01-28now that msdos works, document it.christos
2012-06-22Add -Z to enable sparse files - for ffs at least.sjg
Based on a patch from shesha at juniper.
2012-04-19New sentence, new line.wiz
2012-04-19added chfs support for makefsttoth
2012-01-28Patch from Jung-uk Kim (jkim at FreeBSD dot org) to allow contents of multiplechristos
directories to be merged to the current image.
2011-10-09add support for setting the ufs label. (Nathan Whitehorn)christos
2011-08-15Re-order `usage' alphabetically;wiz
rename option arguments in the manpage's `SYNOPSIS' section to match those from `usage' (not the other way around; the `usage'-line (and other parts of makefs.c) contain the correct names); minor punctuation improvements. From Snader_LB.
2011-07-22Bump date for previous, fix typo.wiz
2011-07-18v7fs(7th edition(V7) file system) support.uch
2011-05-22From Nathan Whitehorn (nwhitehorn at freebsd dot org):christos
Add code to generate bootable ISOs on Powermac and CHRP systems. Synthesize some partition maps (APM and MBR, respectively) pointing to (a) the whole disk, and (b) relevant El Torito boot images that have been added by other code. These partition maps are a little bit funny looking, but they seem to work. FreeBSD has been using this successfully in their release generation on powerpc, as well as generating all non-SPARC install media. SPARC support could probably be added as an extension of this patch.
2009-01-20Bump date for last change.bjh21
2009-01-10Add support for encoding RISC OS metadata into ISO 9660 filesystems.bjh21
This is done by adding the general ability to stuff non-SUSP data into the end of the System Use field of a Directory Record, which required some amount of rewriting of the SUSP support. I think the result is at least as good as what came before, and I've fixed at least one bug along the way. Tested against RISC OS 3.70 on my Risc PC. Oh, why do we want it? It should allow us to make acorn{26,32} CDs that can be booted directly from RISC OS without mucking around copying the bootloader to a native filing system.
2008-05-10Add an option to load a generic boot image into the first 32K of theskrll
cd9660 image.
2007-12-02Fix Xref.wiz
2007-04-13Use IEC 60027-2 prefixes for 2^n based prefixes.lukem
2007-02-01Use periods in tables consistently.uebayasi
2007-02-01New sentence new line.uebayasi
2006-03-12bump daterpaulo
2006-03-11fix typo: explcitly -> explicitlyjschauma
2006-02-04Sort SEE ALSO.wiz
2006-01-26Add reference to installboot(8), as suggested by Patrick Welche.martin