Your message dated Thu, 28 Jun 2012 17:52:47 +0200
with message-id <4fec7dcf.5090...@affinitas.de>
and subject line Bug#679250: live-boot-initramfs-tools: Booting from tftp 
failes with "init: line 218: mountroot: not found" fixed in unstable
has caused the Debian Bug report #679250,
regarding live-boot-initramfs-tools: Booting from tftp failes with "init: line 
218: mountroot: not found"
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 ow...@bugs.debian.org
immediately.)


-- 
679250: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679250
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: live-boot-initramfs-tools
Version: 3.0~a33-1
Severity: grave
Tags: patch
Justification: renders package unusable

Because of the restructuring of the live-boot package there are some
issues with the initramfs hook. I have added a patch, wich will fix the
mentioned error.

Best regards,
Lars Eric Scheidler

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable-backports'), (50, 'unstable'), 
(50, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Naur live-boot-3.0~a33.orig/backends/initramfs-tools/live.hook live-boot-3.0~a33/backends/initramfs-tools/live.hook
--- live-boot-3.0~a33.orig/backends/initramfs-tools/live.hook	2012-06-07 08:56:53.000000000 +0200
+++ live-boot-3.0~a33/backends/initramfs-tools/live.hook	2012-06-27 14:45:32.431953235 +0200
@@ -42,7 +42,7 @@
 
 # Handling live-boot
 
-if [ ! -e /usr/share/live-boot ]
+if [ ! -e /lib/live/boot ]
 then
 	echo "W: live-boot-initramfs-tools (backend) installed without live-boot,"
 	echo "W: this initramfs will *NOT* have live support."
diff -Naur live-boot-3.0~a33.orig/backends/initramfs-tools/live.script live-boot-3.0~a33/backends/initramfs-tools/live.script
--- live-boot-3.0~a33.orig/backends/initramfs-tools/live.script	2012-06-07 08:56:53.000000000 +0200
+++ live-boot-3.0~a33/backends/initramfs-tools/live.script	2012-06-27 14:45:32.523953685 +0200
@@ -4,5 +4,5 @@
 
 if [ -e /lib/live/boot.sh ]
 then
-	/lib/live/boot.sh ${@}
+	. /lib/live/boot.sh ${@}
 fi

--- End Message ---
--- Begin Message ---
severity 679250 normal
Source: live-boot
Source-Version: 3.0~a34-1

The problem seems to be fixed in unstable.

-- 
Affinitas GmbH | Kohlfurter Straße 41/43 | 10999 Berlin | Germany

Geschäftsführer:
Lukas Brosseder, David Khalil, Christian Vollmann, Kai Rieke
Eingetragen beim Amtsgericht Berlin, HRB 115958


--- End Message ---

Reply via email to