April 10, 2007
9 minute read
A continuation of the partimage project.
As it would appear that stdout support doesn't work due the user interface
making use of stdout, I have been figuring out how to make the program run in
batch …
Read More
March 30, 2007
1 minute read
On first inspection it looks like some code already exists for writing an image to stdout (standard output).
image_disk.cpp, line 558
if (strcmp(m_szImageFilename, "stdout")) { //.…
Read More
March 26, 2007
2 minute read
Had a problems getting partimage to compile on one of my pcs from a fresh checkout.
svn co https://partimage.svn.sourceforge.net/svnroot/partimage/trunk/partimage partimage
The ./autogen.sh script w…
Read More
March 13, 2007
2 minute read
me and partimage
I recently reorganised the partitions on my laptop, with the help of some
invaluable OSS tools.
The laptop was split into OS partitions, with a data and swap partition at the
end, but…
Read More