X-Git-Url: https://git.tld-linux.org/?p=packages%2Fdracut.git;a=blobdiff_plain;f=compressors.patch;h=349f95db45ce0610d1464c6137bdabca745556aa;hp=0a5aa0f6af983bac2a9b1808835deec5145931b9;hb=e57fb00ab8a23934297547cfefbd3ccaa2cfe5ed;hpb=3f3a9504b008558380bea81c4ea45c00e05ae239 diff --git a/compressors.patch b/compressors.patch index 0a5aa0f..349f95d 100644 --- a/compressors.patch +++ b/compressors.patch @@ -1,7 +1,7 @@ -diff -urpa dracut-047.orig/dracut.sh dracut-047/dracut.sh ---- dracut-047.orig/dracut.sh 2018-03-15 12:07:49.000000000 +0000 -+++ dracut-047/dracut.sh 2018-03-15 12:10:37.580977945 +0000 -@@ -180,8 +180,6 @@ Creates initial ramdisk images for prelo +diff -urpa dracut-048.orig/dracut.sh dracut-048/dracut.sh +--- dracut-048.orig/dracut.sh 2018-07-06 08:37:51.000000000 +0000 ++++ dracut-048/dracut.sh 2018-07-21 14:40:37.031450159 +0000 +@@ -195,8 +195,6 @@ Creates initial ramdisk images for prelo --install-optional [LIST] Install the space separated list of files into the initramfs, if they exist. --gzip Compress the generated initramfs using gzip. @@ -10,7 +10,7 @@ diff -urpa dracut-047.orig/dracut.sh dracut-047/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. -@@ -189,6 +187,8 @@ Creates initial ramdisk images for prelo +@@ -204,6 +202,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-047.orig/dracut.sh dracut-047/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. -@@ -809,6 +809,7 @@ fi +@@ -822,6 +822,7 @@ fi if ! [[ $compress ]]; then # check all known compressors, if none specified for i in pigz gzip lz4 lzop zstd lzma xz lbzip2 bzip2 cat; do