search for: cvpf

Displaying 1 result from an estimated 1 matches for "cvpf".

Did you mean: cvf
2005 Jun 06
0
netboot arbitrary linux systems
...le to customize the systems by running: cp -a system/knoppix-#.## system/purpose ; chroot system/purpose but knoppix is a bit of beast which makes it heavy/complex to use as a base system. I really want to be able to build arbitrary linux systems and then capture them with something like: tar cvpf - ./ --exclude=./purpose-#.##.gz --exclude=./proc | gzip -c > ./purpose-#.##.tar.gz and roll a custom initrd image to bootstrap them, and then make the systems available to be netbooted. I'm having a lot of trouble rolling a custom initrd though :). I've started with trying to netb...