Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
knuxify
aports
Commits
db2d9922
Commit
db2d9922
authored
7 years ago
by
Sören Tempel
Browse files
Options
Downloads
Patches
Plain Diff
main/mkinitfs: reenable LUKS2 support
Intentionally disabled in
49b7ed8a
but accidentally not reenable in
b19daa91
.
parent
9826baf2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/mkinitfs/APKBUILD
+4
-2
4 additions, 2 deletions
main/mkinitfs/APKBUILD
with
4 additions
and
2 deletions
main/mkinitfs/APKBUILD
+
4
−
2
View file @
db2d9922
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
pkgname
=
mkinitfs
pkgname
=
mkinitfs
pkgver
=
3.2.0
pkgver
=
3.2.0
_ver
=
${
pkgver
%_git*
}
_ver
=
${
pkgver
%_git*
}
pkgrel
=
5
pkgrel
=
6
pkgdesc
=
"Tool to generate initramfs images for Alpine"
pkgdesc
=
"Tool to generate initramfs images for Alpine"
url
=
"https://git.alpinelinux.org/cgit/mkinitfs"
url
=
"https://git.alpinelinux.org/cgit/mkinitfs"
arch
=
"all"
arch
=
"all"
...
@@ -15,6 +15,7 @@ install="$pkgname.pre-upgrade $pkgname.post-install $pkgname.post-upgrade"
...
@@ -15,6 +15,7 @@ install="$pkgname.pre-upgrade $pkgname.post-install $pkgname.post-upgrade"
triggers
=
"
$pkgname
.trigger=/usr/share/kernel/*"
triggers
=
"
$pkgname
.trigger=/usr/share/kernel/*"
source
=
"http://dev.alpinelinux.org/archive/
$pkgname
/
$pkgname
-
$_ver
.tar.xz
source
=
"http://dev.alpinelinux.org/archive/
$pkgname
/
$pkgname
-
$_ver
.tar.xz
0001-skip-hooks-on-diskless-install.patch
0001-skip-hooks-on-diskless-install.patch
0001-nlplug-findfs-add-primitive-support-for-LUKS2-contai.patch
"
"
builddir
=
"
$srcdir
/
$pkgname
-
$_ver
"
builddir
=
"
$srcdir
/
$pkgname
-
$_ver
"
...
@@ -29,4 +30,5 @@ package() {
...
@@ -29,4 +30,5 @@ package() {
}
}
sha512sums
=
"906bfbce677d4ece9c9fea7b2a529121740bc9d96ea011be083303cc5c56162f09271b0a673e9e335234ccf2f293109bda1eda333698a95357d0772c86f498af mkinitfs-3.2.0.tar.xz
sha512sums
=
"906bfbce677d4ece9c9fea7b2a529121740bc9d96ea011be083303cc5c56162f09271b0a673e9e335234ccf2f293109bda1eda333698a95357d0772c86f498af mkinitfs-3.2.0.tar.xz
f5c9b21e53c663dac1b8f33f929dbe067492f0dc1bd5ef5310ef531033f31fc3fa0b6de6dce03cecaf90b8ed47b278d0f1f7c64dbbeede7621c895ee3ea79864 0001-skip-hooks-on-diskless-install.patch"
f5c9b21e53c663dac1b8f33f929dbe067492f0dc1bd5ef5310ef531033f31fc3fa0b6de6dce03cecaf90b8ed47b278d0f1f7c64dbbeede7621c895ee3ea79864 0001-skip-hooks-on-diskless-install.patch
4d298d73cc6e557c51de805721ef4b9f002498af5dd9f0aebfd6620ec84d1fadde76888bc2d40efc71dc0a8497aa0586ac65d596eb0021bfed633adcc3aca3b4 0001-nlplug-findfs-add-primitive-support-for-LUKS2-contai.patch"
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