Do not comment the systemconfigurator command... if you have some
problem installing grub with systemconfigurator, just write a
post-install script that does:

#!/bin/sh
cp /proc/mounts /etc/mtab
grub-install ... <your params>

Regards,
-Andrea

mike _ wrote:
> Has anyone else found that sometimes after running si_getimage the
> image's /etc/mtab file is empty?
> This happens to me sometimes but I haven't been able to establish a
> pattern or reason. If /etc/mtab in the image is empty then the grub
> install fails when I put the image on to a target machine so I'm
> having to check mtab after each use of si_getimage. (I'm installing
> grub with grub-install in the image's .master script and with the call
> to systemconfigurator commented out since it fails to install grub
> properly.)
> I can run si_getimage and see that mtab has become an empty file then
> immediately run si_getimage again, without touching the golden client,
> and mtab will then be OK.
> 
> I'm using 3.6.3. built from source. Kubtuntu 606 as golden client,
> CentOS 4.3 as the server.
> 
> thanks,
> 
> mike
> 

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to