Hello. Why does the "mklive bullseye script" always install packages (yad gtkdialog gnome-icon-theme fonts-dejavu-core gtk2 libs) before download kernel? Even if you delete all packages from the configuration file. I just want to install a basic system and use only console apps. Cheked script, but cant find where this hapen.
Config File:
Code: Select all
### Start configuration
# Be careful with removing from this section (mostly essential)
BASE_INSTALL="wget"
# Base Dog Packages, recommended to keep:
# yad gtkdialog obshutdown pup-volume-monitor peasywifi
BASE_DOG_APPS_INSTALL=""
BASE_APPS_INSTALL=""
DESK_APPS_INSTALL=""
FIRMWARE=""
EXTRA_DOG_APPS_INSTALL=""
REM_AUTO_INST="TRUE"
# Force 32 bit on 64 bit OS (set to FALSE for 64-bit build on 64-bit OS)
FORCE32="FALSE"
KEEPLOCALES="FALSE"
KEEPMANDOC="FALSE"
SYSTEMD="FALSE"
RUNXTERM="FALSE"
LBINITRD="FALSE"
ISOUEFI="FALSE"
### End configuration