From 74e5c6ca2755703aad8b209a92a7fee044825fdf Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 13 Mar 2010 15:12:33 +0100 Subject: Users can now publish anonymous read-only Git repositories from their home directories. --- public_hurd_boxen/installation/flubber.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public_hurd_boxen') diff --git a/public_hurd_boxen/installation/flubber.mdwn b/public_hurd_boxen/installation/flubber.mdwn index 219c2db9..acf0fa68 100644 --- a/public_hurd_boxen/installation/flubber.mdwn +++ b/public_hurd_boxen/installation/flubber.mdwn @@ -8,14 +8,14 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] -# *git-daemon* +# *git daemon* ## `/etc/rc.local` [...] # runit doesn't work yet... LC_ALL=C date >> /var/log/git-daemon - git daemon --verbose --base-path=/var/cache /var/cache/git >> /var/log/git-daemon 2>&1 & + git daemon --verbose --user-path >> /var/log/git-daemon 2>&1 & [...] Should [[fix runit|open issues/runit]] and use Debian's `git-daemon-run` -- cgit v1.2.3 From 56f5e38bf9f7abfec049057a8cf4407dab925741 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 13 Mar 2010 17:23:15 +0100 Subject: public_hurd_boxen/installation/snubber: Need libemail-send-perl for my sendmail vs. ikiwiki patch. --- public_hurd_boxen/installation/snubber.mdwn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public_hurd_boxen') diff --git a/public_hurd_boxen/installation/snubber.mdwn b/public_hurd_boxen/installation/snubber.mdwn index 703169a8..f9542a9f 100644 --- a/public_hurd_boxen/installation/snubber.mdwn +++ b/public_hurd_boxen/installation/snubber.mdwn @@ -15,6 +15,10 @@ License|/fdl]]."]]"""]] $ find /etc/rc*/ | grep syslog | sudo xargs rm + Yet more: + + * libemail-send-perl (for my *sendmail vs. ikiwiki* patch) + # `~hurd-web/` -- cgit v1.2.3 From be974ed77c96eda0d1391d95c56726e1844f1a9d Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 24 Mar 2010 00:06:32 +0100 Subject: public_hurd_boxen/installation: install_crosshurd now in the incubator. --- public_hurd_boxen/installation.mdwn | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'public_hurd_boxen') diff --git a/public_hurd_boxen/installation.mdwn b/public_hurd_boxen/installation.mdwn index 90dbba6d..ca74a4c6 100644 --- a/public_hurd_boxen/installation.mdwn +++ b/public_hurd_boxen/installation.mdwn @@ -11,13 +11,16 @@ License|/fdl]]."]]"""]] This page documents how installation of a new machine is being done on [[zenhost]]. +This method uses +*[install_crosshurd](http://git.savannah.gnu.org/cgit/hurd/incubator.git/log/?h=install_crosshurd)*. + * Enable loggin with screen (`C-a H`). * \# lvcreate ... - * ~tschwinge/machines/[MACHINE] + * machines/[MACHINE] - * \# MACHINE=[MACHINE] TARGET=/dev/zenhost/[MACHINE]-root ~tschwinge/install_crosshurd + * \# MACHINE=[MACHINE] TARGET=/dev/zenhost/[MACHINE]-root ./install_crosshurd * TODO @@ -29,10 +32,7 @@ This page documents how installation of a new machine is being done on Ignore? -- - * Check that `/tmp/crosshurd.[MACHINE]/etc/hosts` has been created correctly. - - * \# sudo umount /tmp/crosshurd.[MACHINE] - \# sudo rmdir /tmp/crosshurd.[MACHINE] + * \# sudo umount /tmp/*/target * /etc/xen/[MACHINE] -- cgit v1.2.3