Morten Nilsen wrote: > http://www.trustix.org/wiki/index.php/Booting_TSL_from_an_NFS-root > http://www.trustix.org/wiki/index.php/Installing_TSL_into_a_chroot
okay, I haven't written this up yet, but I thought I'd mention some issues that require you to edit initscripts.. - network can't be stopped. - portmap can't be stopped. - awk trying to read /proc/swaps causes nasty errors.. remove swapoff from halt the last one applies if your kernel is without swap support (which mine is, as I disabled all the stuff I'm not using..) fstab: rootfs / rootfs defaults 0 0 if you don't do this, init 0 and 6 will end with an endless flow of rpc errors.. I have another issue, that I've been unable to resolve as of yet.. after using init 0 or init 6, pxe is dead until I turn off power to the box and on again. never had this issue with "freevix" on the same hardware Cheers, -- Morten _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
