raspberry: don't build userland, use package

Also, pass arguments to the 64bit build script
This commit is contained in:
Steev Klimaszewski
2022-02-07 12:44:31 -06:00
parent 11626a2c26
commit b511c5974d
2 changed files with 1 additions and 4 deletions

View File

@@ -7,4 +7,4 @@
# More information: https://www.kali.org/docs/arm/raspberry-pi-64-bit/
#
./raspberry-pi.sh --arch arm64
./raspberry-pi.sh --arch arm64 "$@"

View File

@@ -57,9 +57,6 @@ EOF
# Run third stage
include third_stage
# Compile Raspberry Pi userland
include rpi_userland
# Clean system
include clean_system