Seth Haines wrote:
> 
> So, I was able to get the cloning working (sort of), however it's not all 
> that clean, and I'm still not completely sure why it required these changes. 
> 
> 1) Edited the $IMAGENAME.master script to remove the all options from 
> systemconfigurator except hardware config during image roll out. 
> 
> 2) Added a post-install script that executes:
>     echo (hd0) /dev/cciss/c0d0 > /boot/grub/device.map
>     grub-install --rootdirectory=/boot hd0 

mmmh... could you post the output of `grub-install --help` and
`grub --help`? maybe it doesn't support the --device-map option? (it
seems strange anyway).

BTW it's not elegant at all, but you can do that by a post-install
script (it's a bit more elegant than changing the .master script all the
times).

Thanks for reporting this bug (and sorry for my late),
-Andrea

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to