cannot edit in nanoBSD

I'm new in nanoBSD, I have a problem with editing and configuring in nanoBSD. The system said permission denied.

This is my nanobsd.conf:
Code:
NANO_NAME=nanoresearch
NANO_SRC=/usr/src
NANO_KERNEL=GENERIC
NANO_IMAGES=2
NANO_MEDIASIZE=`expr 1014644736 / 512`
NANO_HEADS=64
NANO_SECTS=32
customize_cmd cust_console_serial

Any expert in nanoBSD who can can help?
 
If I'm not mistaken NanoBSD creates a gzip(1)'ed disk image. You cannot edit the image afterwards because of that.
 
Back
Top