https://github.com/ading2210/chromeos-systemd
Patched systemd for Chrome OS kernels.
https://github.com/ading2210/chromeos-systemd
Last synced: 9 months ago
JSON representation
Patched systemd for Chrome OS kernels.
- Host: GitHub
- URL: https://github.com/ading2210/chromeos-systemd
- Owner: ading2210
- License: lgpl-2.1
- Created: 2023-10-19T20:37:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T11:27:41.000Z (over 1 year ago)
- Last Synced: 2025-04-15T15:12:06.590Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chrome OS Systemd Patches
This repository contains a few patches to systemd which allow it to run on Chrome OS kernels.
There is also a script which will automatically download systemd, apply the patches, and build the binary packages for Debian.
## Copyright:
Credit for fixing the original bug in systemd goes to [@r58playz](https://github.com/r58Playz/).
This repository is licensed under the [GNU LGPL v2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt).
```
ading2210/chromeos-systemd: Patched systemd for Chrome OS kernels
Copyright (C) 2023 ading2210
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
```