Hi Folks I am trying to get my old WRAP board up and running 5.01 using grub as a bootloader. For some reason, leaf.cfg appears not to be read as I am missing the LRP parameter. I am surprised not to find it at all in syslinux.cfg, but then.
modprobe: module pata_legacy not found in modules.dep
LINUXRC: Looking for leaf.cfg...
LINUXRC: Generating default dirs...
LINUXRC: Creating /tmp & /var/log partitions ...
LINUXRC: PKGPATH: /dev/sda2:vfat
LINUXRC: Mounting /dev/sda2 on /mnt1 as vfat
LINUXRC: LRP= is empty or unset. Can not install packages.
LINUXRC: chown and chmod /dev...
LINUXRC: Loaded Packages
LINUXRC: Creating new rootfs...
LINUXRC: Switch_root into new rootfs...
can't run '/etc/init.d/rcS': No such file or directory
It looks like LINUXRC is not reading leaf.cfg _after_ mounting the
LEAFCFG partition.
>>>>>>>>>>>>>>>
for t in $2 ${FILESYSTEMS}; do
[ "$VERBOSE" ] && Lecho "Mounting $dev on
/mnt$devcount as $t"
if qt mount -rt $t $dev /mnt$devcount ; then
[ "$VERBOSE" ] && Lecho "Mounted $dev as $t"
echo "$dev $t" >>$PFX/pkgpath.disks
devlist="$dev:+/mnt$devcount:-$t,$devlist"
rdevlist="$rdevlist,$dev:+/mnt$devcount:-$t"
if [ $devcount -eq 1 ] ; then
for i in $(echo "$KCMD_initrd" |
sed 's/,/ /g'); do
echo $i | sed
's,^.*/,,;s,\.lrp,,' >>$PFX/packages
done
fi
break
fi
done
devcount=$(expr $devcount + 1)
done
IFS="$OIFS"
else
Lecho "PKGPATH is empty or unset. Can not install packages."
fi
devlist=${devlist%,}
rdevlist=${rdevlist#,}
if [ ! "$LRP" = "" ]; then
<<<<<<<<<<<<<<<<<<<<<<<
Anyone familiar with initrc please share a thought.
Thanks
Erich
smime.p7s
Description: S/MIME Kryptografische Unterschrift
------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
------------------------------------------------------------------------ leaf-user mailing list: [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/
