summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2014-11-04 18:35:46 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2014-11-04 18:35:46 +0100
commitb593f32c14e4fb001e69be3910197adec16341ad (patch)
treec2d1f658d044c9896fca20008cead6f4d6f9860d /mklive.sh.in
parentda2f340cacdd259941c704b71969f9c03803fa35 (diff)
downloadhrmpf-b593f32c14e4fb001e69be3910197adec16341ad.tar.gz
hrmpf-b593f32c14e4fb001e69be3910197adec16341ad.tar.xz
hrmpf-b593f32c14e4fb001e69be3910197adec16341ad.zip
add memtest86+
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index 8700075..54da1a1 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -29,7 +29,7 @@
 set -E
 trap "echo; error_out $LINENO $?" INT TERM HUP ERR
 
-readonly REQUIRED_PKGS="base-files syslinux grub-x86_64-efi squashfs-tools xorriso"
+readonly REQUIRED_PKGS="base-files syslinux grub-x86_64-efi squashfs-tools xorriso memtest86+"
 readonly PROGNAME=$(basename $0)
 
 info_msg() {
@@ -142,6 +142,7 @@ generate_initramfs() {
 
     mv $VOIDHOSTDIR/boot/initrd $BOOT_DIR
     cp $VOIDHOSTDIR/boot/vmlinuz-$KERNELVERSION $BOOT_DIR/vmlinuz
+    cp $VOIDHOSTDIR/boot/memtest86+ $BOOT_DIR
 }
 
 generate_isolinux_boot() {