Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/custompios
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ function execute_chroot_script() {
elif [ "$BASE_ARCH" == "aarch64" ] || [ "$BASE_ARCH" == "arm64" ]; then
if (grep -q gentoo /etc/os-release);then
ROOT="`realpath .`" emerge --usepkgonly --oneshot --nodeps qemu
else
cp `which qemu-aarch64-static` usr/bin/qemu-aarch64-static
fi
fi
fi
Expand Down