diff options
Diffstat (limited to 'files/halt.local.CD')
-rwxr-xr-x | files/halt.local.CD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/halt.local.CD b/files/halt.local.CD index 6254c61..e27ad1d 100755 --- a/files/halt.local.CD +++ b/files/halt.local.CD @@ -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); |