summaryrefslogtreecommitdiffstats
path: root/loader2/init.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-11-21 05:57:24 +0000
committerJeremy Katz <katzj@redhat.com>2003-11-21 05:57:24 +0000
commitbb9d23e9935326aed20ee1b10eb8b1e9bc2a3709 (patch)
treedaa21254b76fe1c938fc297ee1df97c82e9fcbf0 /loader2/init.c
parentaf9261933ac23e22ab3d73c8bb6eba85b5f6fa8d (diff)
downloadanaconda-bb9d23e9935326aed20ee1b10eb8b1e9bc2a3709.tar.gz
anaconda-bb9d23e9935326aed20ee1b10eb8b1e9bc2a3709.tar.xz
anaconda-bb9d23e9935326aed20ee1b10eb8b1e9bc2a3709.zip
no need to do it twice ;-)
Diffstat (limited to 'loader2/init.c')
-rw-r--r--loader2/init.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/loader2/init.c b/loader2/init.c
index bc8527a75..675713941 100644
--- a/loader2/init.c
+++ b/loader2/init.c
@@ -487,13 +487,6 @@ int main(int argc, char **argv) {
}
printf("done\n");
- printf("mounting /sys filesystem... ");
- if (!testing) {
- if (mount("/sys", "/sys", "sysfs", 0, NULL))
- fatal_error(1);
- }
- printf("done\n");
-
printf("mounting /dev/pts (unix98 pty) filesystem... ");
if (!testing) {
if (mount("/dev/pts", "/dev/pts", "devpts", 0, NULL))