]> git.pld-linux.org Git - packages/geninitrd.git/blame_incremental - geninitrd-ac.patch
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/geninitrd.git] / geninitrd-ac.patch
... / ...
CommitLineData
1--- geninitrd-9000.1/geninitrd~ 2007-11-28 23:38:13.000000000 +0200
2+++ geninitrd-9000.1/geninitrd 2007-11-28 23:38:46.662253955 +0200
3@@ -1662,12 +1662,7 @@
4
5 if [ -z "$INITRDFS" ]; then
6 if [ -z "$FS" ]; then
7- # default value
8- if [ "$kernel_version" -ge "002005" ]; then
9- INITRDFS="initramfs"
10- else
11- INITRDFS="rom"
12- fi
13+ INITRDFS="rom"
14 else
15 warn "Warning: FS configuration options is obsoleted. Use INITRDFS instead"
16 INITRDFS="$FS"
This page took 0.441522 seconds and 4 git commands to generate.