projects
/
grml-unittests.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add support for grml2hd
[grml-unittests.git]
/
grml2hd
/
lilo
/
deploy.sh
1
#!/bin/zsh
2
3
. /etc/grml/autoconfig.functions
4
5
COMMON_SRC=$(getbootparam common)
6
7
wget $COMMON_SRC -O /tmp/common.sh
8
chmod +x /tmp/common.sh
9
/tmp/common.sh