A page in your DokuWiki was added or changed. Here are the details: Date : 2016/12/15 13:18 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=1481807794 New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce Edit Summary: [Setting up your own netbootable X2Go-TCE environment] User : stefanbaur @@ -141,9 +141,9 @@ wget -Y off http://your-http-server-ip-here/x2go-tce/x2go-tce-filesystem.squashfs </code> In case of an FTP URL, replace http with ftp in the example above. - **Note that you MUST use an IP address. X2Go-TCE WILL NOT WORK with a DNS name, even though this test here will accept IPs and DNS names alike.** + **Note that you MUST use an IP address. X2Go-TCE WILL NOT WORK with a DNS name, even though this test here will accept IPs and DNS names alike. The only exception is when a template actually spells out that you should input a DNS name.** </note> === Adding the configuration files to your Boot Server === Again, this is assuming you already have an existing, working PXE/TFTP server setup. @@ -168,11 +168,11 @@ APPEND initrd=x2go-tce/initrd.img boot=live components noswap aufs rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 kernel.sysrq=1 keep_bootcon sysrq_always_enabled rd.driver.pre=loop rd.noverifyssl rd.skipfsck rd.live.overlay.check rd.live.overlay.reset rd.live.ram log_buf_len=1M quickreboot consoleblank=0 kernel.sysrq=1 keep_bootcon sysrq_always_enabled rootwait=120 silent quiet splash lang=de vconsole.keymap=de keyboard-layouts=de locales=de_DE.UTF-8 noroot nouser fetch=http://your-http-server-ip-here/x2go-tce/filesystem.squashfs FURTHER-OPTIONS-GO-HERE </file> - <note important>These are always required for security reasons, unless you are working on a debug image: - * ''noroot'' - do not allow the local user account on the ThinClient (named "user") to become root, e.g. using sudo **always set this unless you are debugging an image and need to log in locally** - * ''nouser'' - do not allow the local user account on the ThinClient (named "user") to log in at the console or remotely (using password "live") **always set this unless you are debugging an image and need to log in locally** + <note important>**These are always required for security reasons, unless you are working on a debug image:** + * ''noroot'' - do not allow the local user account on the ThinClient (named "user") to become root, e.g. using sudo **Always set this unless you are debugging an image and need to log in locally!** + * ''nouser'' - do not allow the local user account on the ThinClient (named "user") to log in at the console or remotely (using password "live") **Always set this unless you are debugging an image and need to log in locally!** </note> === What options are available under FURTHER-OPTIONS-GO-HERE? === -- This mail was generated by DokuWiki at http://wiki.x2go.org/