• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

does ubuntu have kickstart functionality?

fishjie

Senior member
I did a google search for kickstart and ubuntu and I saw lots of requests for that feature, so I'm guessing it hasn't been implemented yet for ubuntu?

Does ubuntu have support for similar functionality?
 
Originally posted by: SleepWalkerX
Ubuntu has kickstart. The package is called system-config-kickstart.

cool, i did sudo apt-get install system-config-kickstart

but then when i started it, it gave an error

"/var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py:72: GtkWarning: could not open display"

i'm guessing this is a gui and requires X to be running? the thing is, this is a linux box that we've set up at work, so I'm SSHed in from a windows machine using putty. How do I run system-config-kickstart from windows?

I'm new to linux in general so I'm gonna need some help figuring that out. Maybe I'll make a new thread for that.
 
You'll need an X server on your Windows machine and you'll probably just want to use ssh's X forwarding capabilities.
 
The only Windows X server that I've used is the one that comes with cygwin, but installing cygwin might be overkill for you.
 
You could use Xming on windows to get X forwarding up.

Debian has preseed files for unattended installs so I'm fairly certain they oughta work on a *buntu.
 
whoa xming is really cool! i used the quick and easy Xlaunch wizard and was able to launch system-config-kickstart (among other things). neat! thanks for the recommendation.
 
Back
Top