[issue1244] grml2usb: support installation on loopback devices

Michael Prokop bts at bts.grml.org
Tue Mar 12 17:09:23 CET 2013


New submission from Michael Prokop <mika at grml.org>:

Especially for testing purposes it would be handy to install Grml systems to loopback mounted file images.

This currently fails because of the way partitions are handled:

  % sudo grml2usb grml64-full_2013.02.iso /dev/loop0p1
  [...]
      check_boot_flag(device)
    File "/usr/sbin/grml2usb", line 320, in check_boot_flag
      with open(boot_dev, 'r') as image:
  IOError: [Errno 2] No such file or directory: '/dev/loop0p'

We should find a smarter way to identify partitions.

----------
messages: 4533
nosy: mika
priority: wish
status: unread
title: grml2usb: support installation on loopback devices

_____________________________________
GRML issue tracker <bts at bts.grml.org>
<http://bts.grml.org/grml/issue1244>
_____________________________________


More information about the Bugs-changes mailing list