mirror of
https://github.com/krizsipeti/custom_blfs_packages.git
synced 2025-01-23 14:32:21 +08:00
Check and delete old blfs config if any
This commit is contained in:
parent
758ddd1114
commit
eb4c34f6ef
@ -317,9 +317,12 @@ make
|
||||
EOF
|
||||
|
||||
# Create new blfs config
|
||||
cd "$1/home/pkr/blfs_root"
|
||||
rm -fv configuration
|
||||
cat > configuration << EOF
|
||||
DIR_BLFSCFG="$1/home/pkr/blfs_root/configuration"
|
||||
if [ -f "$DIR_BLFSCFG" ] ; then
|
||||
sudo rm -fv "$DIR_BLFSCFG"
|
||||
fi
|
||||
|
||||
cat > "$DIR_BLFSCFG" << EOF
|
||||
CONFIG_pciutils=y
|
||||
CONFIG_twm=y
|
||||
CONFIG_xinit=y
|
||||
|
Loading…
Reference in New Issue
Block a user