Skip to content

Commit

Permalink
Mount cdrom as RO to avoid device busy on fc40
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Mar 28, 2024
1 parent 67434d4 commit 99d26de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ks.tpl.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ cd /tmp/installer
if [ -b /dev/cdrom ]
then
mkdir -v /mnt/cdrom
mount -v /dev/cdrom /mnt/cdrom
mount -v -o ro /dev/cdrom /mnt/cdrom
tar vxzf /mnt/cdrom/custom-files.tar.gz
umount -v /mnt/cdrom
rm -vrf /mnt/cdrom
Expand Down

0 comments on commit 99d26de

Please sign in to comment.