remove the locked / root fs

This commit is contained in:
Karl 2025-06-02 15:38:08 +01:00
parent 225cb14d3d
commit 94cd861c10
3 changed files with 13 additions and 1 deletions

View File

@ -81,6 +81,7 @@ systemctl enable ssh
systemctl enable kiosk-sechedule-screen.service systemctl enable kiosk-sechedule-screen.service
systemctl enable schedule-reboot.service systemctl enable schedule-reboot.service
systemctl enable screen-refresh.service systemctl enable screen-refresh.service
systemctl enable setup-screen-refresh.service
# generate a version info/build info file # generate a version info/build info file

View File

@ -0,0 +1,11 @@
[Unit]
Description=Initial screen refresh timer setup
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/bin/setup-refresh-timer
RemainAfterExit=true
[Install]
WantedBy=multi-user.target

View File

@ -1 +1 @@
console=serial0,115200 console=tty1 root=PARTUUID=544c6228-02 rootfstype=ext4 ro rootwait logo.nologo consoleblank=0 loglevel=0 quiet console=serial0,115200 console=tty1 root=PARTUUID=544c6228-02 rootfstype=ext4 rw rootwait logo.nologo consoleblank=0 loglevel=0 quiet