Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1674 - (hide annotations) (download)
Sat Mar 3 11:20:09 2012 UTC (12 years, 2 months ago) by niro
File size: 956 byte(s)
-refactor patches
1 niro 1674 diff -Naur dracut-017/dracut.sh dracut-017-magellan/dracut.sh
2     --- dracut-017/dracut.sh 2012-02-24 15:38:08.000000000 +0100
3     +++ dracut-017-magellan/dracut.sh 2012-03-03 13:05:37.514982386 +0100
4     @@ -119,6 +119,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     --sshkey [SSHKEY] Add ssh key to initramfs (use with ssh-client module)
11     --ctty Add control tty for emergency shells
12     @@ -263,6 +264,7 @@
13     -M|--show-modules)
14     show_modules_l="yes"
15     ;;
16     + --allow-missing) ;; # simply ignore this one
17     --keep) keep="yes";;
18     -*) printf "\nUnknown option: %s\n\n" "$1" >&2; usage; exit 1;;
19     *)