add bcachefs packages to root

This commit is contained in:
Valentin Boettcher 2020-03-01 22:36:46 +01:00
parent 17fe9c572f
commit 84f76abca7
2 changed files with 3 additions and 0 deletions

View file

@ -83,8 +83,10 @@ add_aur https://aur.archlinux.org/libscrypt-git.git
add_aur https://aur.archlinux.org/bcachefs-tools-git.git
add_aur https://aur.archlinux.org/linux-bcachefs-git.git
printf "\nBuilding the ISO\n"
echo "====================="
sudo cp -r $PACKAGE_DIR $WORKDIR/airootfs
cd $WORKDIR
sudo ./build.sh -v

View file

@ -16,6 +16,7 @@ I recommend that you at least skim the scripts in this repo to understand what i
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`