Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-05-19 | sync the storage | 1 | -0/+3 | ||
2025-05-19 | use a status files to act on own update only | 3 | -3/+6 | ||
2025-05-19 | make pacman-offline.service want the new services | 3 | -5/+6 | ||
2025-05-19 | (soft-)reboot or poweroff in specific units | 3 | -7/+49 | ||
2025-05-19 | drop pacman-offline-reboot.service, activate regular reboot | 2 | -14/+1 | ||
We use override for the regular reboot service, so just use that. | |||||
2025-05-14 | ... and reload | 1 | -1/+3 | ||
2025-05-14 | move the cleanup code up | 1 | -7/+6 | ||
2025-05-14 | use a custom target on failure | 2 | -1/+10 | ||
2025-05-14 | rename the status file for poweroff | 1 | -1/+1 | ||
2025-05-14 | order after system-update-pre.target | 1 | -1/+1 | ||
2025-05-12 | do not run before shutdown.target | 1 | -1/+1 | ||
Why did we have it there?! | |||||
2025-03-03 | add comments on output and debugging | 1 | -0/+4 | ||
2025-03-03 | exec systemctl... | 1 | -3/+3 | ||
... and try to avoid a race condition where main process (shell) was killed on soft-reboot. | |||||
2025-03-03 | clean up explicitly and drop trap | 1 | -0/+4 | ||
2025-01-04 | support extra include on offlince action | 1 | -0/+1 | ||
2025-01-04 | break the line... | 1 | -1/+3 | ||
... in preparation for next commit. | |||||
2025-01-02 | update copyright for 2025 | 6 | -6/+6 | ||
2024-05-29 | remove files at once | 1 | -3/+4 | ||
2024-05-29 | prepare for manual poweroff | 1 | -1/+2 | ||
2024-05-29 | support poweroff after update | 1 | -2/+4 | ||
2024-05-29 | make soft-reboot functionality mandatory | 2 | -4/+4 | ||
This makes sure /run is preserved, and allows us to implement some more functionality later on. | |||||
2024-05-29 | remove extra whitespace | 1 | -1/+1 | ||
2024-01-30 | force soft-reboot on regular reboot | 1 | -1/+2 | ||
2024-01-01 | update copyright for 2024 | 6 | -6/+6 | ||
2023-07-26 | clearly state the license | 6 | -0/+42 | ||
2023-07-26 | add basic support for plymouth | 1 | -0/+2 | ||
I could speard the commands in the script, but this would be of little use only... Most of execution time is consumed by pacman anyway. So let's just change the mode and give an initial progress in service. Fixes GH-2 | |||||
2023-07-11 | support systemd without soft-reboot | 2 | -2/+2 | ||
2023-07-10 | do a soft-reboot in second step... | 1 | -1/+5 | ||
... if the modules for running kernel are still available. | |||||
2023-07-10 | do a soft-reboot in first stepsystemd-254 | 1 | -1/+1 | ||
2020-01-28 | act on specific packages on offline action only | 1 | -1/+6 | ||
This adds a configuration file /etc/pacman.d/offline.conf that can be included to global pacman configuration file /etc/pacman.conf. By default it contains configuration to ignore linux packages. On offline action this include is removed, allowing to update linux packages on offline action only. This prevents from breaking module loading in a running system. | |||||
2020-01-15 | remove useless option | 1 | -1/+1 | ||
2020-01-08 | attempt to install archlinux-keyring only if needed | 1 | -1/+3 | ||
2019-11-05 | run daily, but on calendar... | 1 | -1/+2 | ||
... to get latest changes before possible reboot. | |||||
2019-10-31 | drop conditions from timers | 2 | -2/+0 | ||
2019-10-31 | add timer for reboot | 2 | -0/+17 | ||
2019-10-11 | always use long options | 1 | -3/+3 | ||
2019-10-11 | install archlinux-keyring first | 1 | -0/+1 | ||
2017-10-16 | kill with SIGINT and make pacman clean up itself | 1 | -1/+1 | ||
2017-10-09 | remove lockfile on stop | 1 | -0/+1 | ||
This is our lockfile, so clean up if service is stopped. | |||||
2017-10-09 | only prepare if db is not locked | 2 | -0/+2 | ||
2017-09-28 | add timer to prepare system-update | 2 | -0/+19 | ||
2017-09-28 | clean up package cache | 1 | -0/+3 | ||
2017-09-25 | remove symlink early | 1 | -3/+3 | ||
2017-09-22 | check for symbolic link, not just existence | 1 | -1/+1 | ||
2017-09-22 | initial commit | 2 | -0/+31 | ||