From: Matthew F. <mf...@ci...> - 2001-08-25 20:23:49
|
Do you see "Checking partition for Trinux Packages"? You should see your parition (/dev/hda1) in /etc/tux/config/fstab trinux> cat /etc/tux/config/fstab From the linuxrc: for i in `cat /etc/tux/config/fstab 2> /dev/null` do cd / part=`echo $i | cut -d: -f1` fstype=`echo $i | cut -d: -f2` echo "Checking $part ($fstype) for Trinux packages" if mount -o ro -t $fstype /dev/$part $part then cd $part if [ -f trinux/baselib.tgz ] > > I created a dos partition in the c: drive and made a trinux dorectory, > > copied the packages inside that dir. > > when I boot from trinux-0.80rc2-ide floppy it reports "No IDE partitions > > found" and "Loading packages from /floppy" while it correctly recognizes the > > hard drive as /dev/hda and the partition as /dev/hda1. > > > > is there any workaround ?... > > > > > > Is baselib.tgz one of your packages? > > - mdf > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > http://lists.sourceforge.net/lists/listinfo/trinux-talk > ------------------------------------- Matthew Franz mf...@ci... Security Research Engineer Security Technologies Assessment Team |