Re: how can I view output from %post

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 4 Mar 2003, Lambert, Eric wrote:

>I'm running a text based 7.3 kickstart install over NFS.  In my %post
>section (which is working now), I have several echo statements to track
>progress, however, these don't show on screen.

This works for me. I don't know how much of it is necessary/overkill.

%post
#!/bin/sh
exec > /dev/console 2>&1
TERM=dumb
reset
clear

[other commands here...]


Cheers,

Phil





[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux