[ edit] Arch and coLinux
The previous 0.7.x ArchLinux image can't workable, because ArchLinux changed the repository name from 'current' to 'core'. I've build a new image for CoLinux. All you need to do is download the co.7z batch file. ref: http://web.twpda.com/colinux .
Install method:
co arch 1Daily usage:
co archOr, you can download the images directly from http://web.twpda.com/colinux.
[ edit] The image build steps (for expert users)Using Remote_ArchLinux_Install and an existing Debian image I built a Arch Linux 0.8.0 base ext3 filesystem. I put the method to build ArchLinux image here. (The newest version have put in co.7z) (Note: arch.cmd is the same as co.cmd which contains in co.7z)
Build ArchLinux on Colinux From Debian1. download required files
on sf.net's colinux download pagePS. This step could complete by following command.(wget & 7-zip required) arch.cmd deb 1
2. get newarch script
ref: http://wiki.archlinux.org/index.php?title=Quick_Custom_InstallationUse copy & paste method to create pacman.conf, newarch in c:\colinux (Must be unix line feed format)
3. run dabian system and mount windows c:\colinux directory as /mnt/win
run deb.cmd under windows cmd window4. using the new arch.fs to boot
copy deb.cmd to arch.cmd and change every word DEB to ARCH, deb to arch.5. modify fstab
mkdir -p /mnt/win1. reduce the disk usage in fs.from by remove useless packages
1.1 boot from arch.fsmount -t cofs cofs1:/ /mnt/win cd /mnt/win/colinux ./reduce.sh
# edit reqpkg.txt if some dependency failed2. boot from debian, copy arch.fs to arch_to.fs
2.1 in windows create new empty file system as arch_to.fscd /mnt/win/colinux mount -o loop arch.fs /mnt/arch mount -o loop arch_to.fs /mnt/arch_to ./clean.sh # remove some log files in arch.fs
cp -rdp /mnt/arch/* /mnt/arch_to