diff options
author | Patrick 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) |
commit | 702680447a1e6c8f9a64c9470681c4c74c8f8832 (patch) | |
tree | 62281758172d005ea8159df94264442ea07c6ab5 /src | |
parent | 54f313dc607f68ed46a09895dde483947ca06f7b (diff) |
prof_proteanos_make_initramfs(): BCJ is arch-dep
Diffstat (limited to 'src')
-rw-r--r-- | src/profile/proteanos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |