mirror of
https://github.com/vale981/archiso-bcachefs
synced 2025-03-04 17:11:39 -05:00
add bcachefs packages to root
This commit is contained in:
parent
17fe9c572f
commit
84f76abca7
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue