Update build.sh

This commit is contained in:
Lukáš Plevač 2021-02-07 20:23:21 +00:00 committed by GitHub
parent 447f953850
commit 71ee5fec1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ rm -rf airootfs/to_install
mkdir airootfs/to_install
mkdir airootfs/to_install/etc
mkdir airootfs/to_install/usr
mkdir airootfs/to_install/usr/local
touch airootfs/to_install/do_not_edit
cp packages.x86_64 airootfs/to_install
@ -12,4 +13,6 @@ cp airootfs/etc/bash.bashrc airootfs/to_install/etc
cp -r airootfs/etc/pacman.d airootfs/to_install/etc
cp -r airootfs/usr/backgrounds airootfs/to_install/usr
cp -r airootfs/usr/local/bin airootfs/to_install/usr/local
mkarchiso -v -o ${PWD}/out ${PWD}