summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
Commit message (Collapse)AuthorAgeFilesLines
* set releasever and basearch so we can find the right RPM GPG key to importMatthew Miller2013-12-111-0/+2
|
* Adapt for changed rpm gpg key namesKalev Lember2013-10-171-1/+1
|
* add workaround for #679486 from kparal (see comment #86)Adam Williamson2013-08-281-0/+4
|
* move the 'livesys is done' block back up so it's at least inside livesys0.21.00.20.16Adam Williamson2013-08-201-3/+3
|
* Move configured set to the end. Fixes bug #991466Kevin Fenzi2013-08-041-2/+3
|
* Make it easier to handle branchingBruno Wolff III2013-06-291-4/+1
| | | | | | | Now the switch between using the rawhide repo and the normal repos can be done by just switching comment lines in one place (fedora-repo.ks). (Note that the repo lines in fedora-install.ks don't get changed for branching.)
* Remove root passwordAdam Williamson2013-05-271-0/+3
| | | | From Brian Lane: needed with livecd-tools >= 19.3, see RHBZ #964299
* Don't continue to write a script from the F12/F13 days that does nothing to ↵Bill Nottingham2013-05-231-18/+0
| | | | | | | halt.local. 1) it's entirely commented out, so it does nothing 2) if we wanted to do this now, it would be better done in systemd anyway.
* Add the new guest agent groups to the live image base and the install DVD.Bill Nottingham2013-05-201-0/+1
|
* fpaste is in standard group now, no need to list it here.Kevin Fenzi2013-04-271-3/+0
|
* Add liveuser to the wheel group so it can sudo. Fixes bug #927669Kevin Fenzi2013-03-271-0/+1
|
* Fix old reference to liveimg. Fixes bug #923107Kevin Fenzi2013-03-191-1/+1
|
* Fix GDM auto-login for all GNOME-based spinsRichard Hughes2013-02-131-0/+3
| | | | | | | | | | | | | | | | | | | Using >> means we have a custom.conf file that looks like this: [daemon] ... [daemon] AutomaticLoginEnable=True AutomaticLogin=liveuser Which is the first reason why it's failing. Change the cat append to replace as the other sections are optional. Additionally, the livesys legacy service is not completing before gdm is being started, which means the config file is being read before it has been altered. This can be fixed by adding a LSB-style "X-Start-Before: display-manager" in the header of livesys.
* Add qemu-guest-agent. Fixes bug 886705Kevin Fenzi2013-01-161-0/+3
|
* Handle current dracut livedir argument. (#881124)Bill Nottingham2012-12-111-0/+4
|
* Don't mount a tmpfs ourselves - use systemd's tmp.mount.Bill Nottingham2012-10-121-2/+4
| | | | We were mounting a tmpfs over a tmpfs, which aside from being redundant is appearing to cause some issues. (#857076)
* Change spins to use the new desktop env groups rather than big lists of ↵Bill Nottingham2012-09-071-9/+2
| | | | | | packages. Tested composes; package set roughly eqiuvalent.
* @base was renamed; adjust kickstarts.Bill Nottingham2012-09-011-1/+1
|
* look for rd.live.image not liveimg on command line - ref. livecd-tools-18.6Adam Williamson2012-07-311-1/+1
|
* Initial f18 rawhide packageBruno Wolff III2012-06-151-3/+3
|
* put back escaping, revert other unjustified syntax changes from fgroseAdam Williamson2012-05-081-6/+5
|
* Substitute /run/initramfs/live for /mnt/live (from fgrose)Adam Williamson2012-05-081-13/+8
| | | | | This is needed to enable mounting of home.img and swap.img in Fedora 17 LiveOS installations.
* Update repo commands to use branched releaseBruno Wolff III2012-02-121-3/+3
| | | | | | Now that we have branched we want the default repo commands to point to the branched release, not rawhide. There is an empty updates repo, so it's safe to uncomment the updates repo as well.
* 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.