adjust paths in build script
This commit is contained in:
parent
c1abc7aa4d
commit
81f747854a
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@ mkdir -p $build
|
|||
mkdir -p $out
|
||||
|
||||
cp -r /usr/share/archiso/configs/$profile/ $build
|
||||
cp installer/install-arch $build/$profile/airootfs/root/
|
||||
cp install-arch $build/$profile/airootfs/root/
|
||||
|
||||
# replace some files of releng profile wtih custom ones
|
||||
# e.g. a custom pacman.conf
|
||||
cp -r archiso/profile/. $build/$profile
|
||||
cp -r profile/. $build/$profile
|
||||
|
||||
# add custom repository to pacman.conf
|
||||
cat >> $build/$profile/pacman.conf <<EOF
|
||||
|
|
Loading…
Reference in a new issue