diff options
author | Erik Troan <ewt@redhat.com> | 2000-05-10 18:40:52 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-05-10 18:40:52 +0000 |
commit | 7a4f5c0340377e78859b02098a5c84e4ab621ad1 (patch) | |
tree | ffa5bdc91d579b5a54d00385af6a4c276df33b80 /loader/init.c | |
parent | 6b21ccaee6442ce415c24e54dd04acf287eb2f3e (diff) | |
download | anaconda-7a4f5c0340377e78859b02098a5c84e4ab621ad1.tar.gz anaconda-7a4f5c0340377e78859b02098a5c84e4ab621ad1.tar.xz anaconda-7a4f5c0340377e78859b02098a5c84e4ab621ad1.zip |
removed devfs crap which never should have made it to cvs
Diffstat (limited to 'loader/init.c')
-rw-r--r-- | loader/init.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/loader/init.c b/loader/init.c index 944a19745..cf84790d8 100644 --- a/loader/init.c +++ b/loader/init.c @@ -476,12 +476,6 @@ int main(int argc, char **argv) { printf("Red Hat install init version %s starting\n", VERSION); -printf("Unmounting devfs... "); -if (umount("/dev")) { - printf("failed: %d", errno); -} -printf("done\n"); - printf("mounting /proc filesystem... "); if (!testing) { if (mount("/proc", "/proc", "proc", 0, NULL)) |