<div dir="ltr">This problem does not make sense and yet i am facing it :( <br>i am using kickstart files to automate fedora installation, and the same kickstart file is working in fedora8 properly, but with fedora9 it does not even install scim. <br>
Is there any change done on how we have to list the packages we want to install in fedora9, but in that case even other packages should not have been installed, but they are working fine. I dont know where is problem, if possible can you help me to figure that out.<br>
<br>here is kickstart file for fedora9:<br><br>#platform=x86, AMD64, or Intel EM64T<br># System authorization information<br>auth  --useshadow  --passalgo=md5<br># Use graphical install<br>text<br># Firewall configuration<br>
firewall --disabled<br>firstboot --disable<br># Use interactive kickstart installation method<br>#interactive<br># System keyboard<br>keyboard us<br># System language<br>lang en_US<br># SELinux configuration<br>selinux --enforcing<br>
# Install OS instead of upgrade<br>install<br># Use CDROM installation media<br>cdrom<br><br># System timezone<br>timezone Asia/Calcutta<br># X Window System configuration information<br>xconfig  --startxonboot<br># System bootloader configuration<br>
bootloader --location=mbr<br># Partition clearing information<br>clearpart --none  <br><br>%packages<br>@office<br>@mysql<br>@admin-tools<br>@editors<br>@punjabi-support<br>@hindi-support<br>@fonts<br>@gujarati-support<br>
@gnome-desktop<br>@authoring-and-publishing<br>@base<br>@kannada-support<br>@malayalam-support<br>@telugu-support<br>@tamil-support<br>@base-x<br>@graphics<br>@dial-up<br>@oriya-support<br>@assamese-support<br>@bengali-support<br>
@legacy-fonts<br>@sound-and-video<br>@marathi-support<br>@graphical-internet<br>im-chooser<br>scribus<br>-gimp-help<br>-evolution<br>-evolution-help<br><br>%end <br><br clear="all">kickstart for fedora8 is also same, in fedora8 scim and language packages are getting installed but not in fedora9.<br>
-- <br>Regards<br>Shantanu Choudhary<br>
</div>