On Wed, 2004-01-07 at 20:20, Mark Seger wrote:
> I'm trying to find a way support for different disk configurations for a 
> single image and unless I'm missing something very obvious (and it 
> wouldn't be the first time) it looks like this is not directrly 
> supported in SystemImager but rather requires some manual intervention 
> to make it work.  As I understand the way SystemImager works, when you 

> as an aside, this has been focussed on how to handle multiple disk 
> configurations, but I'd also think the same scenario would apply to 
> other system differences that are captured in the autoinstall.conf file.
> 

The way I solved similar problems in my environment is a such.
As long as the disk on your new machine is bigger than the disk in your
original image you have no problem,  as soon as you try to restore a
system to a machine with a smaller disk the autoinstal script tries to
create partitions beyond the end of the disk.

Given that, in  my situation, not all of the disk is being used and the
last partition is mostly empty I patched my master scripts so that 
the do a check 

if $END_MB > $DISKSIZE  then $END_MB = $DISKSIZE.

I do this only for the extended and the last partitions of my disks.
So far I did not run in to problems.  Maybe this is something that could
be  included in the default scripts.

greetings..

-- 
Kris Buytaert

Meet us at the openMosix Summit 2004 - 21,22/2/2004 , Fosdem , Belgium
        http://howto.ipng.be/openMosix-Summit/



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Sisuite-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to