Magellan Linux

Annotation of /trunk/dracut/patches/dracut-059-mkinitrd-ignore-allow-missing-switch.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3741 - (hide annotations) (download)
Thu Jul 27 10:25:05 2023 UTC (10 months ago) by niro
File size: 1199 byte(s)
-rediffed for dracut-059
1 niro 3741 diff -Naur dracut-059/dracut.sh dracut-059.mkinitrd/dracut.sh
2     --- dracut-059/dracut.sh 2022-12-24 17:49:27.000000000 +0100
3     +++ dracut-059.mkinitrd/dracut.sh 2023-07-27 12:20:09.341688939 +0200
4     @@ -255,6 +255,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     @@ -449,6 +450,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 parallel \
20     @@ -816,6 +818,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_l="yes" ;;