summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Add a delay on ejecting (#474817)Jeremy Katz2008-12-081-0/+2
| | | | | The eject is at the end of the reboot and so people don't always have enough time to remove the CD. Add a delay to allow them to get the CD out
* Make the most recent repositories say 10 instead of 9Jeroen van Meeuwen (Fedora Unity)2008-11-291-4/+4
|
* Ensure we mount persistent home and swap always (#470317)Jeremy Katz2008-11-061-8/+16
| | | | | | We weren't running any of this if you had persistence configured and you had already booted. We should at least mount the persistent /home and turn on swap for that case as well as doing our tmpfs mounts
* Switch to using greedy migration heuristic for geode (#462531, #467762)Jeremy Katz2008-10-311-0/+1
| | | | | | | The geode driver seems to have some bugs that using the greedy migration heuristic works around (discovered in upstream https://bugs.freedesktop.org/show_bug.cgi?id=15700). This fixes both the black boxes we see on XO and also seems to make the text appear properly.
* Install scim-pinyin instead of scim-python-pinyinJens Petersen2008-10-301-0/+3
|
* Install input methods by default.Jens Petersen2008-10-271-0/+1
| | | | Local spins should remove "scim*" and "m17n*" to avoid including input methods.
* Quit plymouht before running anaconda (#468268)Jeremy Katz2008-10-231-1/+3
|
* Fix enabling of swap from LiveOS/swap.imgF10-Snap2Jeremy Katz2008-10-161-3/+3
| | | | | The previous check required there to be a swap partition in addition to the existence of LiveOS/swap.img
* Fall back to mounting /dev/live as rwJeremy Katz2008-10-151-1/+1
| | | | | If we're using the live image for a persistent overlay, we can't mount it ro, so just try to mount it rw if the ro mount fails
* Turn off setroubleshoot while running off the live imageJeremy Katz2008-10-101-0/+3
| | | | | | setroubleshoot is very resource intensive and perhaps not entirely relevant with the constrained use case of running from the live image. Turn it off right now for when running off the live image
* Mount /var/cache/yum with right perms (thanks to Till Maas)Jeremy Katz2008-10-091-1/+1
|
* Support having a swap file on the imageJeremy Katz2008-10-091-0/+3
| | | | | If you're using a USB stick or SD card, you may wish to use a swapfile off of it. Support having a LiveOS/swap.img
* Don't run mdmonitor whne we're running off the live imageJeremy Katz2008-10-091-0/+3
|
* Switch default rootfs size to 3072MBJeremy Katz2008-10-091-1/+1
| | | | | | | Switch the default rootfs to be smaller. This shouldn't impact most of the images as they're already CD sized. But this makes it so that we can put the unsquashed ext3fs onto an SD card for slower machines which makes a huge difference in performance
* Add a (temporary) bad hack to fix X on the XO (#460581)Jeremy Katz2008-10-091-0/+54
| | | | | | The geode driver doesn't properly autoconfig right now, so add a bad hack to work-around. This should go away within the next couple of weeks
* Revert "local repo changes"Jesse Keating2008-10-061-3/+0
| | | | | | This reverts commit d2479f8ed4c8d6a0a266e4183b17640988d79012. This commit wasn't supposed to be pushed to the public repo.
* Try harder to turn off PackageKit.Matthias Clasen2008-10-061-1/+5
| | | | Patch by Richard Hughes
* Merge branch 'master' of ssh://git.fedorahosted.org/git/spin-kickstartsMatthias Clasen2008-10-031-14/+20
|\
| * Support using the internal NAND as the persistent /home for the OLPCJeremy Katz2008-10-021-3/+9
| | | | | | | | | | | | | | The OLPC's internal NAND is a really good idea to use for /home rather than taking up the very hard to find RAM. The NAND is default set up with a /home on mtd0, so also do some magic so that we create our homedir under that /home.
| * Switch out references to fedora in initscript and username to be genericJeremy Katz2008-10-021-11/+11
| |
* | local repo changesMatthias Clasen2008-10-031-0/+3
|/
* drop autofs from baseRahul Sundaram2008-09-261-0/+1
|
* sendmail change revertedRahul Sundaram2008-09-261-2/+2
|
* save space. drop non desktop oriented packagesRahul Sundaram2008-09-261-1/+6
|
* Use GConf keys only for disabling packagekit update notificationJeremy Katz2008-09-141-6/+3
| | | | | | The GConf keys for PackageKit now do the right thing for disabling checking for updates and notifying the user about them. So use them rather than the autostart hacked used in F9
* Cosmetic changesJeroen van Meeuwen (Fedora Unity)2008-08-281-2/+2
|
* Make the cache for 'man -k' to be able to work by default (#455968)Jeremy Katz2008-08-111-0/+3
|