#!/bin/sh # DESCRIPTION # NAME="init1-release" verbose() { if [ -n "$GLOBAL_VERBOSE" ]; then echo "HOOK: $NAME: $@" fi } verbose "has started" # Change release name # echo "$INFO_VOLID" > /etc/altlinux-release verbose "finished"