diff options
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | src/profile/proteanos.sh | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -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 |