mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-22 08:09:41 +00:00
Add repos stanzas to Makefile
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
507a8c41dd
commit
17b5210a0a
@ -1,5 +1,5 @@
|
||||
all:
|
||||
echo pick one of debian-packages or getmecleaner
|
||||
echo pick one of debian-packages or repos
|
||||
|
||||
debian-packages:
|
||||
sudo apt-get install bison flex zlib1g-dev golang build-essential git gcc isc-dhcp-server tftpd-hpa minicom flashrom
|
||||
@ -7,5 +7,7 @@ debian-packages:
|
||||
sudo apt-get install qemu-system-x86
|
||||
|
||||
getmecleaner:
|
||||
go get -u github.com/u-root/u-root
|
||||
go get -u github.com/u-root/cpu/...
|
||||
git clone git://github.com/corna/me_cleaner
|
||||
@echo Now add $(PWD)/me_cleaner to PATH
|
||||
|
Loading…
Reference in New Issue
Block a user