diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/gui/config/build.cfg | 1 | ||||
-rw-r--r-- | examples/minimal/config/build.cfg | 1 | ||||
-rw-r--r-- | examples/xfce/config/build.cfg | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/gui/config/build.cfg b/examples/gui/config/build.cfg index a33cff3..0571673 100644 --- a/examples/gui/config/build.cfg +++ b/examples/gui/config/build.cfg @@ -200,5 +200,6 @@ my $config = { copy_from_repo => [ 'isolinux/memtest' => 'boot/memtest', ], +# checksums => [ qw(md5 sha1 sha2 sha3) ], }, }; diff --git a/examples/minimal/config/build.cfg b/examples/minimal/config/build.cfg index 0627bd6..b767371 100644 --- a/examples/minimal/config/build.cfg +++ b/examples/minimal/config/build.cfg @@ -178,5 +178,6 @@ my $config = { copy_from_repo => [ 'isolinux/memtest' => 'boot/memtest', ], +# checksums => [ qw(md5 sha1 sha2 sha3) ], }, }; diff --git a/examples/xfce/config/build.cfg b/examples/xfce/config/build.cfg index b8ddc75..613e48e 100644 --- a/examples/xfce/config/build.cfg +++ b/examples/xfce/config/build.cfg @@ -249,5 +249,6 @@ my $config = { copy_from_repo => [ 'isolinux/memtest' => 'boot/memtest', ], +# checksums => [ qw(md5 sha1 sha2 sha3) ], }, }; |