diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-03-23 00:41:05 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-03-23 00:41:05 -0700 |
commit | 639369bf8cdb1e2ed3dc84f279e07f11d0422bca (patch) | |
tree | 1162bda9397d567b522888e9614287795a53e4d1 /etc/mkinitcpio.conf | |
parent | c03d1dc3afb37a9de19442bb659ae56d19a49335 (diff) |
pacdiff
Diffstat (limited to 'etc/mkinitcpio.conf')
-rw-r--r-- | etc/mkinitcpio.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/mkinitcpio.conf b/etc/mkinitcpio.conf index 30baa0ca..aa2b6925 100644 --- a/etc/mkinitcpio.conf +++ b/etc/mkinitcpio.conf @@ -52,7 +52,7 @@ FILES=() HOOKS=(base udev autodetect keyboard modconf block osk-sdl encrypt filesystems fsck) # COMPRESSION -# Use this to compress the initramfs image. By default, gazip compression +# Use this to compress the initramfs image. By default, gzip compression # is used. Use 'cat' to create an uncompressed image. #COMPRESSION="zstd" #COMPRESSION="gzip" |