summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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