diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-09-01 20:21:01 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-01 20:21:01 (EDT) |
commit | 26e9fe4ff60a6e43de5ff497ee9e8531d12b4d8c (patch) | |
tree | 712fb086b705eb7d3f22d420c222edf6eac0946f /lib | |
parent | bf4dc5d4ce66df0b544db82e96d61bf09610e8f0 (diff) |
profile/proteanos: Add a big TODO comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/profile/proteanos.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/profile/proteanos.sh b/lib/profile/proteanos.sh index dcdff25..7c3e028 100644 --- a/lib/profile/proteanos.sh +++ b/lib/profile/proteanos.sh @@ -166,6 +166,14 @@ prof_proteanos_include_pkg() return 0 fi elif [ "x${name}" = 'xpackage' ]; then + # TODO: Drop this code once: + # * base-files is marked "Essential: yes", + # * At least one essential package depends on libc.6 on + # any-any-glibc architectures, + # * linux-image is marked "Essential: yes", and + # * Each config-<plat> source package builds a config-base + # binary package marked "Essential: yes" that depends on + # proteanos-branding. case "${value}" in base-files|libc.6|linux-image|proteanos-branding) return 0 |