Parent Directory
|
Revision Log
Small pile of miniiso work. Have boot screens. It now boots, but fails to load initrd. Getting closer. =)
| 1 | jbailey | 8869 | MEDIA_TYPE = netboot image |
| 2 | |||
| 3 | jbailey | 8911 | # This is a hack until we can find some way of automatically |
| 4 | # passing devfs=mount when tftpboot'ing | ||
| 5 | USERDEVFS = t | ||
| 6 | |||
| 7 | jbailey | 8869 | TARGET = $(BOOT) |
| 8 | EXTRANAME = $(MEDIUM)/ | ||
| 9 | |||
| 10 | jbailey | 8871 | MANIFEST-BOOT = "tftp boot image for sparc64" |
| 11 | jbailey | 8869 | |
| 12 | .PHONY: arch_boot | ||
| 13 | arch_boot: | ||
| 14 | gzip -c /boot/System.map-$(KERNELIMAGEVERSION) >$(TEMP)/System.map.gz | ||
| 15 | tftpboot.sh $(TEMP_KERNEL) $(TEMP)/System.map.gz $(TEMP_INITRD) $(TEMP_BOOT) | ||
| 16 | |||
| 17 | |||
| 18 |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |