diff options
author | jhb <jhb@FreeBSD.org> | 2002-11-04 15:44:57 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2002-11-04 15:44:57 +0000 |
commit | a47cf32c4fec9309af8945f15a5d4cc7d3ca0f42 (patch) | |
tree | 9f9c0ddc9290d3b7ed9091fff7441a409231261e /usr.sbin/sysinstall/modules.c | |
parent | b8dd64f5ef380fd8a17448566fccf0860a7adc19 (diff) | |
download | FreeBSD-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/modules.c')
-rw-r--r-- | usr.sbin/sysinstall/modules.c | 2 |
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 |