[X2Go-Commits] [live-build-x2go] 01/01: add launchpad
git-admin at x2go.org
git-admin at x2go.org
Sun Sep 20 14:46:38 CEST 2020
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch feature/bullseye-fvwm
in repository live-build-x2go.
commit a29962504401a66c481e0f1766b749c6c830ed07
Author: Juri Grabowski <debian at jugra.de>
Date: Sun Sep 20 14:46:33 2020 +0200
add launchpad
---
README.txt | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)
diff --git a/README.txt b/README.txt
index fadcb59..3e5accd 100644
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
Only usable on systems with minimum 1G RAM
-Install Debian stretch on your server
+Install Debian bullseye on your server
become root on the server
apt update
apt install ipxe atftpd atftp git-core xinetd apache2 dnsutils live-build live-config-doc live-manual-html live-boot-doc debian-archive-keyring debian-keyring
@@ -10,8 +10,8 @@ USE_INETD=false
OPTIONS="--daemon --port 69 --retry-timeout 5 --no-multicast --maxthread 100 --verbose=5 /srv/tftp"
EOF
mkdir -p /srv/tftp/{bios,uefi}
-ln -s /usr/lib/ipxe/undionly.kpxe /srv/tftp/bios/
-ln -s /boot/ipxe.efi /srv/tftp/uefi/
+ln -nfs /usr/lib/ipxe/undionly.kpxe /srv/tftp/bios/
+ln -nfs /boot/ipxe.efi /srv/tftp/uefi/
FQDN=demo.x2go.org
IP_OF_FQDN=`dig $FQDN +short`
@@ -46,11 +46,12 @@ cd $DIR
lb config -d bullseye --chroot-filesystem squashfs --apt-indices false --cache-packages false --config git://code.x2go.org/live-build-x2go.git::feature/bullseye-fvwm --archive-areas "main contrib non-free" --apt-recommends true --firmware-binary false --updates true --backports false --win32-loader false --loadlin false --security false --initsystem systemd -b netboot --bootappend-live aufs vconsole.keymap=de-latin1-nodeadkeys kernel.sysrq=1 sysrq_always_enabled log_buf_len=1M quickreb [...]
lb build
cd `dirname $DIR`
-ln -s `basename $DIR` lb-x2go
+ln -nfs `basename $DIR` lb-x2go
cd /var/www/html
-ln -s /srv/lb-x2go/binary/live/initrd.img .
-ln -s /srv/lb-x2go/binary/live/vmlinuz .
-ln -s /srv/lb-x2go/binary/live/filesystem.squashfs .
+tftpboot/live/
+ln -nfs /srv/lb-x2go/tftpboot/live/initrd.img .
+ln -nfs /srv/lb-x2go/tftpboot/live/vmlinuz .
+ln -nfs /srv/lb-x2go/binary/live/filesystem.squashfs .
YOURHW=myhw
cat <<EOF>$YOURHW
#!ipxe
@@ -59,4 +60,11 @@ kernel http://$FQDN/vmlinuz boot=live components fetch=http://$IP_OF_FQDN/filesy
initrd http://$FQDN/initrd.img
boot
EOF
-ln -s myhw $MAC_OF_YOURCLIENT
+ln -nfs myhw $MAC_OF_YOURCLIENT
+
+
+
+
+P.S.:
+To run your builds on Debian derivates, like Linuxmint or ubuntu use launchpad builds:
+sudo add-apt-repository ppa:live-build/ppa
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git
More information about the x2go-commits
mailing list