You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
vanhofen 9400620d6e - unify cd/dvd/dos/fat/nt filesystem switches 4 years ago
.server-files - server-files: update for hd6x recovery images 4 years ago
bootmenu - bootmenu: try to fix download url again 4 years ago
configs - unify cd/dvd/dos/fat/nt filesystem switches 4 years ago
helpers - add helpers/update-rc.d script 5 years ago
make - target-files: fix /etc/profile.d 4 years ago
package/pkgconf/files - switch to pkgconf 4 years ago
patches - xfsprogs: add buildroot patches 4 years ago
skel-root - unify xfs switches 4 years ago
.gitignore - .gitignore: fix nohup file 6 years ago
Makefile - rename some makefiles 4 years ago
Makefile.example - add Makefile.exmple; add default target (it targets to 'make all') 6 years ago
README.md Update README.md 5 years ago
config.example - the plan for the next days ^^ 4 years ago
index.html - turn index.html into utf8 5 years ago
makelog - change makelog script; thx Janus 4 years ago

README.md

NI \o/ - Neutrino-Images Buildsystem

Für die Einrichtung unter Debian sind folgende Pakete nötig

apt-get install \
git subversion cvs automake build-essential ccache cmake patch bison flex \
texinfo autopoint libtool libtool-bin python curl gawk gzip bzip2 lzma gperf \
gettext help2man bc libglib2.0-dev libncurses5-dev libncursesw5-dev \
liblzo2-dev uuid-dev libssl-dev libcurl4-openssl-dev intltool zip

1) Buildsystem initialisieren

git clone https://github.com/neutrino-images/ni-buildsystem.git
cd ni-buildsystem

2) Archivverzeichnis erstellen

mkdir -p $HOME/archives
ln -s $HOME/archives download

3) Buildsystem konfigurieren

make local-files

config.local auf die eigenen Bedürfnisse anpassen. BOXMODEL muss gesetzt werden!

4) Buildumgebung prüfen

make toolcheck

5) Buildsystem initialisieren und Toolchain bauen

make init

6) Image(s) bauen

make image
make images

7) Aktualisieren und aufräumen

make update-all
make clean