Skip to content

A way to create an Arch Linux live medium with bcachefs support.

Notifications You must be signed in to change notification settings

vale981/archiso-bcachefs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

You can find a maintained version over at: https://github.com/abelian424/archiso-bcachefs-mainline

Archlinux Live with Bcachefs

The scripts in this repo can be used to obtain an Arch Linux live/install/rescue ISO. This is realized through Archiso with some hacks to make it use the linux-bcachefs-git from the AUR.

The whole thing is currently in a works for me kind of state.

Usage

I recommend that you at least skim the scripts in this repo to understand what is happening, because they require root access. You can either build the iso directly on arch, or use docker to provide an arch environment.

  • The script will build the linux bcachefs kernel from the AUR and you set the architecture to build the kernel interactively, whenever the prompt comes up. I will add a variable to the make_iso.sh script when I come around to it...
  • In the end, the ISO can be found under archlive/out
  • The live ISO will have the built bcachefs packages in the root directory.

On Arch Linux

  • make sure you have the following installed: archiso sudo git base-devel bash
  • run ./make_iso.sh and get a cup of whatever hot beverage you favor

Through Docker

I have not tested this yet. On other distros than arch.

  • make sure you have docker installed
  • run ./docker-setup.sh
    • This will create an ephemeral, privileged docker container to provide an arch environment and run ./make_iso.sh

Installing Arch Linux on Bchachefs

Just boot the resulting ISO and follow the installation as usual. There are (at least) two (trivial) points to be considered however:

  1. After having formated your disk with bcachefs create you must mount it with mount -t bcachefs. In other words: You have to specify the fs type manually.
  2. When installing the base system with pacstrap, specify linux-bcachefs-git instead of linux.

About

A way to create an Arch Linux live medium with bcachefs support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages