search for: configar

Displaying 3 results from an estimated 3 matches for "configar".

Did you mean: configur
2002 Sep 24
1
howto enter parameter at boot prompt.
Hi Sir, i am trying to customize RH-7.2 installation CD for automated installation with kickstart installation. For this at the boot prompt i have to enter the path of kickstart configaration file. boot:linux ks=file:/ks.cfg now i want to append it in syslinux.cfg file i have tried with append ks=file:/ks.cfg and also append linux ks=file:/ks.cfg but none of them worked. can u suggest me how this can be entered in syslinux.cfg file sothat its not require...
2010 Oct 26
0
[PATCH node] add logging.py
Adds rsyslog configaration module --- scripts/logging.py | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 89 insertions(+), 0 deletions(-) create mode 100755 scripts/logging.py diff --git a/scripts/logging.py b/scripts/logging.py new file mode 100755 index 0000000..6a32b7a --- /dev/null...
2010 Aug 24
11
will_paginate problem
Hi I am using rails 2.3.8 & ruby 1.3.7 & will_paginate 2.3.14 I have table name books. I am doing this code for pagination, In book_controller @@@@books = Book.paginate :page => params[:page], :per_page => 10@@@@ & in index.html.erb @@@@@<%= will_paginate @books %>@@@@@ Also added in environment.rb file this line @@@@@ require