diff options
Diffstat (limited to 'hurd/running/vmware.mdwn')
-rw-r--r-- | hurd/running/vmware.mdwn | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/hurd/running/vmware.mdwn b/hurd/running/vmware.mdwn index fa00394f..25d90a13 100644 --- a/hurd/running/vmware.mdwn +++ b/hurd/running/vmware.mdwn @@ -52,16 +52,3 @@ Edit /media/floppy/boot/grub/menu.lst with your favorite text editor and change Start using GNU, here is <http://www.gnu.org/software/hurd/users-guide/using_gnuhurd.html>. - -You can add a shell script umount so that apt can automatically unmount cdroms - - #!/bin/sh - # Filename: /usr/bin/umount - - settrans -fg "$@" - -Give executable permission to the script - - # chmod +x /usr/bin/umount - -In /etc/fstab add a trailing '/' after cdrom like /cdrom/ since apt uses a traing '/' |