From 1f772104e23cc9e20d2d1318c4f2a4ac575b6285 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 20 Apr 2000 20:42:32 +0000 Subject: [PATCH] * setup.c (main): Umount /bin and /lib. --- setup.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.c b/setup.c index 4535bf24..d2e4b90d 100644 --- a/setup.c +++ b/setup.c @@ -1217,7 +1217,9 @@ those as the basis for your installation.\n\n" xumount (wd, "/usr"); xumount (wd, "/var"); - + xumount (wd, "/lib"); + xumount (wd, "/bin"); + /* Make /bin point to /usr/bin and /lib point to /usr/lib. */ mkmount (wd, root, "bin", "/usr/bin", 1); mkmount (wd, root, "lib", "/usr/lib", 1); -- 2.43.5