Use memtest binary from memtest86+ package
authorChristian Hofstaedtler <ch@grml.org>
Fri, 29 Jul 2011 16:43:48 +0000 (18:43 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 9 Sep 2011 08:38:16 +0000 (10:38 +0200)
debian/control
grml-live
templates/boot/addons/memtest [deleted file]

index ba1897c..31c3845 100644 (file)
@@ -13,7 +13,7 @@ Bugs: mailto:bugs@grml.org
 
 Package: grml-live
 Architecture: all
-Depends: ${misc:Depends}, bc, fai-client (>= 3.4.0), fai-server (>= 3.4.0), genisoimage, mksh, moreutils, squashfs-tools (>= 1:4.2-1~grml00), grub-pc-bin, ipxe, pciutils
+Depends: ${misc:Depends}, bc, fai-client (>= 3.4.0), fai-server (>= 3.4.0), genisoimage, mksh, moreutils, squashfs-tools (>= 1:4.2-1~grml00), grub-pc-bin, ipxe, pciutils, memtest86+
 Recommends: grml-live-addons, grml-live-db, ia32-libs
 Suggests: fai-doc
 Description: build system for creating a Grml (based) Linux live system
index 55e5ca5..1f255d6 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -716,6 +716,7 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then
             # copy addons from Depended packages
             cp -a /usr/lib/ipxe/ipxe.lkrn "${TEMPLATE_DIRECTORY}/boot/addons/"
             cp -a /usr/share/misc/pci.ids "${TEMPLATE_DIRECTORY}/boot/addons/"
+            cp -a /boot/memtest86+.bin "${TEMPLATE_DIRECTORY}/boot/addons/memtest"
 
             # copy only files so we can handle bsd4grml on its own
             for file in ${TEMPLATE_DIRECTORY}/boot/addons/* ; do
diff --git a/templates/boot/addons/memtest b/templates/boot/addons/memtest
deleted file mode 100644 (file)
index e54513b..0000000
Binary files a/templates/boot/addons/memtest and /dev/null differ