Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2000 09:04:51 -0700 (PDT)
From:      Rick Hamell <hamellr@aracnet.com>
To:        Franklin Liu <xoleo@hotmail.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: How to read the README.TXT
Message-ID:  <Pine.LNX.4.21.0008110902190.15499-100000@shell1.aracnet.com>
In-Reply-To: <F144hrKtzcbLDiKBsuZ00000e83@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

>    I 'v bourght the FreeBSD Power Pak resently.
> And I successfully installed it on my IBM Thankpad 380.
> Thank you!
> 
> Question:
>   I want to insall more software coming with the rest of the CD.
> How to read the README.TXT?

	As root:
	mkdir /mnt/cdrom
	mount_cd9660 /dev/acd0c /mnt/cdrom (assuming your CDRom is the
secondary master)
	cd /mnt/cdrom (to access the cdrom drive)
	cd to the directory with the README.TXT
	cat README.TXT |more 


	I may have missed a step, but this'll get you going. You will also
want to check out http://www.freebsd.org/handbook

						Rick




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0008110902190.15499-100000>