On 8/15/06, keith meyer <[EMAIL PROTECTED]> wrote:
Hello all,
My first time posting to any mailing list and I'm not sure if I need to post
this here.
I want to create an installation program so I can actually send my distro that
I have made through LFS and have others install it on their computers. Only
problem is on this I don't know where to start. Any advice would be greatly
appreciated.
Keith
I'm writing mine in Perl. Learn to make dialogs with Zenity (if
graphical) or ncurses (textmode). Or you can be lazy like me and just
get
$response = <STDIN>;
every time.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page