Skip to content

Commit

Permalink
slim it down
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 25, 2023
1 parent 0254937 commit bf2bacf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stages/02-Packages/00-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function install_x20_packages {
rm -Rf /etc/apt/sources.list.d/*
rm -Rf /etc/apt/sources.list
BASE_PACKAGES="openhd-x20"
PLATFORM_PACKAGES_REMOVE="*boost* locales guile-2.2-libs network-manager"
PLATFORM_PACKAGES_REMOVE="*boost* locales guile-2.2-libs wpa_supplicant network-manager"
PLATFORM_PACKAGES=""
}

Expand Down
1 change: 1 addition & 0 deletions stages/03-Preconfiguration/01-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ sudo systemctl disable networking
sudo systemctl disable nfs-client
sudo systemctl disable ssh
sudo systemctl disable rsync
sudo systemctl disable systemd-journald.service
fi

#disable network-logging
Expand Down

0 comments on commit bf2bacf

Please sign in to comment.