Hi experts,
I come from AIX systems where there is a system tool to create auto-installing system images for recovery purpose when every attempt to bring the damned system up goes wrong.
I would like to reproduce something like, only for well known systems with a specific and well known disk/partitions layout.
The main idea would be:
1) Create some tar images of the filesystems I need to rebuild
2) Create a script which run at boot time, which creates boot partitions, vg, logical volumes and install bootloader on boot partition
3) Create an ISO image with these tarballs, script,fdisk, all needed command and very minimal kernel.
4) Make this image bootable
5) Burn this image on DVD
I don't like to use anaconda, because I am trying to have an exact copy of the system taken at a specific time.
Can someone help me?
I come from AIX systems where there is a system tool to create auto-installing system images for recovery purpose when every attempt to bring the damned system up goes wrong.
I would like to reproduce something like, only for well known systems with a specific and well known disk/partitions layout.
The main idea would be:
1) Create some tar images of the filesystems I need to rebuild
2) Create a script which run at boot time, which creates boot partitions, vg, logical volumes and install bootloader on boot partition
3) Create an ISO image with these tarballs, script,fdisk, all needed command and very minimal kernel.
4) Make this image bootable
5) Burn this image on DVD
I don't like to use anaconda, because I am trying to have an exact copy of the system taken at a specific time.
Can someone help me?