X-Git-Url: https://git.tld-linux.org/?p=packages%2Fdracut.git;a=blobdiff_plain;f=xz_compressor.patch;h=2e701c02aef8f9c9866b2842588447a8b3c5149b;hp=4bdc4ea451278bcc463248acb03a33d2ca3ed5ea;hb=13380d4217d63c2f7784754ed5f20059a8e24f2b;hpb=b8802c386fe71a8c68408b29dce85e7be9f08d3e diff --git a/xz_compressor.patch b/xz_compressor.patch index 4bdc4ea..2e701c0 100644 --- a/xz_compressor.patch +++ b/xz_compressor.patch @@ -1,16 +1,16 @@ -diff -urN dracut-037.orig/dracut.sh dracut-037/dracut.sh ---- dracut-037.orig/dracut.sh 2014-03-19 16:16:08.000000000 +0000 -+++ dracut-037/dracut.sh 2014-05-17 14:56:39.530999661 +0000 -@@ -159,8 +159,6 @@ - -I, --install [LIST] Install the space separated list of files into the - initramfs. +diff -ur dracut-040.orig/dracut.sh dracut-040/dracut.sh +--- dracut-040.orig/dracut.sh 2014-11-21 14:04:57.000000000 +0000 ++++ dracut-040/dracut.sh 2014-11-22 13:19:07.066000000 +0000 +@@ -163,8 +163,6 @@ + --install-optional [LIST] 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 - compression option or --no-compress is passed. --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. -@@ -168,12 +166,14 @@ +@@ -172,6 +170,8 @@ Make sure your kernel has lzma support compiled in, otherwise you will not be able to boot. --xz Compress the generated initramfs using xz. @@ -18,16 +18,8 @@ diff -urN dracut-037.orig/dracut.sh dracut-037/dracut.sh + compression option or --no-compress is passed. 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. -+ --lzo Compress the generated initramfs using lzop. - Make sure that your kernel has lzo support compiled - in, otherwise you will not be able to boot. -- --lz4 Compress the generated initramfs using lz4. -+ --lz4 Compress the generated initramfs using lz4. - Make sure that your kernel has lz4 support compiled - in, otherwise you will not be able to boot. - --compress [COMPRESSION] Compress the generated initramfs with the -@@ -789,7 +789,7 @@ + --lzo Compress the generated initramfs using lzop. +@@ -817,7 +817,7 @@ fw_dir=${fw_dir//:/ } # handle compression options.