2 Commits 2faddbfe12 ... 3b79b1ecfb

Author SHA1 Message Date
  Toastie 3b79b1ecfb added pkg, fixed journal conf 2 months ago
  Toastie 7c0dd97868 changed installation order 2 months ago
2 changed files with 6 additions and 5 deletions
  1. 1 1
      MIGRATION-NAS.md
  2. 5 4
      bootstrap-bookworm.sh

+ 1 - 1
MIGRATION-NAS.md

@@ -11,8 +11,8 @@
   - `bootstrap-bookworm.sh postinstall`
   - `apt-get install git man rsync` 
   - `prepare_luks.sh`
-  - `install_docker.sh`
   - `install_kvm.sh`
+  - `install_docker.sh`
   - Prepare for crypted data partition
     - `systemctl disable docker libvirtd libvirt-guests`, see startup.sh
     - Rename directories which will be bind-mounted from crypt data 

+ 5 - 4
bootstrap-bookworm.sh

@@ -190,13 +190,13 @@ esac
 apt-get update
 export DEBIAN_FRONTEND=noninteractive
 apt-get install --yes \
-  apt-utils dialog msmtp-mta \
-  systemd-sysv locales tzdata haveged \
+  apt-utils dialog file msmtp-mta \
+  systemd-sysv polkitd locales tzdata haveged \
   $kernelPkg $grubPkg \
   iproute2 netbase \
-  ssh sudo molly-guard  \
+  ssh sudo molly-guard \
   less vim-tiny bash-completion pwgen lsof \
-  dnsutils iputils-ping curl \
+  dnsutils iputils-ping pciutils curl wget bzip2 \
   $extraPackages
 
 # Upgrade and clean up
@@ -266,6 +266,7 @@ systemctl enable systemd-resolved
 # Limit journald logging to 1 month, 1 GB in total and split files per week
 mkdir -p /etc/systemd/journald.conf.d/
 cat >/etc/systemd/journald.conf.d/retention.conf <<EOL
+[Journal]
 MaxRetentionSec=1month
 SystemMaxUse=1G
 MaxFileSec=1week