diff options
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index cb5562244..b8073dac3 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -914,6 +914,7 @@ sub ejectCdrom { #- D state if the cdrom is already removed eval { fs::umount($o_mountpoint) }; $@ and warnAboutFilesStillOpen(); + return if is_xbox(); eval { my $dev = detect_devices::tryOpen($cdrom); ioctl($dev, c::CDROMEJECT(), 1) if ioctl($dev, c::CDROM_DRIVE_STATUS(), 0) == c::CDS_DISC_OK(); |