Phoenix Liteos 11 Ultralight Ultimate -fbconan-.iso Today

echo "your_locale" > /etc/locale.gen locale-gen echo "liteos" > /etc/hostname

sudo chroot /var/lib/liteos /bin/bash Configure locales, hostname, and mount points: Phoenix LiteOS 11 Ultralight Ultimate -FBConan-.iso

exit Unmount and create a squashfs:

menuentry "LiteOS" { linux /casper/vmlinuz boot=casper rootdelay=1 initrd /casper/initrd } Use xorriso to create the ISO: echo "your_locale" > /etc/locale

apt install -y systemd ubuntu-server Add your user: echo "your_locale" &gt