script to create new mailinglist
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
e1b80d7308
commit
395eb2b3b1
9 changed files with 96 additions and 11 deletions
|
|
@ -23,7 +23,7 @@ set -e
|
|||
version=$(cat include/config/kernel.release)
|
||||
ddir="/boot"
|
||||
spath="arch/x86_64/boot/bzImage"
|
||||
fname="linux-$(version)"
|
||||
fname="vmlinuz-$version"
|
||||
fpath="${ddir}/${fname}"
|
||||
gpath="$ddir/grub/menu.lst"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue