updating TODO before taking a break
This commit is contained in:
parent
0b191764b7
commit
0c4fb77ad1
3
TODO
3
TODO
@ -1 +1,4 @@
|
|||||||
- maybe use ZConfig? https://pypi.python.org/pypi/ZConfig
|
- maybe use ZConfig? https://pypi.python.org/pypi/ZConfig
|
||||||
|
- templating via jinja2:
|
||||||
|
-- for VERSION_INFO.txt
|
||||||
|
-- for syslinux/isolinux configs
|
||||||
|
7
extra/pre-build.d/etc/os-release
Normal file
7
extra/pre-build.d/etc/os-release
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
NAME="Arch Linux"
|
||||||
|
ID=arch
|
||||||
|
PRETTY_NAME="Arch Linux"
|
||||||
|
ANSI_COLOR="0;36"
|
||||||
|
HOME_URL="https://www.archlinux.org/"
|
||||||
|
SUPPORT_URL="https://bbs.archlinux.org/"
|
||||||
|
BUG_REPORT_URL="https://bugs.archlinux.org/"
|
5
templates/VERSION_INFO.txt.j2
Normal file
5
templates/VERSION_INFO.txt.j2
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Version: {{ build['ver'] }}
|
||||||
|
Build: {{ build['name'] }}
|
||||||
|
Time: {{ build['time'] }}
|
||||||
|
Machine: {{ build['host'] }}
|
||||||
|
User: {{ build['user'] }} ({{ build['realuser'] }})
|
Loading…
Reference in New Issue
Block a user