inobulles / aquarium

Aquariums for aquaBSD 🌿🐟
Other
2 stars 0 forks source link

aquarium: Replace Bob completely (πŸ˜₯) #5

Closed obiwac closed 2 years ago

obiwac commented 2 years ago

Bob is becoming increasingly redundant, but for it to be completely replaced, the following tasks must first be completed:

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.)