summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
Commit message (Collapse)AuthorAgeFilesLines
* Initial f17 buildBruno Wolff III2011-10-251-3/+3
| | | | Switch back to using rawhide for live images by default
* update system disablement for systemd, drop some dead woodAdam Williamson2011-10-151-20/+12
| | | | Signed-off-by: Bruno Wolff III <bruno@wolff.to>
* Add grub2, grub-efi and efibootmgr for EFI install/booting. Fixes bug #735023Kevin Fenzi2011-10-131-0/+4
|
* Switch from using rawhide to release repos.Bruno Wolff III2011-08-061-3/+3
|
* Master branch is now following rawhide.Bruno Wolff III2011-05-021-2/+2
|
* fedora-live-base.ks: Don't prelink the live images.Kevin Kofler2011-04-071-4/+0
| | | | | | This unacceptably increases the size of the images by several MiB. The KDE image grew by 17 to 24 MiB, making it go oversized. See https://bugzilla.redhat.com/show_bug.cgi?id=679880#c13 and followups.
* Fix don't run prelink patch.Bruno Wolff III2011-04-031-3/+3
| | | | | I accidentally stuck it in the wrong place on the last commit, and forgot to do both live-base and live-mini.
* Don't run prelink on a running live image.Bruno Wolff III2011-04-031-0/+3
|
* Match updated prelink requirements.Bruno Wolff III2011-04-031-1/+1
| | | | | | | The m option is used so that this will work in some i686 cases where it wouldn't before. prelink is optional, so handle it not being available.
* Add prelink in. See bug: 679880Kevin Fenzi2011-04-021-0/+4
|
* Prevent reseting the clock when shutting down.Bruno Wolff III2011-03-301-3/+3
| | | | | With systemd the old method of preventing the hardware clock from getting reset no longer works and we need to do it a bit differently.
* base: prevent unintended failures in the livesys initscriptMatthias Clasen2011-03-231-6/+6
| | | | | Some of the tweaks we do there may fail if the packages containing the touched files are not present. Better be careful.
* Update the gnome-packagekit tweaksMatthias Clasen2011-03-011-12/+2
| | | | | | gnome-packagekit is no longer using GConf, so tweaking GConf keys has little effect. Instead disable the gnome-settings-daemon updates plugin.
* Remove some chkconfig calls that are disabling things that don't exist.Bill Nottingham2011-03-011-5/+1
|
* Switch default repos now that F15 has branched.Bruno Wolff III2011-02-111-2/+2
|
* Move fpaste to the base ks. It's small, doesn't have many deps and veryKevin Fenzi2011-02-091-0/+3
| | | | useful for debugging problems.
* Use $releasever instead of hard coded release.Bruno Wolff III2011-01-271-3/+3
| | | | | | | livecd-creator supports $releasever, so we can remove hard coded release names (other than rawhide) from the repo commands. Even though these are currently comments, I wanted to get a head start on getting these ready for the F15 branch.
* Need to remove rpm db files after running rpm in the post section.Bruno Wolff III2011-01-261-0/+2
|
* arch=i386 changed back to arch=$basearch.Bruno Wolff III2011-01-101-4/+4
|
* The master branch is back to using rawhide for a while.Bruno Wolff III2010-10-121-3/+3
|
* kickstart files need to use absolute basearch and releasever.Bruno Wolff III2010-10-121-4/+4
| | | | | The mirrorlist url used yum variables ($basearch and $releasever) which don't work in pykickstart. I changed them to i386 and 14.
* Update repo definitionsBruno Wolff III2010-08-301-10/+4
| | | | | | | At this point in the release cycle the fedora and updates repos should be enabled. The ks files for live spins that define these should be consistent with each other.
* Remove Ugly hack for XO laptops from bug 460581. It's no longer neededKevin Fenzi2010-08-251-56/+0
| | | | and causing problems with some other Geode devices.
* Fix xdriver= passing. Patch from Adam Williamson <awilliam@redhat.com>kevin2010-08-121-2/+7
|
* Fix firstboot for f14alphakevin2010-08-101-0/+7
|
* Replace makewhatis with mandbkevin2010-08-041-1/+1
|
* Remove attempt to copy over documentation file that doesn't exist.Bruno Wolff III2010-06-021-1/+0
| | | | | | I checked with docs and that file isn't packaged any more, because it was felt to be something that you wouldn't need once you made the live image. That stance is negotiable if someone thinks it is worth including.
* Switch to using rawhide repo.Bruno Wolff III2010-06-011-2/+2
|
* use small ibus-pinyin-db-android for liveJens Petersen2010-05-211-2/+3
| | | | ibus-pinyin-open-phrase is now ibus-pinyin-db-open-phrase
* Base: Fix disabling of update checks for gnome-packagekit 2.30Christoph Wickert2010-05-091-5/+5
|
* Prevent readahead-collect during live bootMatthias Clasen2010-04-301-0/+4
| | | | This is not really useful, and has been complained about in bug 583706.
* Readd anaconda and isomd5sumColin Walters2010-03-241-0/+4
| | | | Oops - these need to be in base.
* Rework live-base and desktop minimizationColin Walters2010-03-241-45/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | First, strip the "minimization" parts out of fedora-live-base.ks, and move them into fedora-live-minimization.ks. All previous consumers of fedora-live-base.ks are updated. The old fedora-live-base.ks was conflating two entirely different things: * A live-based image which can be used to install * Stripping some random bits to fit onto a CD The previous fedora-livecd-desktop is now fedora-live-desktop.ks. The new file fedora-livecd-desktop.ks is actually further minimizations on top of fedora-live-desktop.ks. Split up these two concepts so that fedora-live-desktop is *THE* desktop. What we expect everyone to have as a base, and the exact same set of packages should be installed by Standalone Anaconda (DVD) as well. Then, we have minimization hacks in fedora-live-desktop-cd.ks. Over time, we should be shrinking the default install and making it more just-in-time, by e.g. having many more things use the PackageKit library to pull in components as needed.
* Exclude ibus-pinyin-open-phrasekevin2010-03-231-0/+2
|
* Point live at Fedora 13, not rawhide for now.Warren Togami2010-02-171-3/+3
|
* There is no /boot/initrd* anymore to remove, so instead remove ↵Jeroen van Meeuwen (Fedora Unity)2010-01-021-1/+1
| | | | /boot/initram* (#551094)
* Revert incidental removal of the mdns service firewall enablementJeroen van Meeuwen (Fedora Unity)2009-12-141-1/+1
|
* Pass "--kickstart=" when running liveinst with a kickstart (#543722)Jeroen van Meeuwen (Fedora Unity)2009-12-111-2/+2
|
* Print all RPMS installed during livecd-creatorWarren Togami2009-12-081-0/+2
|
* XXX: This often gets stuck during shutdown because /etc/init.d/haltWarren Togami2009-11-021-5/+8
| | | | | (or something else still running) wants to read files from the block\ device that was ejected. Disable for now. Bug #531924
* more fixes for warrenMatthias Clasen2009-08-031-2/+2
|
* Enable rawhide by defaultMatthias Clasen2009-08-031-1/+1
|
* Revert accidental %repo changesMatthias Clasen2009-08-031-6/+3
|
* Remove a workaround for a long-fixed avahi bugMatthias Clasen2009-08-011-6/+4
|
* udev dropped vol_id, replace with blkidJeremy Katz2009-07-071-1/+1
| | | | | udev no longer ships a vol_id binary saying that blkid should be used instead. *sigh*
* - update example repos from f10 to f11Jens Petersen2009-06-111-6/+7
| | | | | | | | - comment out -debuginfo to avoid annoying warning every spin debuginfo should only get pulled in if a debuginfo repo is explicitly enabled and someone might actually want to have it for testing say, so hope we can drop it completely
* Poke a hole for mdns in the firewall since we do other things to make it ↵Jeremy Katz2009-04-071-1/+1
| | | | work nicely
* Parameterize LiveOS so that we can support multiple images on a stickJeremy Katz2009-03-061-4/+12
| | | | | Booting with live_dir=foo will now look in foo/ rather than LiveOS/ for the live image bits and pieces
* no longer include scim-pinyinJens Petersen2009-01-211-3/+0
|
* Switch to ext4 for / on the live imagesJeremy Katz2009-01-201-1/+1
| | | | | | With ef2fsprogs-1.41.3-4.fc11, shrinking of ext4 filesystems is fixed and since we want to be using ext4 as the rootfs for Fedora 11 alpha, let's make the change. Note that you'll also need livecd-tools-021 for livecd-creator to not reject the fstype