Bug#894561: add new variable

2018-04-09 Thread Thomas Lange
> On Fri, 6 Apr 2018 20:44:48 +0200, Bastian Blank said: >> If the variable is not set at all, the default will be to check the >> variable names. > Parse error. The default behaviour will be to check the package names, also if the new variable is not set. --

Bug#894561: add new variable

2018-04-06 Thread Bastian Blank
Hi On Wed, Apr 04, 2018 at 10:36:46AM +0200, Thomas Lange wrote: > FAI_PACKAGE_NAME_CHECK=0 > or > DISABLE_PACKAGE_NAME_CHECK=1 > > Which variable name is better? Do you have any better name? You don't have an existing naming schema for that? I would go for the later, or you decide that all

Bug#894561: add new variable

2018-04-04 Thread Thomas Lange
This is my first idea for a fix. Adding a new variable, which can be defined in class/*.var or defined before calling fai-diskimage. This will then disable then ckeck inside install_packages for unknown package names. I have two proposals for variable names: FAI_PACKAGE_NAME_CHECK=0 or