mirror of
https://github.com/rancher/os.git
synced 2025-06-27 15:26:50 +00:00
Remove duplicate line in scripts/package-iso
This commit is contained in:
parent
81b35c69e1
commit
a6153c37e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user