registerimage 1.0.2 is here!!
Permalink Comments off
I just uploaded the last version of DeLi Linux, a Linux Distribution for old computers, from 486 to Pentium II.
You can download it by clicking here.
To use the GUI, you have to type startx from the command line.
Permalink Comments off
I just uploaded Nexenta 1.0!
You can download it here.
I splitted the image in three different segments: nexenta-1.0.x86__a, nexenta-1.0.x86__b and nexenta-1.0.x86__c.
To use this image you have to download all the segments in which the image was splitted and concatenate the files into a single .7z file.
If you are under a UNIX-like system, you have to use the cat command:
cat nexenta-1.0.x86__a nexenta-1.0.x86__b nexenta-1.0.x86__c > nexenta-1.0.x86.7z
If you are under Windows, you can use the copy command from the command prompt (MS-DOS prompt in all Windows versions up to Windows Millennium Edition), as such:
verify on
copy /b nexenta-1.0.x86__a + nexenta-1.0.x86__b + nexenta-1.0.x86__c nexenta-1.0.x86.7z
Permalink Comments off
I just uploaded CentOS 5.1!
You can download it here.
I splitted the image in two different segments: centos-5.1-x86_a and centos-5.1-x86_b.
To use this image you have to download all the segments in which the image was splitted and concatenate the files into a single .7z file.
If you are under a UNIX-like system, you have to use the cat command:
cat centos-5.1-x86_a centos-5.1-x86_b > centos-5.1-x86.7z
If you are under Windows, you can use the copy command from the command prompt (MS-DOS prompt in all Windows versions up to Windows Millennium Edition), as such:
verify on
copy /b centos-5.1-x86_a + centos-5.1-x86_b centos-5.1-x86.7z
P.S.: to register this image, rename centos-5.1-x86.vdi.vdi to centos-5.1-x86.vdi!
Permalink Comments off
I fixed a little but annoying bug in registerimage.
This new version only takes two arguments:
You can download the source here and the Windows binary here.
Permalink Comments off