diff options
Diffstat (limited to 'panda-install-kernel.sh')
| -rwxr-xr-x | panda-install-kernel.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/panda-install-kernel.sh b/panda-install-kernel.sh index 2a7f66a..70fc900 100755 --- a/panda-install-kernel.sh +++ b/panda-install-kernel.sh | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | if [ $# -ne 2 ] ; then | ||
| 4 | error "Usage: `basename $0` <REMOTE-KDIR> <BOOT-SCRIPT>" | ||
| 5 | fi | ||
| 6 | |||
| 3 | . $(dirname $0)/arm-installer-common.sh | 7 | . $(dirname $0)/arm-installer-common.sh |
| 4 | 8 | ||
| 5 | # This is machine specific, AFAIK. | 9 | # This is machine specific, AFAIK. |
| @@ -16,7 +20,7 @@ CONFIG_FILE="config-$KVERSION" | |||
| 16 | 20 | ||
| 17 | fetchfiles | 21 | fetchfiles |
| 18 | 22 | ||
| 19 | mkuboot | 23 | mkuboot > /dev/null |
| 20 | 24 | ||
| 21 | mkscript | 25 | mkscript |
| 22 | 26 | ||
