File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
busybox
2
2
initrd.gz
3
3
uInitrd
4
+ vmlinuz
4
5
5
6
* ~
6
7
* #
Original file line number Diff line number Diff line change @@ -26,7 +26,11 @@ tree/bin/busybox:
26
26
'
27
27
chmod +x $@
28
28
29
- .PHONY : publish_on_s3
29
+ .PHONY : publish_on_s3 qemu dist dist_do dist_teardown
30
+
31
+
32
+ qemu : vmlinuz initrd.gz
33
+ qemu-system-arm -M versatilepb -cpu cortex-a8 -kernel ./vmlinuz -initrd ./initrd.gz -m 256 -append ' root=/dev/ram'
30
34
31
35
publish_on_s3 : uInitrd initrd.gz
32
36
for file in $< ; do \
@@ -49,3 +53,6 @@ dist_do:
49
53
dist_teardown :
50
54
git checkout master
51
55
56
+ vmlinuz :
57
+ # wget -O $@ http://ports.ubuntu.com/ubuntu-ports/dists/utopic/main/installer-armhf/current/images/generic/netboot/vmlinuz
58
+ wget -O $@ http://ports.ubuntu.com/ubuntu-ports/dists/lucid/main/installer-armel/current/images/versatile/netboot/vmlinuz
You can’t perform that action at this time.
0 commit comments