X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fcreate-config-files;h=2c782fa262bcf0b2455111b1b63baa2c57a4fd53;hb=8a4b52e26caaf96f20cbeb4fab2ef90ddadd622c;hp=1dad392319a02611c6d988a9a0899efde0657860;hpb=afdcc2624aec2f5aaaf00aa211455ba54eaf0703;p=hvlinux.git diff --git a/stage1/create-config-files b/stage1/create-config-files index 1dad392..2c782fa 100755 --- a/stage1/create-config-files +++ b/stage1/create-config-files @@ -1,5 +1,4 @@ -#!/bin/sh -set -o errexit +#!/bin/bash # Reading system configuration informations, functions and package versions. source ../sysinfos @@ -32,7 +31,7 @@ EOF echo "Creating basic /etc/profile and /etc/profile.d" install -v -m755 -d ${LFS}/etc/profile.d cat > ${LFS}/etc/profile << "EOF" -#!/bin/sh +#!/bin/bash # /etc/profile # System-wide environment and startup programs. @@ -88,7 +87,7 @@ sed -i -e "s!_DEFAULT_EDITOR_!${DEFAULT_EDITOR}!g" ${LFS}/etc/profile echo "Creating /etc/bashrc" cat > ${LFS}/etc/bashrc << "EOF" -#!/bin/sh +#!/bin/bash # /etc/bashrc