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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Johannes Müller
aports
Commits
531e3c41
Commit
531e3c41
authored
15 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
core/mkinitfs: removed unused patch
parent
b885b552
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
core/mkinitfs/mkinitfs-1.3-fix.patch
+0
-30
0 additions, 30 deletions
core/mkinitfs/mkinitfs-1.3-fix.patch
with
0 additions
and
30 deletions
core/mkinitfs/mkinitfs-1.3-fix.patch
deleted
100644 → 0
+
0
−
30
View file @
b885b552
commit 3cffe48a9e2dbcd0d794b34dc7e1c1e043c437d5
Author: Natanael Copa <ncopa@alpinelinux.org>
Date: Fri May 1 13:24:37 2009 +0000
bugfix for the dependency tracing
diff --git a/mkinitfs.in b/mkinitfs.in
index 2e2dce6..37a948e 100755
--- a/mkinitfs.in
+++ b/mkinitfs.in
@@ -69,7 +69,7 @@
initfs_base() {
find_kmod_deps() {
awk '
-function recursedeps(k, j) {
+function recursedeps(k, j, dep) {
if (k in visited)
return;
visited[k] = 1;
@@ -133,8 +133,8 @@
usage: mkinitfs [-hkLl] [-b basedir] [-c configfile] [-F features] [-f fstab]
options:
-b prefix files and kernel modules with basedir
-c use configfile instead of $config
- -F use fstab instead of $fstab
- -f use specified features
+ -f use fstab instead of $fstab
+ -F use specified features
-h print this help
-i use initfile as init instead of $init
-k keep tempdir
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