Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Multiple loops shouldn't be fatal (#980510)
Backing files can have multiple loops associated with them without problems. Raising an error here causes a crash when using an iso for both stage2 and for the repo (eg. boot with inst.repo=hd:/dev/sdb1:/path-to-dvd.iso). Instead just use the first loop device in the list as the name. Resolves: rhbz#980510
- Loading branch information