Today, in order to install CentOS 5.5 I'm using kickstart script.
I would like to install CentOS on different way:
- Create disk image (using dd command)
- Create filesystem on this disk image using mkfs.ext3
- Install CentOS on this filesystem
- Make this disk image bootable (using grub-install)
- Copy the disk image to the physical hard disk (using dd command)
I know to do all these items except 3. Is it possible to do it? If yes, how can I install CentOS on the disk image?