Using "bectl" I create boot-environments.
Now i want these boot-environments to be as "small/little" as possible.
I can do this by moving directories in separate datasets.
A few directories which come to my mind to remove them from the boot-environment are:
Which of these directories do you think i can safely remove from the boot environment , and which of these directories should i by preference keep in the boot environment , i.e. are a bad idea to move them out?
Note 1 : Creating a separate dataset for /usr/src did not exclude this directory from the boot environment.
Note 2 : Creating a separate dataset for /usr/local/www did exclude this directory from the boot environment.
Weird behavior of bectl or to be expected ?
Now i want these boot-environments to be as "small/little" as possible.
I can do this by moving directories in separate datasets.
A few directories which come to my mind to remove them from the boot-environment are:
Code:
/usr/local/www
/usr/src
/var/backups
/var/cache
/var/crash
/var/db/pkg
/var/db/portsnap
/var/log
/var/tmp
Which of these directories do you think i can safely remove from the boot environment , and which of these directories should i by preference keep in the boot environment , i.e. are a bad idea to move them out?
Note 1 : Creating a separate dataset for /usr/src did not exclude this directory from the boot environment.
Note 2 : Creating a separate dataset for /usr/local/www did exclude this directory from the boot environment.
Weird behavior of bectl or to be expected ?