04:42:35 hello 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 04:43:28 my 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? 04:43:36 thanks in advance 08:57:28 tozhu: 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) 09:02:58 jperkin: Thank you very much 09:04:29 if 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? 09:08:58 either 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 09:10:15 okay, got it, Thank you very much