summaryrefslogtreecommitdiffstats
path: root/files/halt.local.DVD
diff options
context:
space:
mode:
Diffstat (limited to 'files/halt.local.DVD')
-rwxr-xr-xfiles/halt.local.DVD3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/halt.local.DVD b/files/halt.local.DVD
index 6254c61..e27ad1d 100755
--- a/files/halt.local.DVD
+++ b/files/halt.local.DVD
@@ -17,7 +17,8 @@ my $f = detect_devices::tryOpen($device);
ioctl($f, c::CDROM_LOCKDOOR(), 0); # unlock door
ioctl($f, c::CDROMEJECT(), 0);
-print "\n\nPlease press <Enter> (or <CTRL><J>) once the medium is removed.\n";
+system("clear");
+print "\n\n\nPlease press <Enter> (or <CTRL><J>) once the medium is removed.\n";
system("read < /dev/console");
ioctl($f, c::CDROMCLOSETRAY(), 0);