diff options
Diffstat (limited to 'release/scripts/kernels-install.sh')
-rw-r--r-- | release/scripts/kernels-install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/kernels-install.sh b/release/scripts/kernels-install.sh index 831a99f..0bf9619 100644 --- a/release/scripts/kernels-install.sh +++ b/release/scripts/kernels-install.sh @@ -35,8 +35,8 @@ if [ "$ans" = "y" ]; then echo "Saving existing $KERNEL as $sav" mv $KERNEL $sav fi - # translate per Makefile:doTARBALL XXX are we sure to have tr+cut? - tn=`echo ${CONFIG} | tr 'A-Z' 'a-z' | cut -c1-8` + # translate per Makefile:doTARBALL XXX are we sure to have tr? + tn=`echo ${CONFIG} | tr 'A-Z' 'a-z'` cat $tn.?? | tar --unlink -xpzf - -C $BOOT else echo "Installation of $CONFIG kernel distribution not done." |