From owner-freebsd-current Thu Jun 20 07:09:25 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA14279 for current-outgoing; Thu, 20 Jun 1996 07:09:25 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA14274; Thu, 20 Jun 1996 07:09:23 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id HAA26460; Thu, 20 Jun 1996 07:09:02 -0700 (PDT) To: Seppo Kallio cc: users@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: Writing CD ROM - tools for FreeBSD? In-reply-to: Your message of "Thu, 20 Jun 1996 14:54:09 +0300." Date: Thu, 20 Jun 1996 07:09:02 -0700 Message-ID: <26457.835279742@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Great! > > But what is $1! In man wormcontrol it is cdrom.image . So I need some tool > to make this image? Assuming I want to do a CD ROM for MS DOS, the image Uh, see the function right above it for mkcdfs. $1 is an argument to the shell function - see the usage comment above. Jordan