Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sean
aports
Commits
b280f01a
Commit
b280f01a
authored
Dec 21, 2016
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/mkinitfs: fix ext3 support
the ext3 is provided by ext4 module nowdays. fixes #6167
parent
f305cd51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
4 deletions
+28
-4
main/mkinitfs/0001-ext3-functionality-is-provided-by-ext4-module.patch
.../0001-ext3-functionality-is-provided-by-ext4-module.patch
+20
-0
main/mkinitfs/APKBUILD
main/mkinitfs/APKBUILD
+8
-4
No files found.
main/mkinitfs/0001-ext3-functionality-is-provided-by-ext4-module.patch
0 → 100644
View file @
b280f01a
From 92801060dccf632c827867eb361396646e04ae99 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Wed, 21 Dec 2016 23:03:01 +0000
Subject: [PATCH] ext3 functionality is provided by ext4 module
ref #6167
---
features.d/ext3.modules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/features.d/ext3.modules b/features.d/ext3.modules
index eeadf78..a5bb1c3 100644
--- a/features.d/ext3.modules
+++ b/features.d/ext3.modules
@@ -1 +1 @@
-kernel/fs/ext3
+kernel/fs/ext4
--
2.11.0
main/mkinitfs/APKBUILD
View file @
b280f01a
...
...
@@ -2,7 +2,7 @@
pkgname
=
mkinitfs
pkgver
=
3.0.7
_ver
=
${
pkgver
%_git*
}
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Tool to generate initramfs images for Alpine"
url
=
"http://git.alpinelinux.org/cgit/mkinitfs"
makedepends_build
=
""
...
...
@@ -12,6 +12,7 @@ depends="busybox apk-tools>=2.0 lddtree>=1.25"
install
=
"
$pkgname
.pre-upgrade
$pkgname
.post-install
$pkgname
.post-upgrade"
triggers
=
"
$pkgname
.trigger=/usr/share/kernel/*"
source
=
"http://dev.alpinelinux.org/archive/
$pkgname
/
$pkgname
-
$_ver
.tar.xz
0001-ext3-functionality-is-provided-by-ext4-module.patch
"
arch
=
"all"
license
=
"GPL2"
...
...
@@ -27,6 +28,9 @@ package() {
make
install
DESTDIR
=
"
$pkgdir
"
||
return
1
}
md5sums
=
"f0ce066554bff1e1a3056c51f2fe4610 mkinitfs-3.0.7.tar.xz"
sha256sums
=
"eb80666fa1f2bb4907f13f7f4c09ee8e1b0b1211aba240c9d2a5cc2a1756f1ba mkinitfs-3.0.7.tar.xz"
sha512sums
=
"a4080f4709500484904aee34f93007a813c6f2470c8ba9a0493245122291e4c7460580f9ca2f3712662d8f8caea306872d0c79fa94f654300c4798a0332c19b2 mkinitfs-3.0.7.tar.xz"
md5sums
=
"f0ce066554bff1e1a3056c51f2fe4610 mkinitfs-3.0.7.tar.xz
79e61fce422c035296fdf00780f15fb3 0001-ext3-functionality-is-provided-by-ext4-module.patch"
sha256sums
=
"eb80666fa1f2bb4907f13f7f4c09ee8e1b0b1211aba240c9d2a5cc2a1756f1ba mkinitfs-3.0.7.tar.xz
60ba082ac2a542e55de9e5a335f058fe83789ccb25bf8958772e229b93442a78 0001-ext3-functionality-is-provided-by-ext4-module.patch"
sha512sums
=
"a4080f4709500484904aee34f93007a813c6f2470c8ba9a0493245122291e4c7460580f9ca2f3712662d8f8caea306872d0c79fa94f654300c4798a0332c19b2 mkinitfs-3.0.7.tar.xz
815e961b6508c8b6843b8074fa752b6ff7404c1ad0bb2e9ff03211d9c7d7546c7f274fb323934ae455216feb291b05e49f1c5878bc85480757d5b501577151c6 0001-ext3-functionality-is-provided-by-ext4-module.patch"
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