Closed obiwac closed 2 years ago
Bob is becoming increasingly redundant, but for it to be completely replaced, the following tasks must first be completed:
-o
-i
Once all this is done, the method for creating templates should look a little something like this:
aquarium -c my-template -t amd64.aquabsd.0422a aquarium -e my-template < custom.sh aquarium -T my-template -o my-template.txz # create 'my-template.txz' template file
And for creating bootable images:
aquarium -c my-image -t amd64.aquabsd.0422a -k amd64.aquabsd.0422a aquarium -e my-image < custom.sh aquarium -i my-image -o my-image.img # create 'my-image.img' bootable image file
(More details can be found in ananas/aquariums/README.md.)
ananas/aquariums/README.md
Bob is becoming increasingly redundant, but for it to be completely replaced, the following tasks must first be completed:
-o
flag?).-i
flag?).Once all this is done, the method for creating templates should look a little something like this:
And for creating bootable images:
(More details can be found in
ananas/aquariums/README.md
.)