summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-17 03:01:31 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-17 03:01:31 (EST)
commit702680447a1e6c8f9a64c9470681c4c74c8f8832 (patch)
tree62281758172d005ea8159df94264442ea07c6ab5
parent54f313dc607f68ed46a09895dde483947ca06f7b (diff)
prof_proteanos_make_initramfs(): BCJ is arch-dep
-rw-r--r--TODO1
-rw-r--r--src/profile/proteanos.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 498254d..4508d98 100644
--- a/TODO
+++ b/TODO
@@ -3,5 +3,4 @@ Tasks for version 3.0.0
* `man/prokit-install.8in`: Update
* `prokit install`: Consider making `<suite>` argument optional
-* `prof_proteanos_make_initramfs()`: Make XZ's BCJ option architecture-dependent
* `_install_get_pkgs()`: Resolve `FIXME`
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh
index 54ad667..610c6e6 100644
--- a/src/profile/proteanos.sh
+++ b/src/profile/proteanos.sh
@@ -431,7 +431,7 @@ prof_proteanos_make_initramfs()
local init_created=
case "${arch}" in
- *-linux-*)
+ amd64-linux-* | i686-linux-*)
if ! [ -e init ]; then
ln -s /sbin/init init
init_created=true