Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
26dea68f
Verified
Commit
26dea68f
authored
1 year ago
by
Clayton Craft
Browse files
Options
Downloads
Patches
Plain Diff
qemu-amd64: support EFI boot with grub-efi
parent
b128456d
Branches
grub-img
No related tags found
No related merge requests found
Pipeline
#199980
failed
1 year ago
Stage: lint
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
device/main/device-qemu-amd64/APKBUILD
+3
-3
3 additions, 3 deletions
device/main/device-qemu-amd64/APKBUILD
device/main/device-qemu-amd64/deviceinfo
+2
-0
2 additions, 0 deletions
device/main/device-qemu-amd64/deviceinfo
with
5 additions
and
3 deletions
device/main/device-qemu-amd64/APKBUILD
+
3
−
3
View file @
26dea68f
...
...
@@ -3,12 +3,12 @@
# Co-Maintainer: Daniele Debernardi <drebrez@gmail.com>
pkgname
=
device-qemu-amd64
pkgver
=
3
pkgrel
=
3
pkgrel
=
4
pkgdesc
=
"Simulated device in QEMU (x86_64)"
url
=
"https://postmarketos.org"
arch
=
"x86_64"
license
=
"MIT"
depends
=
"postmarketos-base"
depends
=
"postmarketos-base
grub-efi-img-x86_64
"
makedepends
=
"devicepkg-dev"
subpackages
=
"
$pkgname
-kernel-lts:kernel_lts
...
...
@@ -71,7 +71,7 @@ kernel_edge() {
}
sha512sums
=
"
0c9b4b50073dc6bf6bfecb07370254f0dd8a277acbc1d90a605c7891e7d00c1c211545b296b7a1a7a6e00bce05a4197102fcfa449f113f2b500d8879ad29c6bf
deviceinfo
58add3e805c4f0afbfcd436790df80a1f72fd6ca07cef3f862f3fee87a0b66ad1b1d0ad07fef9afa9453537cf85d2471b98af29c8722cfcae6f560fa3e4f4e5d
deviceinfo
99d32eed6c5cda59e91516e982c5bd5165ff718133e2411a0dbba04e2057d1dfad49a75e5cc67140d0e0adcbe1383671bd2892335929b782a5b19f5472e635ad mce-display-blanking.conf
de794566118f1744d068a94e6a75b61d43f6749a4b0871a5270fa7a2048164d609c71fcffa61845c2a7dd4cb5fbeb72c0e4f8b73b382f36d6ff0bcc9b8a5ae25 weston.ini
"
This diff is collapsed.
Click to expand it.
device/main/device-qemu-amd64/deviceinfo
+
2
−
0
View file @
26dea68f
...
...
@@ -23,3 +23,5 @@ deviceinfo_dev_internal_storage_repartition="true"
deviceinfo_flash_method="none"
deviceinfo_kernel_cmdline="console=tty1 console=ttyS0 PMOS_NO_OUTPUT_REDIRECT PMOS_FORCE_PARTITION_RESIZE"
deviceinfo_disable_dhcpd="true"
deviceinfo_efi="true"
deviceinfo_bootloader_grub="true"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment