raspberry: don't build userland, use package
Also, pass arguments to the 64bit build script
This commit is contained in:
@@ -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 "$@"
|
||||
|
||||
@@ -57,9 +57,6 @@ EOF
|
||||
# Run third stage
|
||||
include third_stage
|
||||
|
||||
# Compile Raspberry Pi userland
|
||||
include rpi_userland
|
||||
|
||||
# Clean system
|
||||
include clean_system
|
||||
|
||||
|
||||
Reference in New Issue
Block a user