Re: kickstart %pre help on C5.4

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



The following %pre script hangs on me - I get the little GUI window
that comes up and says "Running pre-install scripts" and it hangs
there

%pre
#!/bin/sh
# exec 1>&3
# exec > /dev/tty
# chvt 3
# exec < /dev/tty3 > /dev/tty3
# clear
SAVEPS3=$PS3
PS3="Use standard disk partitioning? "
STDISK=""
select STDISK in yes no
do
        [ "$STDISK" != "" ]     && break
done
PS3=$SAVEPS3
echo "# nothing" > /tmp/part-include






-- 
“Don't eat anything you've ever seen advertised on TV”
         - Michael Pollan, author of "In Defense of Food"
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos


[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux