Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare focal-minimal with minbase debootstrap and limited packages. Linked to a new alias - focal=focal+standard #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions template_qubuntu/01_install_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ bootstrap() {
--arch=amd64 \
--include="ncurses-term,locales,tasksel,$apt_https_pkgs,$eatmydata_maybe" \
--components=main,universe \
--variant=minbase \
--download-only \
--keyring="${SCRIPTSDIR}/../keys/${DIST}-${DISTRIBUTION}-archive-keyring.gpg" \
"${DIST}" "${INSTALLDIR}" "${mirror}" && \
Expand All @@ -69,6 +70,7 @@ bootstrap() {
--arch=amd64 \
--include="ncurses-term,locales,tasksel,$apt_https_pkgs,$eatmydata_maybe" \
--components=main,universe \
--variant=minbase \
--keyring="${SCRIPTSDIR}/../keys/${DIST}-${DISTRIBUTION}-archive-keyring.gpg" \
"${DIST}" "${INSTALLDIR}" "file://${INSTALLDIR}/${TMPDIR}/dummy-repo" && \
echo "deb ${mirror} ${DIST} main universe" > ${INSTALLDIR}/etc/apt/sources.list && \
Expand Down
1 change: 0 additions & 1 deletion template_qubuntu/packages_focal.list

This file was deleted.

15 changes: 15 additions & 0 deletions template_qubuntu/packages_focal.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ncurses-term
aptitude
tasksel
sudo
dmsetup
psmisc
vim-nox
gnupg
git
xterm
libfile-mimeinfo-perl
libglib2.0-bin
ltrace
strace
haveged
24 changes: 24 additions & 0 deletions template_qubuntu/packages_focal_standard.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
ubuntu-standard
ncurses-term
aptitude
tasksel
sudo
locales
dmsetup
psmisc
emacs
vim-nox
gnupg
firefox
thunderbird
keepassx
git
gnome-terminal
xterm
libfile-mimeinfo-perl
libglib2.0-bin
ltrace
strace
haveged
linux-firmware
software-properties-common