Add new comment

Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Submitted by Anonymous (not registered) on Tue, 2009-03-10 05:45.

Me too. However I'm looking at this somewhat unrelated how-to: 

http://www.watters.ws/wiki/index.php/How_to_Build_a_CentOS_3_Template

 ...An am inferring that one should replace the give mkfs commands with:

dd if=/dev/zero of=Cent_base.img bs=1024k count=1024
dd if=/dev/zero of=Cent_swap.img bs=1024k count=128
mkfs.ext3 Cent_base.img
mkswap Cent_swap.img

 ...The mkfs.ext3 then says "Cent_base.img is not a block special device. Proceed anyway? (y,n)"  ...to which I say yes.

 

Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.