Skip to content
Snippets Groups Projects
Commit 531e3c41 authored by Natanael Copa's avatar Natanael Copa
Browse files

core/mkinitfs: removed unused patch

parent b885b552
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment