How to pass options to the booted system via PXECONFIG script
|
2013-11-01, 20:16
(This post was last modified: 2013-11-01 22:18 by knatesan.)
Post: #1
|
|||
|
|||
How to pass options to the booted system via PXECONFIG script
I have a script that automatically runs after system has been pxebooted.
that script needs some information like IP address and path to some file. I would like to specify in my PXEconfig file. Does anyone have gone through this? any clue on how to do this? Thanks in advance.. Below is my PXE config file("Bootloader.cfg") "kernel nfs://192.168.13.5/var/www/nfsshare/casper/vmlinuz initrd nfs://192.168.13.5/var/www/nfsshare/casper/initrd.gz echo now booting... imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=192.168.13.5:/var/www/nfsshare/ boot" I have placed my script in /usr/bin and i have a entry in /etc/rc.local aswell. I want to pass some arguments for my script like IP address.. something like "autoexe" .. Any clue? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to pass options to the booted system via PXECONFIG script - knatesan - 2013-11-01 20:16
RE: How to pass options to the booted system via PXECONFIG script - knatesan - 2013-11-01, 22:19
RE: How to pass options to the booted system via PXECONFIG script - robinsmidsrod - 2013-11-03, 22:40
RE: How to pass options to the booted system via PXECONFIG script - knatesan - 2013-11-07, 20:35
RE: How to pass options to the booted system via PXECONFIG script - robinsmidsrod - 2013-11-08, 12:57
RE: How to pass options to the booted system via PXECONFIG script - knatesan - 2013-11-13, 01:35
RE: How to pass options to the booted system via PXECONFIG script - robinsmidsrod - 2013-11-14, 09:13
|
User(s) browsing this thread: 4 Guest(s)