summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-11-04 15:44:57 +0000
committerjhb <jhb@FreeBSD.org>2002-11-04 15:44:57 +0000
commita47cf32c4fec9309af8945f15a5d4cc7d3ca0f42 (patch)
tree9f9c0ddc9290d3b7ed9091fff7441a409231261e /usr.sbin/sysinstall
parentb8dd64f5ef380fd8a17448566fccf0860a7adc19 (diff)
downloadFreeBSD-src-a47cf32c4fec9309af8945f15a5d4cc7d3ca0f42.zip
FreeBSD-src-a47cf32c4fec9309af8945f15a5d4cc7d3ca0f42.tar.gz
Move the modules in the mfsroot to /modules instead of /stand/modules so
that they aren't copied over into /stand of new installations. Submitted by: matusita Tested on: i386
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/modules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/modules.c b/usr.sbin/sysinstall/modules.c
index b969ce4..67a8c89 100644
--- a/usr.sbin/sysinstall/modules.c
+++ b/usr.sbin/sysinstall/modules.c
@@ -40,7 +40,7 @@
/* Prototypes */
static int kldModuleFire(dialogMenuItem *self);
-#define MODULESDIR "/stand/modules"
+#define MODULESDIR "/modules"
#define DISTMOUNT "/dist"
void
OpenPOWER on IntegriCloud