summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/options.c
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2008-08-20 13:21:04 +0000
committerkensmith <kensmith@FreeBSD.org>2008-08-20 13:21:04 +0000
commitd715fc216c16fb12c33fcbbe3f898c83a66bd2bf (patch)
tree066b9436a9a747a916dfe2c3bd7fdcd9a8a8edb1 /usr.sbin/sysinstall/options.c
parent94ea0dfc3074e39e38fe32068ca1199165d34c47 (diff)
downloadFreeBSD-src-d715fc216c16fb12c33fcbbe3f898c83a66bd2bf.zip
FreeBSD-src-d715fc216c16fb12c33fcbbe3f898c83a66bd2bf.tar.gz
Remove sysinstall's ability to adjust the tape block size. Installs from
tape have been broken for quite a while, and I'll be removing the rest of sysinstall's knowledge of tapes shortly. I'm doing this piece now because I want to switch from gnu's cpio to bsdcpio being integrated into the installation environment and bsdcpio doesn't seem to handle block sizes at all.
Diffstat (limited to 'usr.sbin/sysinstall/options.c')
-rw-r--r--usr.sbin/sysinstall/options.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c
index 04876d6..8634c69 100644
--- a/usr.sbin/sysinstall/options.c
+++ b/usr.sbin/sysinstall/options.c
@@ -97,7 +97,6 @@ mediaCheck(Option *opt)
return "<not yet set>";
}
-#define TAPE_PROMPT "Please enter the tape block size in 512 byte blocks:"
#define NEWFS_PROMPT "Please enter newfs(8) parameters:"
#define RELNAME_PROMPT "Please specify the release you wish to load or\n\"any\" for a generic release install:"
#define BPKG_PROMPT "Please specify the name of the HTML browser package:"
@@ -132,8 +131,6 @@ static Option Options[] = {
OPT_IS_FUNC, mediaSetFTPUserPass, VAR_FTP_USER, varCheck },
{ "Editor", "Which text editor to use during installation",
OPT_IS_VAR, EDITOR_PROMPT, VAR_EDITOR, varCheck },
-{ "Tape Blocksize", "Tape media block size in 512 byte blocks",
- OPT_IS_VAR, TAPE_PROMPT, VAR_TAPE_BLOCKSIZE, varCheck },
{ "Extract Detail", "How verbosely to display file name information during extractions",
OPT_IS_FUNC, mediaSetCPIOVerbosity, VAR_CPIO_VERBOSITY, varCheck },
{ "Release Name", "Which release to attempt to load from installation media",
OpenPOWER on IntegriCloud