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
/
grub
/
deploy.sh
1
#!/bin/zsh
2
3
. /etc/grml/autoconfig.functions
4
5
STATUS=$(getbootparam status)
6
COMMON_SRC=$(getbootparam common)
7
8
echo 'BOOT_MANAGER="grub"' >> /etc/grml2hd/config
9
10
wget $COMMON_SRC -O /tmp/common.sh
11
chmod +x /tmp/common.sh
12
/tmp/common.sh