Updated information about reproducibility and Linux kernel sr lock
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRISOFS 1 "Version 1.5.7, Dec 20, 2024"
|
||||
@c man .TH XORRISOFS 1 "Version 1.5.7, Apr 24, 2025"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -68,7 +68,7 @@
|
||||
@copying
|
||||
xorrisofs - Emulation of ISO 9660 program mkisofs by program xorriso
|
||||
|
||||
Copyright @copyright{} 2011 - 2024 Thomas Schmitt
|
||||
Copyright @copyright{} 2011 - 2025 Thomas Schmitt
|
||||
|
||||
@quotation
|
||||
Permission is granted to distribute this text freely.
|
||||
@ -2959,6 +2959,8 @@ HOME is used to find xorriso and mkisofs startup files.
|
||||
@*
|
||||
MKISOFSRC may be used to point the program to a mkisofs startup file.
|
||||
@*
|
||||
@sp 1
|
||||
@c man .sp 1
|
||||
SOURCE_DATE_EPOCH belongs to the specs of reproducible-builds.org.
|
||||
It is supposed to be either undefined or to contain a decimal number
|
||||
which tells the seconds since january 1st 1970. If it contains a number,
|
||||
@ -2970,6 +2972,19 @@ Further the "now" time for ISO nodes without disk source is then set to
|
||||
the SOURCE_DATE_EPOCH value.
|
||||
@*
|
||||
Startup files and program options can override the effect of SOURCE_DATE_EPOCH.
|
||||
@*
|
||||
Be aware that by default xorriso puts its version information into the
|
||||
Preparer Id field of the ISO 9660 Primary Volume Descriptor. This may be
|
||||
desired in order to clearly define which xorriso version has to be used for
|
||||
reproduction. But it may also be undesired because a wider range of xorriso
|
||||
versions shall not be excluded from an attempt of reproduction.
|
||||
@*
|
||||
Use option -p with a text other than "@@xorriso@@" if you want to
|
||||
override the default at first production time. This option may also be used
|
||||
to explicitly set the preparer id as found in an ISO 9660 filesystem which
|
||||
shall be reproduced by a different version of xorriso. The id can be inquired
|
||||
by the generic xorriso command -pvd_info.
|
||||
@*
|
||||
@c man .SS
|
||||
@c man .SH SEE ALSO
|
||||
@c man .TP
|
||||
@ -3072,7 +3087,7 @@ Thomas Schmitt <scdbackup@@gmx.net>
|
||||
for libburnia-project.org
|
||||
@c man .SH COPYRIGHT
|
||||
@section Copyright
|
||||
Copyright (c) 2011 - 2024 Thomas Schmitt
|
||||
Copyright (c) 2011 - 2025 Thomas Schmitt
|
||||
@*
|
||||
Permission is granted to distribute this text freely. It shall only be
|
||||
modified in sync with the technical properties of xorriso. If you make use
|
||||
|
Reference in New Issue
Block a user