Re: full disk encryption with geli - where does the stuff in /boot/kernel

2011-04-11 Thread CyberLeo Kitsana
On 04/10/2011 09:34 PM, Gil Mordron wrote: > # mount /dev/ad0.elia /fixed > # export DESTDIR=/fixed/ > # cd /dist/6.0-RELEASE/base && ./install.sh The 'base' distribution does not include any kernels. Take a look in /dist/6.0-RELEASE/kernels for those. Note that kernels/install.sh will not populat

Re: full disk encryption with geli - where does the stuff in /boot/kernel

2011-04-10 Thread Gil Mordron
Oh, one other difference between what I've done and what the document says to do: I don't actually have a /dev/ad0. I have ad4, ad5, and ad6. Wherever the document says /dev/ad0, I've been using /dev/ad4 instead. I'm guessing that this is not important to the problem I'm facing, but I figure