[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: adding printers in kickstart
- From: "Cipriano Groenendal" <cipri campai nl>
- To: <kickstart-list redhat com>
- Subject: Re: adding printers in kickstart
- Date: Wed, 14 May 2003 16:40:23 +0200
> 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
Do this once on a computer. Then open a console, and run
printconf-tui --Xexport > printers.xml
It'll show you an XML config of the file. Then just create a script to write
the <$PRINTERNAME$>...</$PRINTERNAME$> nodes for every printserver you have
and write it to a new XML file. Then just run printconf-tui --Ximport <
printers.xml and you're done.
It's worked over here before :)
Cipri
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]