Skip to content

Commit

Permalink
Update 900_create_initramfs.sh
Browse files Browse the repository at this point in the history
Removed needless comma in comment
  • Loading branch information
jsmeix committed May 24, 2024
1 parent 483de81 commit adefffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/rear/pack/GNU/Linux/900_create_initramfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ if test "$ARCH" = "Linux-ppc64" || test "$ARCH" = "Linux-ppc64le" ; then
LogPrintError "If it fails to boot consider the following:"
if ! test "$REAR_INITRD_COMPRESSION" = "lzma" ; then
# For example an initrd with 120 MB with default gzip compression became only 77 MB with lzma
# but whith lzma compression "rear mkrescue" needed 2 minutes more time in this particular case,
# but whith lzma compression "rear mkrescue" needed 2 minutes more time in this particular case
# cf. https://github.com/rear/rear/issues/3189#issuecomment-2079794186
LogPrintError "Consider better (but slower) initrd compression with REAR_INITRD_COMPRESSION='lzma'"
fi
Expand Down

0 comments on commit adefffe

Please sign in to comment.