[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: automating printer configuration
- From: Chris Rouch <cdvr pobox com>
- To: kickstart-list redhat com
- Subject: Re: automating printer configuration
- Date: 13 Jan 2003 15:10:45 +0100
> I have a current working kickstart (always room for improvement) for
> redhat 7.3 that requires me to manually configure the printer queues
> after the machine has finished installing.
>
> I would like to automate this process but my current attempts are
> failing.
> What I have tried:
>
> set up a queue called testprinter using printtool on master machine and
> test with lpr -P testprinter testfile works
>
> copy the information in /etc/printcap to newmachine:/etc/printcap.local
> use rsync (-Carve ssh) to create and copy /var/spool/lpr to
> newmachine:/var/spool/lpr
>
[snip]
>
> Once I get it right I can learn what directories to tar up and add it to
> my %post install.
>
> All thoughts, ideas and suggestions welcome.
On your working machine use
printconf-tui --Xexport > somefile
and then in %post use
printconf-tui --Ximport < somefile
Regards,
Chris
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]