summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1')
-rw-r--r--mdk-stage1/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c
index b7b5f6e61..91fa65870 100644
--- a/mdk-stage1/init.c
+++ b/mdk-stage1/init.c
@@ -335,7 +335,6 @@ void unmount_filesystems(void)
if (!disallow_eject) {
fd = open("/dev/cdrom", O_RDONLY|O_NONBLOCK, 0);
if (fd > 0) {
- printf("ejecting cdrom...\n");
ioctl(fd, CDROMEJECT, 0);
close(fd);
}
='commitgraph'>* propagate license changeThierry Vignaud2012-09-1471-610/+469 | * (main_license) advertize new doc license (mga#7347)Thierry Vignaud2012-09-143-2/+4 | * keep as fuzzy the translations that were previously fuzzyThierry Vignaud2012-09-145-21/+21 | | | | | | | | | | | | | | but only fuzzy the paragraphgs that actually got fuzzy (intro, 1-4) in commits on 2008-09-19: - r245989 by fcrozat: "Correct some part of the license, add optional Google provisions and optional US export provisions" - r245997 by pixel: "tune spacing between blocks of text" that got merged into translations by commit r245995 hoping this will help translators to adapt the translations... * sync with codeThierry Vignaud2012-09-1471-11346/+11544 | * remove trailling newlines (final syncing with sources)Thierry Vignaud2012-09-1471-591/+591 | * split translations like source wasThierry Vignaud2012-09-1471-4189/+4482 | * fix missing doble line (preparatory work for next commit)Thierry Vignaud2012-09-145-0/+7 | * fix bogus doble empty lines (preparatory work for next commit)Thierry Vignaud2012-09-146-22/+0 | * split big messages into smaller bitsThierry Vignaud2012-09-141-11/+13 | | | | (preparing for further changes for bug mga#7347) * s/licence/license/ (mga#7347)Thierry Vignaud2012-09-14