Giter Site home page Giter Site logo

Comments (7)

duchengyao avatar duchengyao commented on May 23, 2024

And the bbb.sh line 205 export LINUX_GIT=/root/sandbox/mirror/mainline.git may be something wrong.

from kali-arm-build-scripts.

0xicl33n avatar 0xicl33n commented on May 23, 2024

Ive been staring at that line for a very long and even tried googling it to no avail. i have no idea what that line is about because it isnt referenced again in the code

from kali-arm-build-scripts.

duchengyao avatar duchengyao commented on May 23, 2024

I have noticed ${basedir}/kernel/Kernel ( linux-dev.git )

README:

    By default this script will clone the linux-stable tree:
    https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
    to: ${DIR}/ignore/linux-src:

    If you've already cloned torvalds tree and would like to save some hard drive
    space, just modify the LINUX_GIT variable in system.sh to point to your current
    git clone directory.

system.sh.sample Line 22-24

    ###OPTIONAL: LINUX_GIT: specify location of locally cloned git tree.
    #
    #LINUX_GIT=/home/user/linux-stable/

from kali-arm-build-scripts.

0xicl33n avatar 0xicl33n commented on May 23, 2024

OH MY GOD I FEEL DUMB

LETS SEE WHAT HAPPENS IF I UNSET THAT

Wait then what about line 258? git clone file:///root/sandbox/mirror/linux-firmware.git firmware

from kali-arm-build-scripts.

duchengyao avatar duchengyao commented on May 23, 2024

In other script like chromebook-arm-acer.sh, rpi.sh, the line is git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git firmware

And I think it will clone from original git URL if setting LINUX_GIT wrong

from kali-arm-build-scripts.

steev avatar steev commented on May 23, 2024

Oops, since I build the images on a box, they all point to local checkouts when I build the image so that I can guarantee the same versions of packages and gits across the boards. Sorry about that!

from kali-arm-build-scripts.

duchengyao avatar duchengyao commented on May 23, 2024

@steev Thanks a lot!

from kali-arm-build-scripts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.