Displaying 1 result from an estimated 1 matches for "rhel_5".
Did you mean:
rhel5
2010 Jan 12
2
kickstart %pre help on C5.4
Hey folks!
I'm doing some %pre work for the first time in a very long time, and
have been at this all day so far and still don't have anything sorted
out properly.
First I tried just doing some simple bash stuff like this
%pre
#!/bin/bash
# stuff
I reduced "stuff" down to basically a simple "select" statement to
echo and read input, just for the sake of debugging.