antiX-base and antiX-full available for testing.
What I really want users to test is
1. New feature of being able to save changes to usb stick or hard drive ie persistent home and root.
2. New xorg for those with intel chip
3. insserv boot once installed
4. keyboard/language for non English users (live and installed)
1. Thanks to BitJam, antiX can work like Puppy linux ie if you run it live, install apps, save files to /home/demo these will be saved and on next boot you login to your 'new' antiX.
This is excellent when running the antiX-base in particular on a usb stick with a set partition for data. The antiX2usb script should set up a stick where you can boot the live iso and save to the antiXData partition (make sure antiXData is ext3). You will need to add a cheat at the boot/grub menu.
For saving root apps ie if you want to install anything the cheat is
rootfs=LABEL=antiXData
For saving /home
homefs=LABEL=antiXData
Of course you can have both.
If you want to use it like a frugal install on a hard drive than make sure the rootfs and homefs point to an ext3 partition eg rootfs=/dev/sda3 homefs=/dev/sda3 or better if you use labels to the partitions or even UUID eg rootfs=UUID=XXX or homefs=LABEL=Mylivehome.
Partitions to save to must be ext3.
2. Upgrading antiX-M8.2 causes problems for those with intel chips. These test releases use the latest xorg in Testing so could testers with intel report on this using live and installed.
3. antiX willl use the newer dependency boot which is faster and now in use in Debian Squeeze. Once installed, in a root terminal
dpkg-reconfigure sysv-rc
There should be no problems/erros in converting, though you might get some errors about LSB headers when upgrading or installing apps. This should not affect the new boot set up.
4. For those not using English, as live or installed, check that the language support from 8.2 is still working ie keyboard, toggle languageX with US, fluxbox/icewm menu etc. This is far from complete, but for most users it should be ok.
Post comments, issues, in this thread.
Oh, here is the link to the isos and md5sums.
http://www.mepisimo.com/antix/Test%20re ... post-M8.2/ Have fun!
Added:
If you install to a usb stick using the antiX2usb script, make sure you stop halevt from running otherwise the data partition doesn't get created.
To stop halevt,
#/etc/init.d/halevt stop
When finished
#etc/init.d/halevt start
Edit: 12 Oct. ext 2 works as well as ext3 for rootfs and homefs
Philosophers have interpreted the world in many ways; the point is to change it.