From 702680447a1e6c8f9a64c9470681c4c74c8f8832 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 17 Jan 2021 03:01:31 -0500 Subject: prof_proteanos_make_initramfs(): BCJ is arch-dep --- 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 `` 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 -- cgit v0.9.1