adjust paths in build script

This commit is contained in:
Maximilian Keßler 2023-10-14 20:25:29 +02:00
parent c1abc7aa4d
commit 81f747854a
Signed by: max
GPG key ID: BCC5A619923C0BA5

View file

@ -9,11 +9,11 @@ mkdir -p $build
mkdir -p $out mkdir -p $out
cp -r /usr/share/archiso/configs/$profile/ $build 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 # replace some files of releng profile wtih custom ones
# e.g. a custom pacman.conf # e.g. a custom pacman.conf
cp -r archiso/profile/. $build/$profile cp -r profile/. $build/$profile
# add custom repository to pacman.conf # add custom repository to pacman.conf
cat >> $build/$profile/pacman.conf <<EOF cat >> $build/$profile/pacman.conf <<EOF