Magellan Linux

Contents of /trunk/dracut/patches/dracut-036-mkinitrd-ignore-allow-missing-switch.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2413 - (show annotations) (download)
Tue Mar 4 13:35:16 2014 UTC (10 years, 2 months ago) by niro
File size: 1195 byte(s)
-re-diffed against 036
1 diff -Naur dracut-036/dracut.sh dracut-036-magellan/dracut.sh
2 --- dracut-036/dracut.sh 2014-01-29 07:35:47.000000000 +0000
3 +++ dracut-036-magellan/dracut.sh 2014-03-04 15:23:29.507000000 +0000
4 @@ -181,6 +181,7 @@
5 --list-modules List all available dracut modules.
6 -M, --show-modules Print included module's name to standard output during
7 build.
8 + --allow-missing Compat switch for mkinitrd - ignored.
9 --keep Keep the temporary initramfs for debugging purposes
10 --printsize Print out the module install size
11 --sshkey [SSHKEY] Add ssh key to initramfs (use with ssh-client module)
12 @@ -358,6 +359,7 @@
13 --long list-modules \
14 --long show-modules \
15 --long keep \
16 + --long allow-missing \
17 --long printsize \
18 --long regenerate-all \
19 --long noimageifnotneeded \
20 @@ -534,6 +536,7 @@
21 -M|--show-modules)
22 show_modules_l="yes"
23 ;;
24 + --allow-missing) ;; # simply ignore this one
25 --keep) keep="yes";;
26 --printsize) printsize="yes";;
27 --regenerate-all) regenerate_all="yes";;