I don't have it loaded twice.. (Unless I am loosing my mind. - anything is possible) I suspect this was just a simple mistake. If I knew where to go I would remove the dual entry.. Can anyone help me out?
This is my leaf.cfg file. # This file is parsed as a shell script # Kernel command line parameters are available as KCMD_<variable> # ie: KCMD_LRP contains the LRP= portion of the kernel command line # NOTE: For kernel command line settings that do not include an equals # sign (ie: rw or similar), the variable is set to itself, allowing # for easy testing (ie: KCMD_rw=rw). # LRP and PKGPATH variables now support whitespace (space, tab, newline) # as well as commas for seperators. # Uncomment for more verbose execution. #VERBOSE=1 # Other variables you might want to set in this file include: # LRP Packages to load # PKGPATH Device(s) to load packages from # syst_size Size of root ramdisk # tmp_size Size of /tmp ramdisk # log_size Size of /var/log ramdisk # Example: #LRP="$KCMD_LRP rsync" LRP="root config etc local modules initrd iptables shorwall ulogd dnsmasq dropbear beep easyrsa libcrpto libm libsnmp openssl libssl netsnmpd liblzo openvpnz dhcpd ntpdate lrpstat mhttpd webconf" PKGPATH="/dev/fd0u1680:msdos /dev/fd1u1440:msdos" syst_size=10M log_size=20M Troy -----Original Message----- From: Victor McAllister [mailto:[EMAIL PROTECTED] Sent: Sunday, July 17, 2005 9:45 PM To: Troy Aden Subject: Re: [leaf-user] Possible backup script issue (Bering-uClibc_2.3-beta4) Troy Aden wrote: >It seems that there is a problem with the backup script with the latest >LEAF Bering UcLibC package. I get the following message when I try and >do a backup. >The two .lrp files that will not backup are: 1) initrd, and 7) initrd > >Back-up menu > > Package Type BkupDev BkupFS Package Type BkupDev >BkupFS > -------- ---- -------- -------- -------- ---- -------- >-------- > 1) initrd Full fd0u1680 msdos 2) root Full fd0u1680 >msdos > 3) config Full fd0u1680 msdos 4) etc Full fd0u1680 >msdos > 5) local Full fd0u1680 msdos 6) modules Full fd0u1680 >msdos > 7) initrd Full fd0u1680 msdos 8) iptables Full fd0u1680 >msdos > 9) shorwall Full fd0u1680 msdos 10) ulogd Full fd0u1680 >msdos > 11) dnsmasq Full fd0u1680 msdos 12) dropbear Full fd0u1680 >msdos > 13) beep Full fd1u1440 msdos 14) easyrsa Full fd1u1440 >msdos > 15) libcrpto Full fd1u1440 msdos 16) libm Full fd1u1440 >msdos > 17) libsnmp Full fd1u1440 msdos 18) openssl Full fd1u1440 >msdos > 19) libssl Full fd1u1440 msdos 20) netsnmpd Full fd1u1440 >msdos > 21) liblzo Full fd1u1440 msdos 22) openvpnz Full fd1u1440 >msdos > 23) dhcpd Full fd0u1680 msdos 24) ntpdate Full fd0u1680 >msdos > 25) lrpstat Full fd1u1440 msdos 26) mhttpd Full fd0u1680 >msdos > 27) webconf Full fd0u1680 msdos > E) Everything INCLUDING log L) Everything EXCEPT log > > w) Write to /tmp before /var/lib/lrpkg/mnt = OFF > c) Confirm writes = OFF > > b <pkg>) Backup <pkg> = package name or number > d <pkg>) Set Backup Destination > t <pkg>) Set Backup Type > > q) quit > >----------------------------------------------------------------------- >- >---- > Selection: l >Could not mount backup device. >Creating root.lrp Please wait: Back-up of root complete Creating >config.lrp Please wait: Back-up of config complete Creating etc.lrp >Please wait: Back-up of etc complete Creating local.lrp Please wait: >Back-up of local complete Creating modules.lrp Please wait: Back-up of >modules complete Could not mount backup device. >Creating iptables.lrp Please wait: Back-up of iptables complete > > Thanks! > >Troy Aden > > why do you have initrd loaded twice? You should only have one copy. The backup script will not work if the drive is already mounted. ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click ------------------------------------------------------------------------ leaf-user mailing list: [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/
