1
0
mirror of https://github.com/rancher/os.git synced 2025-06-27 07:16:48 +00:00

Remove duplicate line in scripts/package-iso

This commit is contained in:
Philippe Vaucher 2017-01-05 10:47:59 +01:00
parent 81b35c69e1
commit a6153c37e6

View File

@ -9,7 +9,6 @@ CD=${BUILD}/cd
ISO=${ARTIFACTS}/$(echo ${DISTRIB_ID} | tr '[:upper:]' '[:lower:]').iso
CHECKSUM=iso-checksums.txt
mkdir -p ${CD}/boot/isolinux
mkdir -p ${CD}/boot/isolinux
if [ ! -f ${ARTIFACTS}/vmlinuz ] || [ ! -f ${ARTIFACTS}/initrd ]; then