X-Git-Url: https://git.tld-linux.org/?p=packages%2Fdracut.git;a=blobdiff_plain;f=compressors.patch;h=a6d6b96bb8a9dcadbd2cc82d07299226b123924a;hp=518e9192ca44b29af22b78e44c85eb279906e111;hb=HEAD;hpb=edaf8be1032c859af78b30704f80744ad3edca0c diff --git a/compressors.patch b/compressors.patch index 518e919..a6d6b96 100644 --- a/compressors.patch +++ b/compressors.patch @@ -1,8 +1,8 @@ -diff -urpa dracut-056.orig/dracut.sh dracut-056/dracut.sh ---- dracut-056.orig/dracut.sh 2022-02-18 12:32:53.000000000 +0100 -+++ dracut-056/dracut.sh 2022-08-28 17:26:54.017178064 +0200 -@@ -202,8 +202,6 @@ Creates initial ramdisk images for prelo - --install-optional [LIST] Install the space separated list of files into the +diff -urpa dracut-059.orig/dracut.sh dracut-059/dracut.sh +--- dracut-059.orig/dracut.sh 2022-12-24 17:49:27.000000000 +0100 ++++ dracut-059/dracut.sh 2024-04-03 01:29:40.532147553 +0200 +@@ -220,8 +220,6 @@ Creates initial ramdisk images for prelo + Install the space separated list of files into the initramfs, if they exist. --gzip Compress the generated initramfs using gzip. - This will be done by default, unless another @@ -10,7 +10,7 @@ diff -urpa dracut-056.orig/dracut.sh dracut-056/dracut.sh --bzip2 Compress the generated initramfs using bzip2. Make sure your kernel has bzip2 decompression support compiled in, otherwise you will not be able to boot. -@@ -211,6 +209,8 @@ Creates initial ramdisk images for prelo +@@ -229,6 +227,8 @@ Creates initial ramdisk images for prelo Make sure your kernel has lzma support compiled in, otherwise you will not be able to boot. --xz Compress the generated initramfs using xz. @@ -19,7 +19,7 @@ diff -urpa dracut-056.orig/dracut.sh dracut-056/dracut.sh Make sure that your kernel has xz support compiled in, otherwise you will not be able to boot. --lzo Compress the generated initramfs using lzop. -@@ -2388,7 +2388,7 @@ fi +@@ -2507,7 +2507,7 @@ fi if ! [[ $compress ]]; then # check all known compressors, if none specified