|
From: Matthew F. <mf...@ci...> - 2001-02-06 17:17:40
|
> I have just started using Trinux and am having trouble controlling
> which packages it loads.
I'm not sure if I've updated the documentation yet (this and getting samba
working are about the only thing holding up the final 0.80 release)
>
> When using version 0.80 I am unable to load any packages from either
> fixed disk or floppy. I have the IDE and NTFS drivers (Its an NTFS
> hard drive) but cannot find out how to force Trinux to look on the
> drives for packages. I have added the packages to pkglist but this
> does not seem to help.
create a /trinux folder on the root of the hard drive (preferably your
first drive/partition, although it should matter) -- you should see
trinux going through all filesystems it finds (and can mount) looking for
a trinux directory and a specific package
from linuxrc:
for i in `cat /etc/tux/config/fstab`
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 ]
then
echo "Packages found on $part: loading..."
> When using versionb 0.70 I can load packages from floppy OK, but again
> not from the hard disk. I have tried adding fixed to the tux/options
> directory, but this does not seem to work. This version does not have
> a pkglist at all (but loads packages from floppy fine).
>
> Do both versions work the same way? I assume it is best to use version 0.80 if possible.
>
No, use .80
> Thanks, Ian
>
Let me know if you have any more problems.
-mdf
-------------------------------------
Matthew Franz mf...@ci...
Security Research Engineer
Security Technologies Assessment Team
|