Hi @ll, 
I'm playing a bit around with the amd64 memstick image and I was wondering how can install a few packages after the installer came up and I entered the shell.
I already tried the following:
Unfortunately I'm stuck at that point, what do I miss ?

I'm playing a bit around with the amd64 memstick image and I was wondering how can install a few packages after the installer came up and I entered the shell.
I already tried the following:
Code:
# dhclient em0
# mount -t tmpfs -o size=5G tmpfs /var/db/pkg
# mount -t tmpfs -o size=5G tmpfs /var/db/ports
# mount -t tmpfs -o size=5G tmpfs /var/cache
# mount -t tmpfs -o size=5G tmpfs /usr/local
# pkg bootstrap -f
The package management tool is not yes installed on your system.
Do you want to fetch and install it now ? [y/N]: y
Bootstrapping pkf from ...
Verifying signature ...
Installing pkg-1.18.4 ...
Extracting pkg-1.18.4: 100%
# pkg update
Updating FreeBSD repository catalogue...
Fetching meta.conf: 100% 163 B 0.2 kB/s 00:01
Fetching pacakgesite.pkg: 100% 6MiB 2.2MB/s 00:03
pkg: Error extracting the archive: 'Write error'
pkg: No signature found
Unable to update repository FreeBSD
Error updating repositories!
#
Unfortunately I'm stuck at that point, what do I miss ?
Code:
# mount
/dev/ufs/FreeBSD_Install on / (ufs, local, noatime, read-only)
devfs on /dev (devfs)
tmpfs on /tmp (devfs, local)
tmpfs on /var (devfs, local)
tmpfs on /usr/local (devfs, local)
tmpfs on /var/db/pkg (devfs, local)
tmpfs on /var/cache (devfs, local)
tmpfs on /var/db/ports (devfs, local)
# df -hl
Filesystem Size Used Avail Capacity Mounted on
/dev/ufs/FreeBSD_Install 1.1G 1.0G -15M 102% /
devfs 1.0K 1.0K 0B 100% /dev
tmpfs 20M 8.0K 20M 0% /tmp
tmpfs 32M 156K 32M 0% /var
tmpfs 5.0G 60M 4.9G 1% /usr/local
tmpfs 5.0G 372K 5.0G 0% /var/db/pkg
tmpfs 5.0G 4.0K 5.0G 0% /var/db/cache
tmpfs 5.0G 4.0K 5.0G 0% /var/db/ports