[leaf-user] Backing up .lrp with Bering CD

2002-08-18 Thread Craig

Hi folks,
I notice that I don't have an option to back up packages to a floppy
disk from the main menu with my Bering CD. Do I need to modify my
isolinux.cfg file and somehow add a /dev/fd0 entry to allow for this or
is there something else I need to do? Below is my isolinux.cfg file
entries. Thank you.

Craig

display syslinux.dpy
timeout 0
default linux initrd=initrd.lrp init=/linuxrc root=/dev/ram0
boot=/dev/cdrom:iso9660 PKGPATH=/dev/cdrom:iso9660




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



[leaf-user] Backing up .lrp with Bering CD

2002-08-19 Thread Craig

Hi folks,
I tried backing up .lrp packages from the main lrcfg menu by selecting
option "d", but unfortunately you get an "Unknown package!" error
instead of being able to select your floppy drive. I then recreated
another Bering CD with the package path statement in my isolinux.cfg
file to look like- PKGPATH=/dev/cdrom:iso9660,/dev/fd0:msdos but that
doesn't work either. Is there another way to enable your floppy drive as
a backup destination option using a bootable CD??? Thank you...have a
great week!

Craig




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



[leaf-user] Backing up .lrp with Bering CD

2002-08-19 Thread Craig

Hey Eric,
That sounds great! I won't "hold you to it"...but when do you think that
may be updated in Bering? Will you post to the group so we'll know?
Thank you!

Craig




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



[leaf-user] Backing up .lrp with Bering CD

2002-08-19 Thread Craig

Hi Eric,
You'd probably spot this on your own, but I just wanted to let you know
that you have a typographical error in your script syntax...you have "if
the backup device $FS is not yet in the pkgpath disk  than 
insert it.", but it should be "if the backup device $FS is not yet in
the pkgpath disk  then 
insert it." ("then" instead of "than"). Have a great week! :-)

Craig




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



RE: [leaf-user] Backing up .lrp with Bering CD

2002-08-18 Thread kimoppalfens


I think you can still set the destination by using the d
in the backup menu & then use the c for custom.

If you don't add an entry for fd0 in your isolinux.cfg you 
probably won't be able to take advantage of the overriding capabilities
of the lrpkg.cfg file.

Check http://leaf.sourceforge.net/devel/jnilo/bubooting.html
more specifically section 9.5 for more info on lrpkg.cfg

Kim Oppalfens


>-- Origineel Bericht --
>From: "Craig" <[EMAIL PROTECTED]>
>To: "LEAF" <[EMAIL PROTECTED]>
>Subject: [leaf-user] Backing up .lrp with Bering CD
>Date: Sun, 18 Aug 2002 16:45:02 -0700
>
>
>Hi folks,
>I notice that I don't have an option to back up packages to a floppy
>disk from the main menu with my Bering CD. Do I need to modify my
>isolinux.cfg file and somehow add a /dev/fd0 entry to allow for this or
>is there something else I need to do? Below is my isolinux.cfg file
>entries. Thank you.
>
>Craig
>
>display syslinux.dpy
>timeout 0
>default linux initrd=initrd.lrp init=/linuxrc root=/dev/ram0
>boot=/dev/cdrom:iso9660 PKGPATH=/dev/cdrom:iso9660
>
>
>
>
>---
>This sf.net email is sponsored by: OSDN - Tired of that same old
>cell phone?  Get a new here for FREE!
>https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
>
>leaf-user mailing list: [EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/leaf-user
>SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] Backing up .lrp with Bering CD

2002-08-19 Thread Eric Wolzak

Hello Craig , in the backup menu the options provided directly are only 
the one you are booting or getting package from.
It is however no problem to backup to another medium
 To backup for example package 3 to a floppy do the following
in the backup menu

d 3
   Set Backup Destination

   1) fd0u1680 msdos
   
  c) custom destination
  q) quit

selection:  c  

Device [fd0]: 
now you put in the device name without any /dev stuff before.
to backup to a 1,44 floppy in drive 2  ( /dev/fd1u1440)
Device [fd0]: fd1u1440
Filesystem : msdos

now you will return to the backup menu wit fd1u1440 as backup device.
Something to improve is take the new medium in the device to choose ( 
uptome ;) ) 

PS it could be interesting for you to do a partial backup, only write the 
configuration files to disk 
Good Luck

Eric Wolzak
member of the bering crew 

> Hi folks,
> I notice that I don't have an option to back up packages to a floppy
> disk from the main menu with my Bering CD. Do I need to modify my
> isolinux.cfg file and somehow add a /dev/fd0 entry to allow for this or
> is there something else I need to do? Below is my isolinux.cfg file
> entries. Thank you.
> 
> Craig
> 
> display syslinux.dpy
> timeout 0
> default linux initrd=initrd.lrp init=/linuxrc root=/dev/ram0
> boot=/dev/cdrom:iso9660 PKGPATH=/dev/cdrom:iso9660
> 
> 
> 
> 
> ---
> This sf.net email is sponsored by: OSDN - Tired of that same old
> cell phone?  Get a new here for FREE!
> https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
> 
> leaf-user mailing list: [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/leaf-user
> SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] Backing up .lrp with Bering CD

2002-08-19 Thread Jeff Newmiller

On Mon, 19 Aug 2002, Craig wrote:

> Hi folks,
> I tried backing up .lrp packages from the main lrcfg menu by selecting
> option "d", but unfortunately you get an "Unknown package!" error
> instead of being able to select your floppy drive.

No, I don't.  _I_ enter "d etc" and then return, and it brings up a menu.

> I then recreated
> another Bering CD with the package path statement in my isolinux.cfg
> file to look like- PKGPATH=/dev/cdrom:iso9660,/dev/fd0:msdos but that
> doesn't work either.

Maybe not in isolation...

> Is there another way to enable your floppy drive as
> a backup destination option using a bootable CD???

Did you declare forward or reverse preference in your pkgpath.lrp file?

http://leaf-project.org/devel/jnilo/bubooting.html

> Thank you...have a great week!

You too.

---
Jeff NewmillerThe .   .  Go Live...
DCN:<[EMAIL PROTECTED]>Basics: ##.#.   ##.#.  Live Go...
  Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/BatteriesO.O#.   #.O#.  with
/Software/Embedded Controllers)   .OO#.   .OO#.  rocks...2k
---



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



RE: [leaf-user] Backing up .lrp with Bering CD

2002-08-19 Thread Francois BERGERET

Hi Craig,

Read again my two or three last messages for you...
You will finished to have the same files as me !

Best Regards,
Francois BERGERET,
France.

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]De la part de Craig
Envoye : lundi 19 aout 2002 15:42
A : LEAF
Objet : [leaf-user] Backing up .lrp with Bering CD


Hi folks,
I tried backing up .lrp packages from the main lrcfg menu by selecting
option "d", but unfortunately you get an "Unknown package!" error
instead of being able to select your floppy drive. I then recreated
another Bering CD with the package path statement in my isolinux.cfg
file to look like- PKGPATH=/dev/cdrom:iso9660,/dev/fd0:msdos but that
doesn't work either. Is there another way to enable your floppy drive as
a backup destination option using a bootable CD??? Thank you...have a
great week!

Craig




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



RE: [leaf-user] Backing up .lrp with Bering CD

2002-08-19 Thread Eric Wolzak


Hi Craig, Francois, Jeff and list
> 
To change a destination you have to specify for what package you want 
a different backup. 
So d followed by the name or the number of the package.
To backup etc you have to put:

Selection d 3

then you will have the destination available.
I mentioned in my previous post that a custom destination is not saved 
and so it doesn't show up the next time you want to change a 
destination. 
I have a fix for this that will be included in the next release 

change  
/usr/bin/lrcfg.back 
in function SetDest() 
line 132: change  
qt mv $CONFF $CONFB
sed "${PKGn}s:=.*\$:=-t $FS /dev/$DEV:" $CONFB >$CONFF
qt rm $CONFB
---
to 
qt mv $CONFF $CONFB
sed "${PKGn}s:=.*\$:=-t $FS /dev/$DEV:" $CONFB >$CONFF
if ! `grep -q "$DEV $FS" $LRPKG/pkgpath.disks`;then
echo "$DEV $FS" >>$LRPKG/pkgpath.disks
fi
qt rm $CONFB

in Text if the backup device $FS is not yet in the pkgpath disk  than 
insert it.
.
Backup root.lrp after this change.

Attention this is only necessary to keep the custom destination also for 
the next package.  Backing up does function allready

Regards 
Eric Wolzak
member of ther Bering team



> Hi folks,
> I tried backing up .lrp packages from the main lrcfg menu by selecting
> option "d", but unfortunately you get an "Unknown package!" error
> instead of being able to select your floppy drive. I then recreated
> another Bering CD with the package path statement in my isolinux.cfg
> file to look like- PKGPATH=/dev/cdrom:iso9660,/dev/fd0:msdos but that
> doesn't work either. Is there another way to enable your floppy drive as
> a backup destination option using a bootable CD??? Thank you...have a
> great week!
> 
> Craig
> 
> 
> 
> 
> ---
> This sf.net email is sponsored by: OSDN - Tired of that same old
> cell phone?  Get a new here for FREE!
> https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
> 
> leaf-user mailing list: [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/leaf-user
> SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
> 
> 
> 
> ---
> This sf.net email is sponsored by: OSDN - Tired of that same old
> cell phone?  Get a new here for FREE!
> https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
> 
> leaf-user mailing list: [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/leaf-user
> SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



RE: [leaf-user] Backing up .lrp with Bering CD

2002-08-19 Thread Francois BERGERET

Hi all folks !

Cool Eric,
This will be a good features for the future Bering release.
I have not noted this little desagrement before your explanation...

This must be help some guys, isn'it Craig ;-))

Thanks for your effort to explain us your script !

Best Regards,
Francois BERGERET,
France.

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]De la part de Eric Wolzak
Envoye : lundi 19 aout 2002 21:33
A : [EMAIL PROTECTED]; [EMAIL PROTECTED]
Objet : RE: [leaf-user] Backing up .lrp with Bering CD



Hi Craig, Francois, Jeff and list
... SNIP SNIP SNIP ...


---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html