I want to add some additional packages to the installation media, so I thought it'd be as simple as:
However, whenever I attempt to growfs, it complains:
I also tried with the device, da0s2, but then it complains
I'm sure this must be possible, but haven't found a way to do this. For the record, I am able to add some files; however, the additional packages I want to add will be > 1 GB alone whereas the files I had added previously were about 1 MB in total.
dd if=ISO-image of=/dev/da0
gpart delete -i 2 da0
gpart add -t freebsd -b 66585 da0
growfs da0s2a
However, whenever I attempt to growfs, it complains:
growfs: requested size 7.0GB is larger than the available 1.1GB
I also tried with the device, da0s2, but then it complains
growfs: superblock not recognized
I'm sure this must be possible, but haven't found a way to do this. For the record, I am able to add some files; however, the additional packages I want to add will be > 1 GB alone whereas the files I had added previously were about 1 MB in total.