Skip to content

Commit fb50836

Browse files
authored
Merge pull request #396 from grml/zeha/templatifai
Make boot templates class-based configuration
2 parents e752bff + 042c28e commit fb50836

File tree

123 files changed

+1229
-898
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+1229
-898
lines changed

README.md

Lines changed: 2 additions & 4 deletions

build-driver/build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ def run_grml_live(
107107
{
108108
"GRML_FAI_CONFIG": str(grml_fai_config),
109109
"LIVE_CONF": str(grml_live_path / "etc" / "grml" / "grml-live.conf"),
110-
"TEMPLATE_DIRECTORY": str(grml_live_path / "templates"),
111110
"SOURCE_DATE_EPOCH": str(int(source_date_epoch.timestamp())),
112111
}
113112
)

0 commit comments

Comments
 (0)