Skip to content

Commit

Permalink
Added missing variable to build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbrink committed Aug 3, 2018
1 parent 3947f78 commit 24a8c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions archlive/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ make_boot_extra() {
# Prepare /${install_dir}/boot/syslinux
make_syslinux() {
_uname_r=$(file -b ${work_dir}/x86_64/airootfs/boot/vmlinuz-linux| awk 'f{print;f=0} /version/{f=1}' RS=' ')
mkdir -p ${work_dir}/iso/${install_dir}/boot/syslinux
for _cfg in ${script_path}/syslinux/*.cfg; do
sed "s|%ARCHISO_LABEL%|${iso_label}|g;
Expand Down

0 comments on commit 24a8c70

Please sign in to comment.