summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/init.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-27 13:38:38 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-27 13:38:38 +0000
commit19f8f6f9968343c363a2d3a1ded89af9d177311a (patch)
tree3b9286bc7c646e7e28417409a6ee907324fcded0 /mdk-stage1/init.c
parente69be5e8dc97a4dc8c45b79cbf7fb6f8fc646464 (diff)
downloaddrakx-backup-do-not-use-19f8f6f9968343c363a2d3a1ded89af9d177311a.tar
drakx-backup-do-not-use-19f8f6f9968343c363a2d3a1ded89af9d177311a.tar.gz
drakx-backup-do-not-use-19f8f6f9968343c363a2d3a1ded89af9d177311a.tar.bz2
drakx-backup-do-not-use-19f8f6f9968343c363a2d3a1ded89af9d177311a.tar.xz
drakx-backup-do-not-use-19f8f6f9968343c363a2d3a1ded89af9d177311a.zip
*** empty log message ***
Diffstat (limited to 'mdk-stage1/init.c')
-rw-r--r--mdk-stage1/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c
index 31cfda544..77f8b110f 100644
--- a/mdk-stage1/init.c
+++ b/mdk-stage1/init.c
@@ -334,7 +334,7 @@ void unmount_filesystems(void)
#ifdef MANDRAKE_MOVE
fd = open("/dev/cdrom", O_RDONLY|O_NONBLOCK, 0);
if (fd > 0) {
- printf("ejecting cdrom\n");
+ printf("ejecting cdrom...\n");
ioctl(fd, CDROMEJECT, 0);
close(fd);
}