diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-11-21 05:57:24 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-11-21 05:57:24 +0000 |
commit | bb9d23e9935326aed20ee1b10eb8b1e9bc2a3709 (patch) | |
tree | daa21254b76fe1c938fc297ee1df97c82e9fcbf0 | |
parent | af9261933ac23e22ab3d73c8bb6eba85b5f6fa8d (diff) | |
download | anaconda-bb9d23e9935326aed20ee1b10eb8b1e9bc2a3709.tar.gz anaconda-bb9d23e9935326aed20ee1b10eb8b1e9bc2a3709.tar.xz anaconda-bb9d23e9935326aed20ee1b10eb8b1e9bc2a3709.zip |
no need to do it twice ;-)
-rw-r--r-- | loader2/init.c | 7 |
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)) |