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
|
|
@ -29,7 +29,7 @@
|
|||
while [ "$#" -ge 1 ]; do
|
||||
version="$1"; shift
|
||||
|
||||
rm -vrf "/boot/System.map-$version" "/boot/vmlinuz-$version" "/lib/modules/$version"
|
||||
rm -vrf "/boot/System.map-$version" "/boot/linux-$version" "/boot/vmlinuz-$version" "/lib/modules/$version"
|
||||
|
||||
echo "Warning: Keeping configuration (/boot/config-$version)."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue