Lambert, Eric wrote:
Does someone know the correct command line to use in kickstart (or in
a running OS for that matter) to use to add an LPD network printer?
I'm looking for accomplishing the same thing as what happens when I
run the "printconf-gui" tool and do the following:
Select "New"
enter a queue name
select "Unix Printer" (LPD) as the queue type
enter a print-server name and queue name on the server
select Postscript Printer as the print driver type
Finish
hi,
you can use "redhat-config-printer-tui". First you configure all your
printers on a installed computer.
Then you export you current setting "redhat-config-printer-tui --Xexport
> filename.xml".
Put the "filename.xml" somewhere you can access during the Installation
for example :
wget -c http://your.server/filename.xml
and import the settings:
"redhat-config-printer-tui --Ximport < filename.xml"
Mfg
M.SOYSAL