about summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-10-09 18:54:41 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2015-10-09 19:53:56 +0200
commit52a90375fbf84695e12bb236b7ed0ca9184ab988 (patch)
treeb0b7ad71829f3351e3f200d3ff4e648085f5cb78 /mklive.sh.in
parent6b53ff273acd003e322f0d4466dd46e7eacb7bbd (diff)
downloadhrmpf-52a90375fbf84695e12bb236b7ed0ca9184ab988.tar.gz
hrmpf-52a90375fbf84695e12bb236b7ed0ca9184ab988.tar.xz
hrmpf-52a90375fbf84695e12bb236b7ed0ca9184ab988.zip
use memtest86+ from official iso.
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index cdd3231..4838449 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -28,7 +28,7 @@
 #-
 trap "error_out $LINENO $?" INT TERM 0
 
-readonly REQUIRED_PKGS="base-files libgcc dash coreutils sed tar gawk syslinux grub-x86_64-efi squashfs-tools xorriso memtest86+"
+readonly REQUIRED_PKGS="base-files libgcc dash coreutils sed tar gawk syslinux grub-x86_64-efi squashfs-tools xorriso"
 readonly INITRAMFS_PKGS="binutils xz device-mapper"
 readonly PROGNAME=$(basename $0)
 
@@ -151,7 +151,6 @@ generate_initramfs() {
 
     mv $ROOTFS/boot/initrd $BOOT_DIR
     cp $ROOTFS/boot/vmlinuz-$KERNELVERSION $BOOT_DIR/vmlinuz
-    cp $ROOTFS/boot/memtest86+ $BOOT_DIR
     if [ "$BOOT_FILES" ]; then
         cp $BOOT_FILES $BOOT_DIR
     fi