diff options
Diffstat (limited to 'public_hurd_boxen')
-rw-r--r-- | public_hurd_boxen/zenhost.mdwn | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/public_hurd_boxen/zenhost.mdwn b/public_hurd_boxen/zenhost.mdwn index ddd8f090..8dae914e 100644 --- a/public_hurd_boxen/zenhost.mdwn +++ b/public_hurd_boxen/zenhost.mdwn @@ -17,7 +17,7 @@ License|/fdl]]."]]"""]] # Installing - * Log with screen (`C-a H`). + * Enable loggin with screen (`C-a H`). * lvcreate ... @@ -35,25 +35,30 @@ License|/fdl]]."]]"""]] * /install - * If needed + * If needed: * cd /dev/ && ./MAKEDEV hd2 - * settrans /media/data /hurd/ext2fs /dev/hd2 + * mkdir /media/data && settrans /media/data /hurd/ext2fs /dev/hd2 * rmdir /home && ln -s media/data/home / - * syncfs -s; halt + * If needed: restore (parts of) some files + + * /etc/fstab - * Retore + * /etc/{passwd,shadow,group,gshadow} - * /etc/fstab + * adduser ... sudo - * /etc/{passwd,shadow,group,gshadow} + * passwd root - * adduser ... sudo + * /etc/ssh/ssh_host_*key* - * /etc/ssh/ssh_host_*key* + Can do this here or have to move after install_packages due to the + files being overwritten again (don't think so)? + + * syncfs -s; halt * xm create -c MACHINE |