From owner-freebsd-questions Wed Sep 18 22:39:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C46837B401 for ; Wed, 18 Sep 2002 22:39:56 -0700 (PDT) Received: from anu.edu.au (anumail2.anu.edu.au [150.203.2.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22DA143E6A for ; Wed, 18 Sep 2002 22:39:55 -0700 (PDT) (envelope-from Gregory.Lane@anu.edu.au) Received: from nucl03.anu.edu.au (nucl03.anu.edu.au [150.203.19.120]) by anu.edu.au (8.12.3/8.12.3) with ESMTP id g8J5dkfG012981; Thu, 19 Sep 2002 15:39:46 +1000 (EST) Received: from nucl03.anu.edu.au (localhost [127.0.0.1]) by nucl03.anu.edu.au (8.12.6/8.12.6) with ESMTP id g8J5dksj015879; Thu, 19 Sep 2002 15:39:46 +1000 (EST) (envelope-from gjl103@nucl03.anu.edu.au) Received: (from gjl103@localhost) by nucl03.anu.edu.au (8.12.6/8.12.6/Submit) id g8J5dk3u015878; Thu, 19 Sep 2002 15:39:46 +1000 (EST) Date: Thu, 19 Sep 2002 15:39:46 +1000 From: Greg Lane To: Danny Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading using /stand/sysinstall Message-ID: <20020919053946.GA15586@nucl03.anu.edu.au> Reply-To: gregory.lane@anu.edu.au Mail-Followup-To: Danny , freebsd-questions@freebsd.org References: <000d01c25f9c$d614cee0$bf01a8c0@x.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000d01c25f9c$d614cee0$bf01a8c0@x.com> User-Agent: Mutt/1.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I am currently running FreeBSD 4.3-RELEASE and I want to upgrade to the > latest version which is 4.6.1. > > I want to upgrade FreeBSD using the /stand/sysinstall facility. > > My ISP only allows me to download 1GB per month. > > I was wondering how much data I would download from the internet if I used > the /stand/sysinstall -> upgrade facilty? G'day Danny, I presume you got your /etc/rc.conf thing sorted? I can't answer your question directly about the amount to download, but I can give you another approach to get the data without eating into your download limit. I am guessing you are with Telstra ADSL or cable. If you are with them, then you can download the FreeBSD iso images from Telstra's Game Arena site for free (i.e. they don't count it towards your download limit.) Make sure you check first that it is on the free site list! I have Telstra ADSL at home with a 3Gb limit and it is free for me. Go to: http://games.telstra.com/gamearena/ Then select resources / file library / unix-like operating systems. I asked them to put the latest 4.6.2 release iso's on there a little while ago, which they did. I've used them to install on four or five machines already. Even if you don't have a burner, you can virtual mount the iso as follows: # vnconfig /dev/vn0c ./image.iso # mount -t cd9660 /dev/vn0c /cdrom You can upgrade via sysinstall from an existing filesystem (in this case /cdrom), it is one of the options. I did it once long ago that way, but can't remember any further details. Maybe someone else has a better clue, or just try it! When you're finished with the iso image: # umount /cdrom # vnconfig -u /dev/vn0c Best of luck! Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message