diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-11 17:56:03 +0000 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-11 19:06:54 +0000 |
commit | d9f353c7370c34cf9e1a68cee544550678468535 (patch) | |
tree | b3609e9307dfdc32abd74b75412cd6ef38e1747a /manpages | |
parent | dab716e0798aecbd970f69af8ac1b11e128a58d1 (diff) | |
download | vyos-live-build-d9f353c7370c34cf9e1a68cee544550678468535.tar.gz vyos-live-build-d9f353c7370c34cf9e1a68cee544550678468535.zip |
remove obsolete fdisk hack
8321653cb36511324d576e65cb13b5c9b0c5f438 (from 2007) introduced a hack to
work around bug #445304 in gnu-fdisk for users who may have replaced fdisk
with the classic gnu version. the hack allowed users to select an alternate
fdisk binary to use to work around the buggy binary.
bug #445304 is marked as found in v1.0-1 and fixed in v1.2-1, though may
have been fixe din v1.1. it was marked fixed in 2009.
checking the package archive, gnu-fdisk does not actually exist anymore
in debian, with one exception - it is available for arm64 on sid via
debports, and that version is 1.3 so thus includes the necessary fix
anyway.
it is thus pointless now that we still carry this hack.
Gbp-Dch: Short
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/en/lb_config.1 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 63fe7c3b8..8282973ca 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -104,8 +104,6 @@ .br [\fB\-\-dump\fR] .br - [\fB\-\-fdisk\fR fdisk|fdisk.dist] -.br [\fB\-\-firmware\-binary\fR true|false] .br [\fB\-\-firmware\-chroot\fR true|false] @@ -349,8 +347,6 @@ defines the distribution enabled in the resulting live system (defaults to the v defines the distribution used to build the live system (defaults to the value set in \fB\-\-distribution\fR) .IP "\fB\-\-dump\fR" 4 prepares a report of the currently present live system configuration and the version of live\-build used. This is useful to provide if you submit bug reports, we do get all information required for us to locate and replicate an error. -.IP "\fB\-\-fdisk\fR fdisk|fdisk.dist" 4 -sets the filename of the fdisk binary from the host system that should be used. This is autodetected and does generally not need any customization. .IP "\fB\-\-firmware\-binary\fR true|false" 4 includes firmware packages in debian-installer. Defaults to true. .IP "\fB\-\-firmware\-chroot\fR true|false" 4 |