]> git.pld-linux.org Git - packages/geninitrd.git/blob - geninitrd-ac.patch
- 8985
[packages/geninitrd.git] / geninitrd-ac.patch
1 --- geninitrd-8202.orig/geninitrd       2007-01-27 19:35:18.000000000 +0100
2 +++ geninitrd-8202/geninitrd    2007-02-05 11:31:33.000000000 +0100
3 @@ -934,12 +934,7 @@
4  
5  if [ "x" = "x$INITRDFS" ] ; then
6         if [ "x" = "x$FS" ] ; then
7 -               # default value
8 -               if [ "$pack_version" -ge "002005" ] ; then
9 -                       INITRDFS="initramfs"
10 -               else
11 -                       INITRDFS="rom"
12 -               fi
13 +               INITRDFS="rom"
14         else
15                 echo >&2 "Warning: FS configuration options is obsoleted. Use INITRDFS instead"
16                 INITRDFS="$FS"
This page took 0.034842 seconds and 3 git commands to generate.