X-Git-Url: https://git.ao2.it/kboot-utils.git/blobdiff_plain/a59c14b051419610776cd7c9a35831c8864739ac..2b05654e1fc39b3860b171783a4d7305c1ee2c7d:/kboot-mkconfig?ds=sidebyside diff --git a/kboot-mkconfig b/kboot-mkconfig index 276d58c..5601749 100755 --- a/kboot-mkconfig +++ b/kboot-mkconfig @@ -1,6 +1,4 @@ #! /bin/sh -set -e - # Generate kboot.conf by inspecting /boot contents. # Copyright (C) 2011 Antonio Ospite # @@ -19,6 +17,8 @@ set -e # You should have received a copy of the GNU General Public License # along with this software. If not, see . +set -e + PACKAGE_NAME=kboot-mkconfig PACKAGE_VERSION=0.1