Skip to content

Commit

Permalink
Remove genisoimage from dependencies
Browse files Browse the repository at this point in the history
When running grml-live with genisoimage (9:1.1.11-3+b2) on Debian/stretch the
following error is shown:

  # ./grml-live -s sid -a amd64 -c GRMLBASE,GRML_SMALL,AMD64 -t $(pwd)/templates/ -o /dev/shm/grml-live
  [...]
    [*] Finished execution of stage 'squashfs'
    [*] Forcing rebuild of ISO because files on ISO have been modified.
    [*] Using genisoimage to build ISO.
  genisoimage: -i option no longer supported.
  stat: cannot stat '/dev/shm/grml-live/grml_isos/grml_0.0.1.iso': No such file or directory
    [!] Error: there was a critical error executing stage 'iso build

Closes: #65
  • Loading branch information
jkirk committed Nov 14, 2018
1 parent 3c8df65 commit 3c0d23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Depends: bc,
rsync,
squashfs-tools (>= 1:4.2-0~bpo60),
syslinux,
xorriso | genisoimage,
xorriso,
${misc:Depends}
Recommends: grml-live-db,
grub-pc-bin,
Expand Down

0 comments on commit 3c0d23b

Please sign in to comment.