On Fri, Nov 11, 2011 at 12:35:05PM +0100, Michael Welle wrote:
I have a somewhat odd question which arose from merging the autoyast process with some third party tools. During the installation the target filesystem is mounted on /mnt in the ram disk. Can I configure this mount point? The third party tools use this mount point also. Trying to mount or umount something on /mnt while the installer is running leads to some funny effects ;).
If those are rpms doing that and you added them to an add_on repository that's used during install, try the <post-packages> directive and put them there. Then they'll get installed after the first reboot. I dropped in a custom RPM we use to put in some links (to help support older sw we still have to support for our engineers) that would break if not in the post-packages bit because the autoyast resolver would run it and they'd try to link before the files were in place and would fail. Rather then try to hack in dependencies, using <post-packages> was a much easier fix. If they're scripted installations.. why are you running them that early in the install? Put them in the post-install and there shouldn't be any issue. -- Mike Marion-Unix SysAdmin/Staff IT Engineer-http://www.qualcomm.com Your family are the people who cut you the most slack and give you the most chances. I mean, when Richard Dawson says "Name something you find in a refrigerator" and you say "A dictionary" and the rest of America is screaming "You moron!" at their TV sets, who's clapping and saying "Good answer! Good answer!"? Your family, that's who. ==> Dennis Miller on Families. -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org