mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-06-07 12:15:07 +01:00
remove the locked / root fs
This commit is contained in:
parent
225cb14d3d
commit
94cd861c10
@ -81,6 +81,7 @@ systemctl enable ssh
|
||||
systemctl enable kiosk-sechedule-screen.service
|
||||
systemctl enable schedule-reboot.service
|
||||
systemctl enable screen-refresh.service
|
||||
systemctl enable setup-screen-refresh.service
|
||||
|
||||
|
||||
# generate a version info/build info 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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user