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
6af80789
Unverified
Commit
6af80789
authored
3 years ago
by
Clayton Craft
Browse files
Options
Downloads
Patches
Plain Diff
postmarketos-base: add nofde subpackage (MR 2242)
parent
1d78b5cb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/postmarketos-base/APKBUILD
+10
-1
10 additions, 1 deletion
main/postmarketos-base/APKBUILD
with
10 additions
and
1 deletion
main/postmarketos-base/APKBUILD
+
10
−
1
View file @
6af80789
pkgname
=
postmarketos-base
pkgver
=
12
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Meta package for minimal postmarketOS base"
url
=
"https://postmarketos.org"
arch
=
"noarch"
...
...
@@ -17,6 +17,7 @@ install="$pkgname.post-install $pkgname.pre-upgrade $pkgname.post-upgrade"
triggers
=
"
$pkgname
.trigger=/etc"
subpackages
=
"
$pkgname
-nftables
$pkgname
-nofde
"
options
=
"!check"
replaces
=
"
...
...
@@ -86,6 +87,14 @@ nftables() {
mkdir
"
$subpkgdir
"
}
nofde
()
{
# dummy package that satisfies the unlocker dependency for mkinitfs without
# installing anything for systems that don't use fde
provides
=
"postmarketos-fde-unlocker"
provider_priority
=
1
mkdir
"
$subpkgdir
"
}
sha512sums
=
"
e529f5cef1f31481b577f99b8917704f2cfefb963d98bf40a14b017938e55a00134d2033f81d2cb0b8489c5e9b4a92fdc0a788013f1adb4cd46d9580c9988186 rootfs-etc-sudoers
e0d2d48b82a03239a4c0a00acaf83e00d397c23a8d7c71053d4e2a383357c22dcedef9e81b0e12a1d7514e1fdbe0bb3eb82613d18b29034a7ce5447f13c84a53 rootfs-etc-conf.d-swapfile
...
...
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