Custom User Creation

2024-11-18 Thread Robert Spiteri
Can someone please guide me on this? I want to change the default username and password instead of the user/live. I do not want to use the boot parameters but would like to have everything done using files and hooks. There is multiple documentation online and not all is correct/updated it seems.

Re: Cannot use lz4 compression hc

2024-11-18 Thread AreYouLoco?
Try: LB_CHROOT_SQUASHFS_COMPRESSION_LEVEL="Xhc" As the error message clearly says ;-) On November 18, 2024 6:36:01 PM UTC, Robert Spiteri wrote: >Using bookworm, in my lb config I specified, amongst other things: >--chroot-squashfs-compression-type lz4 --chroot-squashfs-compression-level >hc >

Cannot use lz4 compression hc

2024-11-18 Thread Robert Spiteri
Using bookworm, in my lb config I specified, amongst other things: --chroot-squashfs-compression-type lz4 --chroot-squashfs-compression-level hc However, when during the lb build, I am getting the following error: mksquashfs: Unrecognised compressor option -Xcompression-level mksquashfs: selected

Re: Cannot use lz4 compression hc

2024-11-18 Thread Robert Spiteri
Already tried that as well and also used -Xhc but with no luck :( On Mon, 18 Nov 2024 at 19:50, AreYouLoco? wrote: > Try: > LB_CHROOT_SQUASHFS_COMPRESSION_LEVEL="Xhc" > > As the error message clearly says ;-) > > > On November 18, 2024 6:36:01 PM UTC, Robert Spiteri > wrote: > >> Using bookworm