Add missing entries
This commit is contained in:
parent
656e16083d
commit
bb03770b55
26
Makefile
26
Makefile
@ -54,6 +54,22 @@ pkg/debian-tuto2: pkg/debian-tuto2/sshd_config pkg/debian-tuto2/gai.conf pkg/deb
|
||||
linuxkit pkg build -org nemunaire pkg/debian-tuto2/
|
||||
touch pkg/debian-tuto2
|
||||
|
||||
pkg/debian-tuto3: pkg/debian-tuto3/sshd_config pkg/debian-tuto3/build.yml pkg/debian-tuto3/issue pkg/debian-tuto3/Dockerfile
|
||||
linuxkit pkg build -org nemunaire pkg/debian-tuto3/
|
||||
touch pkg/debian-tuto3
|
||||
|
||||
pkg/router-tuto3: pkg/router-tuto3/build.yml pkg/router-tuto3/Dockerfile
|
||||
linuxkit pkg build -org nemunaire pkg/router-tuto3/
|
||||
touch pkg/router-tuto3
|
||||
|
||||
pkg/tinydeb: pkg/tinydeb/sshd_config pkg/tinydeb/gai.conf pkg/tinydeb/build.yml pkg/tinydeb/Dockerfile
|
||||
linuxkit pkg build -org nemunaire pkg/tinydeb/
|
||||
touch pkg/tinydeb
|
||||
|
||||
pkg/nsd: pkg/nsd/sshd_config pkg/nsd/build.yml pkg/nsd/init pkg/nsd/Dockerfile
|
||||
linuxkit pkg build -org nemunaire pkg/tinydeb/
|
||||
touch pkg/nsd
|
||||
|
||||
tuto2-kernel: tuto2.yml
|
||||
linuxkit build -docker $<
|
||||
tuto2-initrd.img: tuto2.yml
|
||||
@ -75,8 +91,6 @@ tuto2-srs.iso: tuto2.iso pkg/debian-tuto2/isolinux.cfg
|
||||
sudo rm -rf $(TDIR)
|
||||
isohybrid $@
|
||||
|
||||
tuto2-srs.iso.gz: tuto2-srs.iso
|
||||
gzip -9 < $< > $@
|
||||
|
||||
tuto3-kernel: tuto3.yml
|
||||
linuxkit build -docker $<
|
||||
@ -85,8 +99,12 @@ tuto3-initrd.img: tuto3.yml
|
||||
tuto3-cmdline: tuto3.yml
|
||||
linuxkit build -docker $<
|
||||
|
||||
tuto3.iso: tuto3.yml
|
||||
tuto3.iso: tuto3.yml pkg/debian-tuto3 pkg/router-tuto3 pkg/tinydeb pkg/unbound pkg/nsd
|
||||
linuxkit build -docker -format iso-bios $<
|
||||
|
||||
tuto3.iso.gz: tuto3.iso
|
||||
|
||||
%.gz: %
|
||||
gzip -9 < $< > $@
|
||||
|
||||
%.torrent: %
|
||||
mktorrent -o $@ -a http://ankh.serekh.nemunai.re:6969/announce -p -v $<
|
||||
|
Reference in New Issue
Block a user