Steev Klimaszewski 3f73a747df pinebookpro: Change xorg snippet for touchpad to properly enable options.
Turns out that the touchpad gets eventX randomly for people, I've seen
some with event2, some with event6 and mine is always event4, so change
the match to do all event devices.
2020-02-09 15:30:58 -06:00
2020-01-23 10:44:38 -06:00
2019-06-17 02:41:21 -05:00

Kali-ARM-Build-Scripts

Offensive Security Kali Linux ARM build scripts. We use these to build our official Kali Linux ARM images, as can be found at http://www.kali.org/downloads/

  • These scripts have been tested on a Kali Linux 32 and 64 bit installations only, after making sure that all the dependencies have been installed.
  • Make sure you run the build-deps.sh script first, which installs all required dependencies.

IF YOU ARE BUILDING IN A VM, YOU WILL NEED TO DEDICATE AT LEAST 8GB OF RAM, OR USE A SWAP FILE

A sample workflow would look similar to (armhf):

mkdir ~/arm-stuff
cd ~/arm-stuff
git clone https://gitlab.com/kalilinux/build-scripts/kali-arm
cd ~/arm-stuff/kali-arm
./build-deps.sh
./chromebook-arm-exynos.sh 2019.2

If you are on 32bit, after the script finishes running, you will have an image file located in ~/arm-stuff/kali-arm called kali-linux-2019.2-exynos.img. 32bit does not have enough memory to compress the image You will need to use your own preferred compression if you want to distribute it.

On 64bit systems, after the script finishes running, you will have an image files located in ~/arm-stuff/kali-arm/ called kali-linux-2019.2-exynos.img.xz

Last Updated : 17th June, 2019 07:40:45 UTC

Description
No description provided
Readme 19 MiB
Languages
Shell 91.4%
Python 7.7%
CSS 0.7%
HTML 0.2%