Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
a987aed2
Verified
Commit
a987aed2
authored
7 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/dracut: add -lvm, fix depends
parent
5df660d2
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
user/dracut/APKBUILD
+10
-4
10 additions, 4 deletions
user/dracut/APKBUILD
with
10 additions
and
4 deletions
user/dracut/APKBUILD
+
10
−
4
View file @
a987aed2
...
...
@@ -2,16 +2,16 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
dracut
pkgver
=
046
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"An event-driven initramfs infrastructure"
url
=
"https://dracut.wiki.kernel.org/"
arch
=
"all"
license
=
"GPL-2.0+"
depends
=
"libarchive-tools"
depends
=
"libarchive-tools
musl-utils xz
"
makedepends
=
"fts-dev kmod-dev"
install
=
""
options
=
"!check"
# Test suite is for kernel developers only, requires ext3 rootfs
subpackages
=
"
$pkgname
-doc
$pkgname
-bash-completion:bashcomp:noarch"
subpackages
=
"
$pkgname
-doc
$pkgname
-bash-completion:bashcomp:noarch
$pkgname
-lvm::noarch
"
source
=
"https://www.kernel.org/pub/linux/utils/boot/
$pkgname
/
$pkgname
-
$pkgver
.tar.xz
header-fix.patch
"
...
...
@@ -42,7 +42,7 @@ package() {
}
bashcomp
()
{
depends
=
""
depends
=
"
dracut
"
pkgdesc
=
"Bash completions for
$pkgname
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
bash-completion"
...
...
@@ -51,5 +51,11 @@ bashcomp() {
"
$subpkgdir
"
/usr/share
}
lvm
()
{
depends
=
"device-mapper dracut lvm2"
pkgdesc
=
"
$pkgname
- LVM2 module"
mkdir
-p
"
$subpkgdir
"
}
sha512sums
=
"75cefc184960024ef32f7bb5a0fe060e9c7d82dbfd0fe247d54b585e2ebbf0f8af5d5dc1be7e5e8cf2c3bc27b3293842c6361ae62d047289d0c59d7d40b09122 dracut-046.tar.xz
988f03a3fd2e7ee62409d3c57e8029403513dcec5efb37e64633d989728e4c7b619ce5b8775a04c5a0b654f7f093777d94fe6e4098a99a690c353a94f537e24c header-fix.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