This is where I will put various "stuff" that I am doing to make GNU Hurd
more cozy for me or to fix things. 1/24/05
#########################################################################
#Made vtty.sh
#!/bin/bash
console -d vga -d pc_kbd --repeat=kbd -d pc_mouse --repeat=mouse
-c /dev/cons /dev/vcs (all on one line)
#to get virtual terminals and also needed for X
#1/24/05
#########################################################################
#Made an ll script
#!/bin/bash
ls -la
#cause I like ll from FreeBSD
#1/24/05
#########################################################################
Made suggestions to the cook-book.
Under "The next steps"
2 add run .native-install again.
6 add mkdir /cdrom
7 before this do cp /cdrom/upgrade/random /dev/urandom
1/24/05
########################################################################
todo
make umount_cdrom script or something, I keep forgeting
it's: settrans -gf /cdrom
2/05/05
########################################################################
It seems running vtty.sh is causing the box to hang after
a few days whereas it was fine for three weeks without having
that running. Not sure why yet.
04/01/05
########################################################################