Devuan Linux Template (non-official) available for testing

:heart_eyes:

You can make it even more neater / minimal by doing the following:

#force no install recommends
cat << EOF | tee /etc/apt/apt.conf.d/99no-install-recommends
APT::Install-Recommends "false";
APT::Install-Suggests "false";
EOF

#stop language files
cat << EOF | tee /etc/apt/apt.conf.d/99no-language
Acquire::Languages "none";
EOF


#remove docs
cat << EOF | tee /etc/apt/apt.conf.d/01nodoc
DPkg::Post-Invoke {"rm -rf /usr/share/groff/* /usr/share/info/* /usr/share/linda/* /usr/share/lintian/* /usr/share/man/* /usr/share/doc/* /usr/share/doc-base/* 2>/dev/null || true";};
EOF

# Remove documentation directories
rm -rf /usr/share/doc/*
rm -rf /usr/share/man/*
rm -rf /usr/share/info/*
rm -rf /usr/share/groff/*

#remove un-needed (Carefull!)
apt-get autopurge -y \
  cpio \
  cron \
  cron-daemon-common \
  debconf-i18n \
  eatmydata \
  fdisk \
  ifupdown \
  iputils-ping \
  less \
  libeatmydata1 \
  libfdisk1 \
  libmnl0 \
  libnewt0.52 \
  libtext-iconv-perl \
  logrotate \
  nano \
  tasksel \
  vim-common \
  vim-tiny \
  whiptail

#clean apt
apt-get clean

:sunglasses:

1 Like

:heart_eyes:cool But I usually don’t dare to delete too much in case the template collapse can’t be repaired.

1 Like

I agree with you, keep it as is, this is only for people with ocd who like to remove everything (like me) :stuck_out_tongue_winking_eye:

1 Like

version 0.0.7 release (url):
Have a good time to use it.:sunglasses:

  1. update package in upstream/deb-srctar/needdevuan-qports/ :
["qubes-core-agent-linux"]="v4.3.45"->"v4.3.46"

["qubes-gui-agent"]="v4.3.17"->"v4.3.18"
  1. inital port for qubes package 4.4* in allinone-R4.4-dev.tar.xz
2 Likes