diff options
| author | Rebecca Cran <brucec@FreeBSD.org> | 2010-11-14 10:22:09 +0000 |
|---|---|---|
| committer | Rebecca Cran <brucec@FreeBSD.org> | 2010-11-14 10:22:09 +0000 |
| commit | ccfa5fafe29ad0ea8d4afda9f09e6ad7bd023abc (patch) | |
| tree | 6c94da41f986ef280ce279c9c798f706d6fdde4e /usr.sbin/sysinstall/media.c | |
| parent | cf04e59a01db3a2b08540710e10c682f6e6bf19f (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/media.c')
| -rw-r--r-- | usr.sbin/sysinstall/media.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/sysinstall/media.c b/usr.sbin/sysinstall/media.c index fe89d705cefb4..e2f6c41f64a06 100644 --- a/usr.sbin/sysinstall/media.c +++ b/usr.sbin/sysinstall/media.c @@ -117,8 +117,6 @@ cpioVerbosity() if (cp && !strcmp(cp, "high")) return "-v"; - else if (cp && !strcmp(cp, "medium")) - return "-V"; return ""; } @@ -848,8 +846,6 @@ mediaSetCPIOVerbosity(dialogMenuItem *self) } else { if (!strcmp(cp, "low")) - variable_set2(VAR_CPIO_VERBOSITY, "medium", 0); - else if (!strcmp(cp, "medium")) variable_set2(VAR_CPIO_VERBOSITY, "high", 0); else /* must be "high" - wrap around */ variable_set2(VAR_CPIO_VERBOSITY, "low", 0); |
