X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=stage1%2Finstall-linux-minimal;h=f1d918f81d609ca2327f71ae8cf55b971628ff24;hb=f77f82e696597d9a34d1f79c3f79055accbcf345;hp=9aa5f820fe3a6b0498d6212b72ddc7808504c5ab;hpb=1786cd5454ea76e7f894efa81a7cef80a057b634;p=hvlinux.git diff --git a/stage1/install-linux-minimal b/stage1/install-linux-minimal index 9aa5f82..f1d918f 100755 --- a/stage1/install-linux-minimal +++ b/stage1/install-linux-minimal @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -o errexit # Reading system configuration informations, functions and package versions. @@ -19,7 +19,7 @@ ${HVMAKE} mrproper VERSION=$(get_pkg_ver ${PACKAGE}) SCRIPT=${LFS}/usr/src/compile-kernel-minimal -echo "#!/bin/sh" > ${SCRIPT} +echo "#!/bin/bash" > ${SCRIPT} echo "KERNEL_VERSION=${VERSION}" >> ${SCRIPT} echo "KERNEL_NAME=clfs-\${KERNEL_VERSION}" >> ${SCRIPT} echo "DEST=${LFS}/boot" >> ${SCRIPT}