X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fremote-installer.git;a=blobdiff_plain;f=src%2Fremoteinstaller%2Finstaller%2Fbmc_management%2Foe19.py;h=eafd594bb2e9514f8929637bdf122aab61bbcc8f;hp=dc44d99019ce2d7f710cea1e4179daad7dbe425f;hb=HEAD;hpb=bd5d48582c682f3802f4707578b3b06adf650ccf diff --git a/src/remoteinstaller/installer/bmc_management/oe19.py b/src/remoteinstaller/installer/bmc_management/oe19.py index dc44d99..eafd594 100644 --- a/src/remoteinstaller/installer/bmc_management/oe19.py +++ b/src/remoteinstaller/installer/bmc_management/oe19.py @@ -20,5 +20,5 @@ class OE19(OR18): super(OE19, self).__init__(host, user, passwd, priv_level, log_path) def _set_boot_from_virtual_media(self): - logging.debug('Set boot from floppy (%s), and boot after that', self._host) - self._run_ipmitool_command('chassis bootdev floppy options=persistent') + logging.debug('Set boot from cdrom (%s), and boot after that', self._host) + self._run_ipmitool_command('chassis bootdev cdrom options=persistent')