Bug#238208: yaboot-installer: looks for archdetect in wrong place
Package: yaboot-installer
Version: 0.0.13.1
Severity: grave
Tags: patch
yaboot-installer looks for archdetect in /usr/bin, when it's actually in
/bin. As a result, you need to manually edit
/var/lib/dpkg/info/yaboot-installer.isinstallable after you load
installer modules before it's possible to install the boot loader.
Index: tools/yaboot-installer//debian/changelog
===================================================================
RCS file: /cvsroot/d-i/debian-installer/tools/yaboot-installer/debian/changelog,v
retrieving revision 1.123
diff -p -u -r1.123 changelog
--- tools/yaboot-installer//debian/changelog 14 Mar 2004 18:38:38 -0000 1.123
+++ tools/yaboot-installer//debian/changelog 15 Mar 2004 23:31:02 -0000
@@ -1,3 +1,10 @@
+yaboot-installer (0.0.14) UNRELEASED; urgency=low
+
+ * Colin Watson
+ - Stop looking for archdetect in /usr/bin, where it isn't.
+
+ -- Colin Watson <cjwatson@debian.org> Mon, 15 Mar 2004 23:30:21 +0000
+
yaboot-installer (0.0.13) unstable; urgency=low
* Denis Barbier
Index: tools/yaboot-installer//debian/isinstallable
===================================================================
RCS file: /cvsroot/d-i/debian-installer/tools/yaboot-installer/debian/isinstallable,v
retrieving revision 1.4
diff -p -u -r1.4 isinstallable
--- tools/yaboot-installer//debian/isinstallable 15 Oct 2003 04:39:43 -0000 1.4
+++ tools/yaboot-installer//debian/isinstallable 15 Mar 2004 23:31:02 -0000
@@ -1,5 +1,5 @@
#!/bin/sh
-/usr/bin/archdetect | grep -q "powermac_newworld"
+archdetect | grep -q "powermac_newworld"
exit $?
Thanks,
--
Colin Watson [cjwatson@flatline.org.uk]
Reply to: