Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itrooz/linux-rc
Download precompiled Linux RCs binaries
https://github.com/itrooz/linux-rc
linux
Last synced: about 19 hours ago
JSON representation
Download precompiled Linux RCs binaries
- Host: GitHub
- URL: https://github.com/itrooz/linux-rc
- Owner: iTrooz
- Created: 2024-06-19T19:27:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T03:30:21.000Z (11 days ago)
- Last Synced: 2024-10-28T07:03:53.101Z (11 days ago)
- Topics: linux
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linux RCs binaries
This repository will automatically build binaries from Linux RCs (Release Candidates)
# Installation for Arch Linux
- Decompress release a tar file in your filesystem with `sudo tar -hxvf linuxRC.tar.gz -C / --no-same-owner`
- Notes:
- `-h` follows symlinks
- `--no-same-owner` makes root the owner of the extracted files
- Generate initramfs: `sudo mkinitcpio -k -g /boot/initramfs-linuxRC.img` where is the version you just uncompressed in `/lib/modules`, e.g. `6.10.0-rc4`
- Regen grub config: `sudo grub-mkconfig -o /boot/grub/grub.cfg`
- Next time you reboot, choose the "LinuxRC" entry. It will probably be in the "advanced options" grub submenu# Installation for other distros
TODO, see https://github.com/iTrooz/Linux-rc/issues/3. The kernel provided should work, but for now you will need to figure out how to boot it.