Compare commits

...

2 Commits

Author SHA1 Message Date
hyx
b3485d852c fix after update userdata can not mount 2026-01-26 19:03:07 +08:00
hyx
32726fe671 add io minimad sample_vendor_lib vendor_storage to /usr/bin 2026-01-26 19:02:53 +08:00
7 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1 @@
/lib/systemd/system/userdata-fsck.service

View File

@ -0,0 +1 @@
/lib/systemd/system/userdata-fsck.service

BIN
debian/binary/usr/bin/io vendored Normal file

Binary file not shown.

BIN
debian/binary/usr/bin/minimad vendored Normal file

Binary file not shown.

BIN
debian/binary/usr/bin/sample_vendor_lib vendored Normal file

Binary file not shown.

BIN
debian/binary/usr/bin/vendor_storage vendored Normal file

Binary file not shown.

View File

@ -0,0 +1,14 @@
[Unit]
Description=Force fsck on userdata partition
DefaultDependencies=no
Before=local-fs-pre.target
After=systemd-fsck-root.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=-/sbin/e2fsck -fy /dev/mmcblk2p9
TimeoutSec=0
[Install]
WantedBy=local-fs-pre.target