Message ID | 1256566595-4804-1-git-send-email-lmr@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/client/tests/kvm/scripts/unattended.py b/client/tests/kvm/scripts/unattended.py index febea6e..2667649 100755 --- a/client/tests/kvm/scripts/unattended.py +++ b/client/tests/kvm/scripts/unattended.py @@ -136,8 +136,8 @@ class UnattendedInstall(object): pxe_dest = os.path.join(self.tftp_root, 'pxelinux.0') shutil.copyfile(pxe_file, pxe_dest) - m_cmd = 'mount -t iso9660 -v -o loop %s %s' % (self.cdrom_iso, - self.cdrom_mount) + m_cmd = 'mount -t iso9660 -v -o loop,ro %s %s' % (self.cdrom_iso, + self.cdrom_mount) if os.system(m_cmd): raise SetupError('Could not mount CD image %s.' % self.cdrom_iso)