diff options
Diffstat (limited to 'public_hurd_boxen/zenhost.mdwn')
-rw-r--r-- | public_hurd_boxen/zenhost.mdwn | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/public_hurd_boxen/zenhost.mdwn b/public_hurd_boxen/zenhost.mdwn index 8dae914e..e13c49b1 100644 --- a/public_hurd_boxen/zenhost.mdwn +++ b/public_hurd_boxen/zenhost.mdwn @@ -23,7 +23,7 @@ License|/fdl]]."]]"""]] * ~tschwinge/machines/MACHINE - * ~tschwinge/install_system + * ~tschwinge/install_crosshurd * MACHINE @@ -39,10 +39,14 @@ License|/fdl]]."]]"""]] * cd /dev/ && ./MAKEDEV hd2 + * mkfs.ext2 -I 128 -b 4096 /dev/hd2 + * mkdir /media/data && settrans /media/data /hurd/ext2fs /dev/hd2 * rmdir /home && ln -s media/data/home / + * mkdir /media/data/home + * If needed: restore (parts of) some files * /etc/fstab @@ -64,6 +68,8 @@ License|/fdl]]."]]"""]] * /install_packages + * add line to zenhost's `/etc/hosts` + ## TODO ### crosshurd @@ -123,3 +129,26 @@ Add grub*- somewhere. | Trust new certificates from certificate authorities? | Used to be configured later -- move seeding forward. + +--- + +# snubber + + * apache2-mpm-worker build-essential git-core gitweb ikiwiki inetutils-inetd + less libtext-csv-perl netcat nullmailer perlmagick screen texinfo + + * `find /etc/rc*/ | grep syslog | sudo xargs rm` + + * `~hurd-web/` + + * `mkdir hurd-web && GIT_DIR=hurd-web git init` + + * `~tschwinge/` + + * `mkdir tmp/backup && chmod 0733 tmp/backup` + + * restore backup + + * `/etc/apache2/mods-enabled/` + + * `rewrite.load`, `userdir.conf`, `userdir.load` |