Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More informative information in README please #48

Open
jchoi2x opened this issue Oct 27, 2015 · 4 comments
Open

More informative information in README please #48

jchoi2x opened this issue Oct 27, 2015 · 4 comments

Comments

@jchoi2x
Copy link

jchoi2x commented Oct 27, 2015

This repository is referenced from elinux pages but this repo's README and elinux doesn't exactly state what "netinstall" is used for. I had to try it myself to see that it does what I thought that it did. Can you please give more general information in the READMEs for these repos?

@RobertCNelson
Copy link
Owner

@kizzlebot netinstall = Network Install for a bunch of arm boards

@Mausy5043
Copy link

I have to agree with @kizzlebot: From the README it is not entirely clear to me what the final product actually is/does. Especially given that the BeagleBone Black allows for various ways of running an OS (from eMMC and from uSD). My main question was: Is this a repo that creates a flashable image on the uSD or does the installation have to be run from the uSD?

I started reading mk_mmc.sh but the code is soo long that I gave up (sorry). Probably because you want to support so many different hardware platforms.

For reference: I also have several Raspberry Pis for which I use this netinstaller: [https://github.com/debian-pi/raspbian-ua-netinst].
This works by me having to push a small image onto an SD and after power up of the Pi it formats the SD and downloads and installs the desired kernel and packages. It even allows for post-install customisation. So I was wondering if this repo is approximately similar.

Anyway, I'm sure to give this repo a try. Thanks and keep up the good work!

@RobertCNelson
Copy link
Owner

@Mausy5043 due to the customization of the "debian installer"

https://wiki.debian.org/DebianInstaller

It is "impossible" for me to write any readme that clearly explains exactly what your final product could be.

All this script does, downloads "debian installer" for a specific distro, wheezy/jessie/stretch trusty/etc, modifies the initrd for our custom kernel, add's the apt repo and makes sure the kernel is properly installed. It is "completely" up to you to decide everything else, the "only" limitation, the 100Mb "boot" partition must not be modified.

Regards,

@Mausy5043
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants