diff options
Diffstat (limited to 'projects/memtest86plus')
-rw-r--r-- | projects/memtest86plus/configs/install | 1 | ||||
-rw-r--r-- | projects/memtest86plus/configs/revision | 2 | ||||
-rw-r--r-- | projects/memtest86plus/configs/targets | 2 | ||||
-rwxr-xr-x | projects/memtest86plus/memtest86plus | 2 |
4 files changed, 3 insertions, 4 deletions
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 diff --git a/projects/memtest86plus/configs/revision b/projects/memtest86plus/configs/revision index 8b866a4f..9f2728ba 100644 --- a/projects/memtest86plus/configs/revision +++ b/projects/memtest86plus/configs/revision @@ -1 +1 @@ -686a6739e5e0020262b45ad6e45795e7b1b7b67c +5ca4eb9544e51254254d09ae6e70f93403469ec3 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 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' } |