[configs/baseline] Use gzip (default) instead of xz

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2013-01-02 20:30:04 -03:00
parent babc6c08c6
commit 58bcf48091
2 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1,2 @@
# <img> <mnt> <arch> <sfs_comp> <fs_type> <fs_size>
root-image / %ARCH% xz ext4 50%
root-image / %ARCH% gzip ext4 50%

View File

@ -1,2 +1 @@
HOOKS="base udev archiso block filesystems"
COMPRESSION="xz"