You are not logged in.
Pages: 1
is there a way to create a live boot cd without compression ? i'd rather not have to have it decompress every time since the full image i've created is only about 200mb anyway
i recall reading somewhere that tazlito will only work if doing compression.
Offline
Hi, one solution is a conversion of rootfs.gz to raw data
lzma d rootfs.gz -so > rootfs
and use it from initrd.
Offline
Add 'COMPRESSION=none' in tazlito.conf
Offline
turns out you can actually just use tazlito writeiso none <isoname> to create a rootfs.gz with no compression
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]