http://git.etherboot.org
/
people
/
pravin
/
BKO.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Improved the Developer.html page
[people/pravin/BKO.git]
/
install_help
/
setup.sh
1
#!/bin/bash
2
git clone git://git.etherboot.org/scm/people/pravin/BKO.git
3
git submodule init
4
git submodule update
5
cd BKO
6
echo "Edit the config"
7
exit 0
8
9
make
10
cd install_help
11
./configure_BKO.sh
12
./download_initramfs_images_http.sh
13