9dd0d3270d
* Revert enabling blkid in e2fsprogs, this conflicts with the busybox binary and causes partitions to fail to resize on first boot. * Optimize startup order and apply a guard to set_settings to ensure the system configuration exists before writing to it. This resolves black screen issues that sometimes occur during the initial boot.
14 lines
296 B
Desktop File
14 lines
296 B
Desktop File
[Unit]
|
|
Description=Setup User config dir
|
|
DefaultDependencies=no
|
|
After=systemd-tmpfiles-setup.service
|
|
Before=jelos-automount.service autostart.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/userconfig-setup
|
|
RemainAfterExit=yes
|
|
StandardOutput=journal+console
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|