summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-20 18:59:58 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-20 18:59:58 +0000
commita590e54474bbd5c3ceb7fbb4f7b8de1e85e0d7f0 (patch)
tree0fc9b11334b85e7e29df73aad5f6c0df07b36a3d /loader
parent00297b5b532757b20fe4fc8c9154998b93b03af9 (diff)
downloadanaconda-a590e54474bbd5c3ceb7fbb4f7b8de1e85e0d7f0.tar.gz
anaconda-a590e54474bbd5c3ceb7fbb4f7b8de1e85e0d7f0.tar.xz
anaconda-a590e54474bbd5c3ceb7fbb4f7b8de1e85e0d7f0.zip
yes this works, so we don't really need this printf anymore
Diffstat (limited to 'loader')
-rw-r--r--loader/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/loader/init.c b/loader/init.c
index 36d189a7b..8c7d12279 100644
--- a/loader/init.c
+++ b/loader/init.c
@@ -757,7 +757,6 @@ int main(int argc, char **argv) {
printf("unmounting filesystems...\n");
unmountFilesystems();
- printf("ejecting cdrom (if it exists)...\n");
ejectCdrom();
if (doReboot) {