Skip to content

Can you please make the similar scripts comparable?

Yunhui Fu requested to merge github/fork/yhfudev/master into master

Hi, I'm trying to compile images for both rpi2 and odroidc1 recently, and found the scripts you used here. In order to support those new hardware, a new script need to be developed base on yours, and it would be better if your scripts are changed more similar with each other so the other developers can easily identify the differences and free from the mistake cause the every detail of the compile issue.

Also, could you please consider upgrade your scripts to more stable compile platform? I tried to use Arch like tools to manage the compile scripts so that the compile process benefit from the support features of "automatically download and install prerequisites", "automatically download, setup, and cache source/tool trees", "deb file cache", and "debootstrip stage cache" etc. You may take a look the project in github: https://github.com/yhfudev/arch-kali-rpi2

It use a single PKGBUILD file to config the image, and other functions will be provided by the framework, so adding support for a new hardware is a trival work due to reuse of codes.

The arch-kali-rpi2 can now support runing X window in Raspberry Pi 2, I fixed the problems caused by the modules mismatch without using the modules from old debian image.

Merge request reports