1
0
mirror of https://github.com/rancher/os.git synced 2025-09-12 13:17:17 +00:00

try to simplify logging

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2016-12-16 00:16:19 +10:00
parent f5230f1299
commit 7519325162
2 changed files with 18 additions and 16 deletions

View File

@@ -35,7 +35,6 @@ cp /usr/lib/ISOLINUX/isolinux.bin ${CD}/boot/isolinux/
cp /usr/lib/syslinux/modules/bios/ldlinux.c32 ${CD}/boot/isolinux/
# add the installer image to the iso for non-network / dev/test
cp ${ARTIFACTS}/installer.tar ${CD}/rancheros/
cp assets/bootinfoscript ${CD}/rancheros/
gzip ${CD}/rancheros/installer.tar
cd ${CD} && xorriso \
-as mkisofs \