Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
grub
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Jeroen Dekkers
grub
Commits
02a16ba9
Commit
02a16ba9
authored
Aug 29, 2010
by
Vladimir 'phcoder' Serbinenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable some bootcheck on some platforms
parent
54078207
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
11 deletions
+17
-11
Makefile.am
Makefile.am
+17
-11
No files found.
Makefile.am
View file @
02a16ba9
...
...
@@ -260,7 +260,23 @@ bootcheck-ntldr: ntldr.bin $(srcdir)/grub-core/tests/boot/ntldr.cfg grub-shell
BOOTCHECKS
=
if
COND_i386_pc
BOOTCHECKS
+=
bootcheck-pc-chainloader bootcheck-ntldr
#pc chainloader by definition is only for i386-pc
BOOTCHECKS
+=
bootcheck-pc-chainloader
#ntldr and bootmgr require BIOS.
BOOTCHECKS
+=
bootcheck-ntldr
#legacy protocol makes early BIOS calls.
BOOTCHECKS
+=
bootcheck-linux16-i386 bootcheck-linux16-x86_64
# Crashes early on non-BIOS
BOOTCHECKS
+=
bootcheck-knetbsd-i386
endif
if
!COND_i386_coreboot
# Crashes because memory at 0-0x1000 is occupied
BOOTCHECKS
+=
bootcheck-kfreebsd-x86_64
# Likewise.
BOOTCHECKS
+=
bootcheck-knetbsd-x86_64
BOOTCHECKS
+=
bootcheck-kfreebsd-i386
endif
BOOTCHECKS
+=
bootcheck-kfreebsd-aout
...
...
@@ -269,18 +285,8 @@ BOOTCHECKS += bootcheck-kopenbsd-i386 bootcheck-kopenbsd-x86_64
BOOTCHECKS
+=
bootcheck-multiboot bootcheck-multiboot2
BOOTCHECKS
+=
bootcheck-linux16-i386 bootcheck-linux16-x86_64
BOOTCHECKS
+=
bootcheck-linux-i386 bootcheck-linux-x86_64
# Crashes because memory at 0-0x1000 is occupied
BOOTCHECKS
+=
bootcheck-kfreebsd-i386 bootcheck-knetbsd-x86_64
# Requires ACPI
BOOTCHECKS
+=
bootcheck-kfreebsd-x86_64
# Crashes early on non-BIOS
BOOTCHECKS
+=
bootcheck-knetbsd-i386
.PHONY
:
bootcheck-linux-i386 bootcheck-linux-x86_64
\
bootcheck-kfreebsd-i386 bootcheck-kfreebsd-x86_64
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment