Skip to content

Commit

Permalink
installer: Deactivate "Install extra software packages" option.
Browse files Browse the repository at this point in the history
Our installation unconditionally cpdups the CD/DVD's /usr/pkg to the
disk so this option doesn't make sense and only confused people in the
past.

Leave "Remove software packages" in, though, since it actually seems to
work.
  • Loading branch information
Sascha Wildner committed May 3, 2009
1 parent 5b6f029 commit f62b83b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/bsdinstaller-1.1.6/src/backend/installer/flow.c
Expand Up @@ -466,9 +466,10 @@ state_configure_menu(struct i_fn_args *a)
"a", "set_scrnmap",
_("Set screen map"),
_("Set how characters are translated before console display"), "",

/*
"a", "install_pkgs", _("Install extra software packages"),
_("Install third-party software packages from the LiveCD"), "",
*/
"a", "remove_pkgs", _("Remove software packages"),
_("Remove third-party software packages from the installed system"), "",

Expand Down

0 comments on commit f62b83b

Please sign in to comment.