Displaying 3 results from an estimated 3 matches for "prmpt".
Did you mean:
prompt
2005 Jun 11
1
tftp and symlinks
...oot root 4096 2005-06-11 11:20 ubuntu-breezy
and I got "File not found" kind of error on pxeboot - so I did:
root at shaz:/var/lib/tftpboot # rm pxelinux.0
root at shaz:/var/lib/tftpboot # cp
/var/www/ubuntu-breezy/install/netboot/ubuntu-installer/i386/pxelinux.0 .
and got my boot: prmpt, but then got "ubuntu-breezy/linux not found", so same fix:
root at shaz:/var/lib/tftpboot/ubuntu-breezy # ls -l
total 8
lrwxrwxrwx 1 root root 70 2005-06-11 11:20 initrd.gz ->
/var/www/ubuntu-breezy/install/netboot/ubuntu-installer/i386/initrd.gz
lrwxrwxrwx 1 root root 66 2005-06-...
2009 Feb 02
6
Selectively Removing objects
Dear list members,
Does anyone know how to use rm() to remove only variables but not
declared functions from the environment ?
I understand I could name all the functions with, let's say
"f_something", make sure that all variables do not start with "f_" and
then remove all BUT objects starting with "f_".
However, I have already defined all the functions and it
2012 Dec 12
3
Fatal Error during bundle install
Hi I was trying to run bundle install from cmd prmpt but getting the
following error .
ruby 1.9.3p327 (2012-11-10) [i386-mingw32]
C:\Users\sony>D:
D:\>cd SupportBee-Apps
D:\SupportBee-Apps>cd apps
D:\SupportBee-Apps\apps>cd dummy
D:\SupportBee-Apps\apps\dummy>bundle install
Fetching git://github.com/rchampourlier/guard-shotgun.gi...