A page in your DokuWiki was added or changed. Here are the details: Date : 2019/09/17 12:02 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:60.9) Gecko/20100101 Goanna/4.4 Firefox/60.9 PaleMoon/28.7.1 IP-Address : 109.193.81.67 Hostname : HSI-KBW-109-193-081-067.hsi7.kabel-badenwuerttemberg.de Old Revision: https://wiki.x2go.org/doku.php/doc:howto:tce?rev=1568718946 New Revision: https://wiki.x2go.org/doku.php/doc:howto:tce Edit Summary: [Starting the Build] we need to fetch kernel and initrd from the chroot directory to be buildtype-independent User : stefanbaur @@ -261,10 +261,10 @@ chmod 755 ./config/hooks/0112-remove-folders.hook.chroot fi if lb build ; then echo -e "Build is done: '$LBX2GO_TCEDIR'" - ln ./binary/live/vmlinuz ./x2go-tce-vmlinuz - ln ./binary/live/initrd.img ./x2go-tce-initrd.img + ln $(realpath ./chroot/vmlinuz) ./x2go-tce-vmlinuz + ln $(realpath ./chroot/initrd.img) ./x2go-tce-initrd.img ln ./binary/live/filesystem.squashfs ./x2go-tce-filesystem.squashfs if [ "$LBX2GO_IMAGETYPE" = "hdd" ] ; then ln ./live-image-$(echo $LBX2GO_ARCH | awk '{print $2}').img \ -- This mail was generated by DokuWiki at https://wiki.x2go.org/