[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#656135: marked as done (support findiso functionality)



Your message dated Mon, 09 Apr 2012 17:18:36 +0000
with message-id <E1SHIEe-00021O-4T@franck.debian.org>
and subject line Bug#656135: fixed in live-boot 3.0~a27-1
has caused the Debian Bug report #656135,
regarding support findiso functionality
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
656135: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656135
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: live-boot
Version: 3.0~a24-1
Severity: wishlist

Dear Maintainer,

  I am trying to loop-mount-and-boot a debian-live-iso from grub2.
Grub2 has loop-mount capabilities so it can do it.

  It seems that Grml, a debian live derivative has already this feature and
they name it: findiso.

Some links that might help you:

* About loop-mount-and-boot from grub2:
http://www.supergrubdisk.org/wiki/Loopback.cfg
* Findiso patch from grml: http://git.grml.org/?p=live-boot-
grml.git;a=blob;f=debian/patches/07_support_findiso.patch;hb=HEAD
* Discussion of findiso option and other boot parametres in debian-live mailing
list: http://lists.debian.org/debian-live/2011/07/msg00146.html

My egoist reasons for this feature are:
* I could make a Rescatux + Super Grub2 Disk disk.
* Rescatux iso can be boot from grub2 thus from live pendrives
* I won't have to switch to an ubuntu base for making the live cd.

Making multi debian-live pendrives would be easier than ever and the pendrive
would be nicer. Only one iso file per iso.

Thank you very much!




-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



--- End Message ---
--- Begin Message ---
Source: live-boot
Source-Version: 3.0~a27-1

We believe that the bug you reported is fixed in the latest version of
live-boot, which is due to be installed in the Debian FTP archive:

live-boot-doc_3.0~a27-1_all.deb
  to main/l/live-boot/live-boot-doc_3.0~a27-1_all.deb
live-boot-initramfs-tools_3.0~a27-1_all.deb
  to main/l/live-boot/live-boot-initramfs-tools_3.0~a27-1_all.deb
live-boot_3.0~a27-1.debian.tar.gz
  to main/l/live-boot/live-boot_3.0~a27-1.debian.tar.gz
live-boot_3.0~a27-1.dsc
  to main/l/live-boot/live-boot_3.0~a27-1.dsc
live-boot_3.0~a27-1_all.deb
  to main/l/live-boot/live-boot_3.0~a27-1_all.deb
live-boot_3.0~a27.orig.tar.gz
  to main/l/live-boot/live-boot_3.0~a27.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 656135@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <daniel@debian.org> (supplier of updated live-boot package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 09 Apr 2012 18:58:06 +0200
Source: live-boot
Binary: live-boot live-boot-doc live-boot-initramfs-tools
Architecture: source all
Version: 3.0~a27-1
Distribution: experimental
Urgency: low
Maintainer: Debian Live Project <debian-live@lists.debian.org>
Changed-By: Daniel Baumann <daniel@debian.org>
Description: 
 live-boot  - Debian Live - System Boot Scripts
 live-boot-doc - Debian Live - System Boot Scripts (documentation)
 live-boot-initramfs-tools - Debian Live - System Boot Scripts (initramfs-tools backend)
Closes: 656135
Changes: 
 live-boot (3.0~a27-1) experimental; urgency=low
 .
   [ Daniel Baumann ]
   * Only looking at boot.d files if they have the .conf suffix to allow
     putting other files into these places that do not necessarily need
     to be used by live-boot (e.g. documentation).
   * Removing preseed bottom-script, a newly written one is now in live-
     config where this sort of things belong.
   * Removing header in fstab, not required.
   * Removing outdated and broken accessibility script, this will be
     redone in live-config properly.
   * Replacing 'illegal' with better fitting 'invalid' for wrongly
     crafted input examples in live.persist manpage.
   * Consistently using ext4 in all examples, not a mix of ext2 and ext3.
   * Removing user and userfullname variables in scripts/live, they are
     not used here sind live-config anymore.
   * Renaming /live/cow to /live/overlay in anticipation of overlayfs.
   * Using 'persistence' (noun) rather than 'persistent'
     (adjective/adverb) everywhere.
   * Making extraction of the manpage section in manpages/Makefile work
     with multiple dots in the filename.
   * Renaming live.persist to live-persistence.conf.
 .
   [ Tails developers ]
   * Adding support for the findiso boot parameter (Closes: #656135).
   * Fixing findiso argument parsing place to match the existing
     ordering.
   * Removing overkill double-checking of return code in is_mountpoint
     predicate.
   * Fixing brace alignment to follow common code style.
   * Removing leftover directory after unmounting.
 .
   [ Daniel Baumann ]
   * Removing old docs.
   * Merging old changelog into current changelog.
   * Updating toplevel Makefile to work with manpages having multiple
     dots in its filename.
   * Renamling linkfiles option when using persistence to simply link.
 .
   [ Tails developers ]
   * Allow using / as destination in custom mounts.
   * Supress warnings when probing media for persistence.
   * Do not probe the device mounted on /live/image for persistence.
   * Fix typo to make home-sn snapshots work again.
   * Only try copying snapshots if we actually found any.
Checksums-Sha1: 
 231cf1e7342f1234bb66e7c4a3f876724c9ce153 1383 live-boot_3.0~a27-1.dsc
 4694b987907c54f1d82e68deed0ef1e356066e9c 89449 live-boot_3.0~a27.orig.tar.gz
 649c9c6653be38cd37176a40471b77b533531994 20804 live-boot_3.0~a27-1.debian.tar.gz
 ebcf560bf021bcef04c7b820d38581179d941237 30570 live-boot_3.0~a27-1_all.deb
 5824f09aa0212ab144373de27c5ff37fbdc11866 43934 live-boot-doc_3.0~a27-1_all.deb
 94ba986c3f1f9390a23b9245f349663fb436d188 49574 live-boot-initramfs-tools_3.0~a27-1_all.deb
Checksums-Sha256: 
 bfa1944c4b6ff48de49b89430106983a91b21778be6915c89d34afb42a6e6f63 1383 live-boot_3.0~a27-1.dsc
 e39568aceb81dc76e9fe7abd61f4ed7c26379daf6655cb9bd8409ac5cda10d23 89449 live-boot_3.0~a27.orig.tar.gz
 0ef9724039e2b52783579fb323f503243f4be70d8983593a1edf3084dbd84a5f 20804 live-boot_3.0~a27-1.debian.tar.gz
 faebb3b20094f696eb0dbcdfba38329b61ba196ecbb676398ecb50f3b2313cb3 30570 live-boot_3.0~a27-1_all.deb
 41bd3d5e7ed941f8e82b473a397b8ac35bf9cab2415b7e5c029e12e4b9acc550 43934 live-boot-doc_3.0~a27-1_all.deb
 163ae450d01175fc57eacf9a24a6624bd302197e11c4f5e352c1d7835d35c9f9 49574 live-boot-initramfs-tools_3.0~a27-1_all.deb
Files: 
 b4b4020e1a7a55ecdf307f92d1d486df 1383 misc optional live-boot_3.0~a27-1.dsc
 2339a74ee916a19b6e42be2f751ce1ff 89449 misc optional live-boot_3.0~a27.orig.tar.gz
 6756565668fcf5044c558e74cb5055d8 20804 misc optional live-boot_3.0~a27-1.debian.tar.gz
 d64cdef028528f041d705fd32f7b017d 30570 misc optional live-boot_3.0~a27-1_all.deb
 09c8241ce69ca4d147fa02bbc5c87731 43934 doc optional live-boot-doc_3.0~a27-1_all.deb
 c65ea2a7cc7ad9a0cd3e7ea5b6a687a9 49574 misc optional live-boot-initramfs-tools_3.0~a27-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk+DFiQACgkQ+C5cwEsrK565hQCgv5RFXjOM0RKLl5D1v1ejqcp7
bGQAnjj6ArScejnKidPbIdZ0x67WMvp3
=c8Rw
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: