Thus spake Gary B. Skouson ([EMAIL PROTECTED]): > > -----Original Message----- > > From: Michael Chase-Salerno [mailto:[EMAIL PROTECTED]] > > > With regard to this specific issue, would adding > > INCLUDE_MY_SCRIPT() bits > > > at key points in the aiscript provide you with the functionality you > > > want? > > > > > Well, it depends on how the rest of the script looks. If you > > can't edit > > the script to do things DIFFERENTLY, it doesn't really help. > > For example > > if I want to change the code to not repartition the disk (as just came > > up on systemimager-discuss). If the partition code is some > > abstract call > > that reads a dynamic db, it will be more difficult or even > > impossible to > > change that. Having a user script exit (or a bunch of them) will not > > help this. Its pretty straight-forward to go in and remove > > all the fdisk > > stuff today. > > > It makes sense to be able to remove things that you don't want to happen from the >.master script including the option to not do the disk partitioning. It's also >probable that there will be times when the user won't want to have the /etc/fstab >updated by the .master script or have SystemConfigurator run, etc. and just use >information from the image or from the overrides or from their custom >INCLUDE_MY_SCRIPT(). > > ----- > Gary Skouson
Yes. I think the things you mention above, Gary, can be accomplished with Dann's template model. You could simply comment out the keywords in the template that you didn't want. (We'd have to pick a keyword delimeter other than # though ;-). Cheers, -Brian > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Sisuite-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/sisuite-devel -- --------------------------------------------------- Brian Elliott Finley http://baldguysoftware.com/ phone: 630.803.8183 http://systemimager.org/ --------------------------------------------------- ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Sisuite-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-devel
