BTS

Message3560

Author mika
Recipients ch
Date 2010-12-02.13:32:38
Content
Within live-boot's debian/patches/07_support_findiso.dpatch we're using code 
from the main live script nowadays, though AFAICT the following part is missing:

        if [ -n "$FROMISO" ] && [ "${TORAM}" ]
        then
          losetup -d /dev/loop0
          grep -q /isofrom /proc/mounts && umount /
isofrom                                                
        fi

Needs testing/debugging.
History
Date User Action Args
2010-12-02 13:32:38mikasetrecipients: + ch
2010-12-02 13:32:38mikasetmessageid: <1291296758.46.0.920056931262.issue831@bts.grml.org>
2010-12-02 13:32:38mikalinkissue831 messages
2010-12-02 13:32:38mikacreate