Here is the packages section of the kickstart: same as the default file. %packages ### LXDE desktop @lxde-desktop @lxde-apps @lxde-media @lxde-office @networkmanager-submodules
# LXDE has lxpolkit. Make sure no other authentication agents end up in the spin . -polkit-gnome -polkit-kde # make sure xfce4-notifyd is not pulled in notification-daemon -xfce4-notifyd # make sure xfwm4 is not pulled in for firstboot # https://bugzilla.redhat.com/show_bug.cgi?id=643416 metacity # dictionaries are big #-man-pages-* #-words # save some space -autofs -acpid -gimp-help -desktop-backgrounds-basic -realmd # only seems to be used in GNOME -PackageKit* # we switched to yumex, so we don't need this -foomatic-db-ppds -foomatic -stix-fonts -ibus-typing-booster -xscreensaver-extras #-wqy-zenhei-fonts # FIXME: Workaround to save space, do this in comps # drop some system-config things #-system-config-language -system-config-network -system-config-rootpassword #-system-config-services -policycoreutils-gui -gnome-disk-utility %end Yes, I am building under Fedora 25. Thanks again! Best wishes, Ranjan On Wed, 30 Nov 2016 11:31:32 -0800 Locane <[email protected]> wrote: > Send along the %packages% section of the kickstart? My best (mostly > ignorant) guess is you should screw with that list. What OS are you > building under? Fedora? > > On Nov 30, 2016 7:34 AM, <[email protected]> wrote: > > > I have been trying to build the LXDE spin iso using the default Fedora 25 > kickstarts available > /usr/share/spin-kickstarts/fedora-live-lxde.ks and the dependent kickstart > files. So, I try the following and get: > > $sudo setenforce 0 > $ sudo livecd-creator --config=fedora-live-lxde.ks --tmpdir=tmp > --fslabel=Fedora-LXDE-25_x86_64 > /usr/lib64/python2.7/optparse.py:1013: PendingDeprecationWarning: The > KSOption class is deprecated and will be removed in pykickstart-3. Use the > argparse module instead. > option = self.option_class(*args, **kwargs) > ['/sbin/mkfs.ext4', '-F', '-L', '_Fedora-LXDE-25_x86_64', '-m', '1', '-b', > '4096', '/dev/loop0'] > /usr/lib/python2.7/site-packages/yum/config.py:1093: > PendingDeprecationWarning: use len(mi) instead > startupconf.distroverpkg) > /usr/lib/python2.7/site-packages/imgcreate/yuminst.py:161: > PendingDeprecationWarning: use len(mi) instead > option = option.replace("$releasever", yum.config._getsysver("/", > ("system-release(release)", "redhat-release"))) > No such package system-config-network to remove > Error creating Live CD : Failed to build transaction : libcrypt conflicts > with libcrypt-nss-2.24-3.fc25.x86_64 > libcrypt-nss conflicts with libcrypt-2.24-3.fc25.x86_64 > > > As we can see, the conflict does not allow for the creation of the LiveCD > to proceed. But this is the vanilla kickstart file for Fedora's LXDE so I > was wondering what was going wrong here? > > Thanks again! > R > _______________________________________________ > livecd mailing list -- [email protected] > To unsubscribe send an email to [email protected] -- Important Notice: This mailbox is ignored: e-mails are set to be deleted on receipt. Please respond to the mailing list if appropriate. For those needing to send personal or professional e-mail, please use appropriate addresses. _______________________________________________ livecd mailing list -- [email protected] To unsubscribe send an email to [email protected]
