This commit is contained in:
Karl 2025-07-18 15:08:42 +01:00
parent 5e08181199
commit 57932fdb40
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ xz -kd raspios.img.xz
# Repartition image
export LIBGUESTFS_BACKEND_SETTINGS=force_tcg
truncate -r raspios.img raspikiosk.img
truncate -s +3G raspikiosk.img
truncate -s +1G raspikiosk.img
virt-resize --expand /dev/sda2 raspios.img raspikiosk.img
rm -f raspios.img

View File

@ -87,8 +87,8 @@ systemctl enable setup-refresh-timer.service
curl -sSL https://apt.hyperion-project.org/hyperion.pub.key | gpg --dearmor -o /usr/share/keyrings/hyperion.pub.gpg
echo "deb [signed-by=/usr/share/keyrings/hyperion.pub.gpg] https://apt.hyperion-project.org/ $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/hyperion.list
apt update
apt install -y hyperiond
systemctl enable hyperiond
apt install -y hyperion
systemctl enable hyperion
# generate a version info/build info file
echo -n "Chromium version: " >> /version-info