Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.