On Fri, 2004-02-20 at 08:48, [EMAIL PROTECTED] wrote: > Quoting Michael Chase-Salerno <[EMAIL PROTECTED]>:
> > In the script "oscar_wizard" in the scripts directory, there is a > > subroutine called "build_oscar_image". On about the 10th line of that > > subroutine, it is setting the architecture: > > > > my $arch = (uname)[4]; > > $arch =~ s/i.86/i386/; > > > > Just add a line like: > > > > $arch="<arch>" > > > > replacing <arch> with your desired architecture, after that second line. > > I'm assuming you mean the line that says: > > my $hostname = (uname)[1]; > my ($shorthostname,$domainname) = split(/\./,$hostname,2); > > I should put $hostname="i586" > > No, I don't mean the hostname line. This is the architecture you're having trouble with. It has nothing to do with the hostname. Changing that line will probably cause other things to go wrong. You need to find the lines I described and make the change I described. Its in the build_oscar_image subroutine, not the build_oscar_clients one that you are looking in. Mike -- Michael Chase-Salerno [EMAIL PROTECTED] IBM Linux Technology Center Poughkeepsie, NY Advanced Linux Response Team http://www.ibm.com/linux ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users
