Actions
Refactor #12025
closedUse genisoimage instead xorriso in remaster script
Difficulty:
Triaged:
Description
I was using discovery_remaster script to make a copy of the ISO image with additional kernel command line options. However when I used that script realized, I need to install xorriso. And when I installed that I got another dependency issue.. that It needs /usr/bin/wish. And for /usr/bin/wish I installed 'tk'
discovery_remaster is a very handy script to amke copy of ISO image. But only issue is with extra package dependency. So if genisoimage can solve our purpose then let's use that instead.
- sh discovery-remaster fdi-bootable-3.0.1.iso "fdi.pxip=192.168.100.65/24 fdi.pxgw=192.168.100.1 fdi.pxdns=192.168.100.1 proxy.url=https://192.168.100.1:443 proxy.type=foreman fdi.pxfactname1=myfact fdi.pxfactvalue1=somevalue fdi.pxmac=52:54:00:be:8e:8c fdi.pxauto=1"
which: no xorriso in (/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin)
Command(s) missing, install required tools
1+0 records in
1+0 records out
512 bytes (512 B) copied, 9.6515e-05 s, 5.3 MB/s
mount: /dev/loop0 is write-protected, mounting read-only
discovery-remaster: line 66: xorriso: command not found
Updated by Sachin Ghai over 9 years ago
- Related to Tracker #10294: PXEless discovery feature added
Updated by Lukas Zapletal over 9 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lukas Zapletal
- Pull request https://github.com/theforeman/foreman-discovery-image/pull/28 added
- Pull request deleted (
)
Updated by Anonymous about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman-discovery-image|9dbe1197f3c2379ea8f997a8cd5fc95c179a6fea.
Actions