From 35934432a6257126f1dc444ee1b2864c8e741082 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Thu, 25 Jan 2018 16:42:39 -0500 Subject: Remove unnecessary memtest86plus targets file --- projects/memtest86plus/configs/targets | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 projects/memtest86plus/configs/targets (limited to 'projects') diff --git a/projects/memtest86plus/configs/targets b/projects/memtest86plus/configs/targets deleted file mode 100644 index f2cba0e5..00000000 --- a/projects/memtest86plus/configs/targets +++ /dev/null @@ -1,2 +0,0 @@ -grub -seabios -- cgit v1.2.3-70-g09d2 From 85e1a4604c6e416c5c736d10da9234069143267e Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Thu, 25 Jan 2018 16:45:15 -0500 Subject: Add memtest86plus floppy image to install file To retain options, it would be a good idea to keep the floppy image since SeaBIOS can boot floppy images directly from CBFS. --- projects/memtest86plus/configs/install | 1 + 1 file changed, 1 insertion(+) (limited to 'projects') diff --git a/projects/memtest86plus/configs/install b/projects/memtest86plus/configs/install index 4092a417..6d1d72a2 100644 --- a/projects/memtest86plus/configs/install +++ b/projects/memtest86plus/configs/install @@ -1 +1,2 @@ memtest:memtest.elf +memtest.bin:memtest.img -- cgit v1.2.3-70-g09d2 From d870ebb62617b6a2c0bb4a7cab1f97a2299a6086 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Thu, 25 Jan 2018 16:56:05 -0500 Subject: Copy all memtest86plus binaries to the build path --- projects/memtest86plus/memtest86plus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects') diff --git a/projects/memtest86plus/memtest86plus b/projects/memtest86plus/memtest86plus index 1aadbf6c..c64f66a7 100755 --- a/projects/memtest86plus/memtest86plus +++ b/projects/memtest86plus/memtest86plus @@ -75,7 +75,7 @@ build() { mkdir -p "$build_path" make -C "$sources_path" -j"$TASKS" - cp "$sources_path/memtest" "$build_path" + cp "$sources_path"/{memtest,memtest.bin} "$build_path" make -C "$sources_path" 'clean' } -- cgit v1.2.3-70-g09d2