https://github.com/soongnoonien/deponejo
zfs and dracut for Arch Linux
https://github.com/soongnoonien/deponejo
Last synced: about 1 month ago
JSON representation
zfs and dracut for Arch Linux
- Host: GitHub
- URL: https://github.com/soongnoonien/deponejo
- Owner: SoongNoonien
- Created: 2024-08-23T15:44:05.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-03-11T18:03:45.000Z (about 2 months ago)
- Last Synced: 2025-03-11T19:22:48.989Z (about 2 months ago)
- Language: Shell
- Size: 162 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deponejo
This is an Arch Linux repository to install zfs and some dracut hooks for pacman. The zfs package only supports building kernel modules with dkms. Also mkinitcpio is not supported.
## Usage
Add the following to `/etc/pacman.conf`:
```
[deponejo]
Server = https://raw.githubusercontent.com/SoongNoonien/deponejo/master
```Run the following commands to add the key:
```bash
wget https://raw.githubusercontent.com/SoongNoonien/deponejo/master/public-key.asc
pacman-key -a public-key.asc
pacman-key --lsign-key 56DC9F466254CAB62C8CBFFA6D987150A72D19D0
rm public-key.asc
```