-
tozhuhello all, for SmartOS, there is a special file named manifest which defined where file will be shipped, eg: kvm/manifest defined kvm related file and dir
-
tozhumy question is how to generate the correct ‘manifest’ file for new software, eg: I’m going add PostgreSQL software into smartos, how to generate the manifest file?
-
tozhuthanks in advance
-
jperkintozhu: I believe the main file is updated manually, and then there are some additions that are done dynamically by src/Makefile (see the manifest target)
-
tozhujperkin: Thank you very much
-
tozhuif I add postgres software in SmartOS, eg: project/local/[kvm,*postgres*,….] then how to add Postgre DB’s manifest file? need to do by ‘ ls -l’ and create the file manually?
-
jperkineither that or dynamically in a similar way to the other ones, you're also going to likely run into issues with ramdisk size etc that you'll need to account for
-
tozhuokay, got it, Thank you very much