You need to install live-init for your version before remastering.
Create the Live USB using the new_usb.sh script.
After remastering, and creating your new USB, booting live usb without persistence should work ok. You will have to create a menu.lst first though before booting the USB and place it inside the /boot/grub/ directory on the USB. Contents as follows:
Code: Select all
default 0
timeout 10
color cyan/blue white/blue
foreground ffffff
background 003f7d
gfxmenu /boot/grub/message
## ISO boot
title antiX (LiveUSB)
kernel /antiX/vmlinuz quiet lean noxorg vga=791
initrd /antiX/initrd.gz
## ISO boot
title antiX (Home Persistence)
kernel /antiX/vmlinuz quiet lean noxorg vga=791 persist=home
initrd /antiX/initrd.gz
## ISO boot
title antiX (Root Persistence)
kernel /antiX/vmlinuz quiet lean noxorg vga=791 persist
initrd /antiX/initrd.gz
title antiX-memtest (test system memory)
kernel /boot/memtest
Reboot using persist option and also init 3 (add 3 to boot line) otherwise you can't login as the
home/username folder hasn't yet been created. Login as root with your root password. Open Midnight Commander(mc), copying the correct user folder from /live/aufs/home/ to /home/ and then make the correct ownership changes from root, root to username, users.
Then you should be able to login and changes will stick on subsequent reboot with persist.
This information is from a PM that anti sent me.