Skip to content

Commit

Permalink
Fixed bad directory path in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbrink committed Aug 3, 2018
1 parent b01e68f commit 3947f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archlive/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ make_syslinux() {
cp ${work_dir}/${arch}/airootfs/usr/lib/syslinux/bios/memdisk ${work_dir}/iso/${install_dir}/boot/syslinux
mkdir -p ${work_dir}/iso/${install_dir}/boot/syslinux/hdt
gzip -c -9 ${work_dir}/${arch}/airootfs/usr/share/hwdata/pci.ids > ${work_dir}/iso/${install_dir}/boot/syslinux/hdt/pciids.gz
gzip -c -9 ${work_dir}/${arch}/airootfs/usr/lib/modules/*-ARCH/modules.alias > ${work_dir}/iso/${install_dir}/boot/syslinux/hdt/modalias.gz
gzip -c -9 ${work_dir}/x86_64/airootfs/usr/lib/modules/${_uname_r}/modules.alias > ${work_dir}/iso/${install_dir}/boot/syslinux/hdt/modalias.gz
}
# Prepare /isolinux
Expand Down

0 comments on commit 3947f78

Please sign in to comment.