A page in your DokuWiki was added or changed. Here are the details: Date : 2016/12/23 02:03 Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0 IP-Address : 78.43.90.159 Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1482423271 New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce Edit Summary: [Building your own X2Go-TCE image] User : stefanbaur @@ -104,10 +104,12 @@ --config $LBX2GO_CONFIG --binary-images $LBX2GO_IMAGETYPE \ --archive-areas "$LBX2GO_ARCHIVE_AREAS" if lb build ; then echo -e "Build is done: '$LBX2GO_TCEDIR'" - ln ./tftpboot/live/vmlinuz ./x2go-tce-vmlinuz - ln ./tftpboot/live/initrd.img ./x2go-tce-initrd.img + if [ "$LBX2GO_IMAGETYPE" = "tftpboot" ] ; then + ln ./tftpboot/live/vmlinuz ./x2go-tce-vmlinuz + ln ./tftpboot/live/initrd.img ./x2go-tce-initrd.img + fi ln ./binary/live/filesystem.squashfs ./x2go-tce-filesystem.squashfs lb clean rm -rf ./cache else -- This mail was generated by DokuWiki at http://wiki.x2go.org/