On Sun, 8 Jun 2003 21:43:31 +0200 "eric wolzak" <[EMAIL PROTECTED]> wrote
> # all steps in one liners ;)
> mkdir /temp
> mount -t msdos /dev/fd0u1680 /mnt
> cp /mnt/etc.lrp /temp
> cd /temp
> tar -xzf etc.lrp
Here's what I get trying it with Bering 1.2:
[EMAIL PROTECTED] tmp]$ tar
Thanks for this Eric, this has worked great
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of eric wolzak
Sent: 08 June 2003 20:44
To: Simon Chalk; David M Brooke
Cc: [EMAIL PROTECTED]
Subject: Re: [leaf-user] Edit Bering Config files Offline
Hello Simon
Hello Simon, David
>Hi David,
>
>I have managed to unzip the file to a temporary folder /temp on another
>Bering box using
>
>mount -t msdos /dev/fd0u1680 /mnt
>cd /mnt
>tar -zxvf /temp/etc.lrp
# all steps in one liners ;)
mkdir /temp
mount -t msdos /dev/fd0u1680 /mnt
cp /mnt/etc.lrp /temp
cd /
internally supported
by tar, pipe to gunzip
I have tried gunzip, with no joy.
Regards,
Simon.
-Original Message-
From: David M Brooke [mailto:[EMAIL PROTECTED]
Sent: 08 June 2003 18:08
To: Simon Chalk; [EMAIL PROTECTED]
Subject: Re: [leaf-user] Edit Bering Config files Offline
On Sun
On Sun, 2003-06-08 at 17:21, Simon Chalk wrote:
> Is it possible to edit an lrp package on a Bering floppy on another machine.
>
> I have a problem on one machine where incorrect configuration has stopped
> access to the console. So I am unable to use LRCFG, since no console access
> is possible.
Is it possible to edit an lrp package on a Bering floppy on another machine.
I have a problem on one machine where incorrect configuration has stopped
access to the console. So I am unable to use LRCFG, since no console access
is possible.
Dumb I know!
Regards,
Simon.
---