diff options
author | jkh <jkh@FreeBSD.org> | 1999-09-01 04:29:30 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-09-01 04:29:30 +0000 |
commit | 2fdb12ea191206861f3cd9bf3a0d8ba85dd96aae (patch) | |
tree | 629d137afaab5d765bfc0fc21e0220e1f8acb9c7 /usr.sbin/sade/config.c | |
parent | 73a7a67d13cba01eb39397ff54125ce8d3e6f8cc (diff) | |
download | FreeBSD-src-2fdb12ea191206861f3cd9bf3a0d8ba85dd96aae.zip FreeBSD-src-2fdb12ea191206861f3cd9bf3a0d8ba85dd96aae.tar.gz |
MFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality,
bringing in DHCP support. The only thing I left out were Poul-Henning's
newfs changes since I'm not sure if he's brought the rest of that support
into -stable yet. If it turns out that this is the case, I'll MFC those
changes too.
Diffstat (limited to 'usr.sbin/sade/config.c')
-rw-r--r-- | usr.sbin/sade/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c index 9eaa21d..f9b6200 100644 --- a/usr.sbin/sade/config.c +++ b/usr.sbin/sade/config.c @@ -453,7 +453,7 @@ configLinux(dialogMenuItem *self) { variable_set2(VAR_LINUX_ENABLE, "YES", 1); msgNotify("Installing Linux compatibility library..."); - return package_add("linux_base"); + return package_add("linux_lib"); } static void |