Commit Graph

102 Commits

Author SHA1 Message Date
Kevin Fenzi 83de9134f8 Add liveuser to the wheel group so it can sudo. Fixes bug #927669 2013-03-27 09:32:23 -06:00
Kevin Fenzi 55a954e811 Fix old reference to liveimg. Fixes bug #923107 2013-03-19 12:43:49 -06:00
Richard Hughes 254dfaeee6 Fix GDM auto-login for all GNOME-based spins
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.
2013-02-13 14:34:02 -05:00
Kevin Fenzi 32f754bc8c Add qemu-guest-agent. Fixes bug 886705 2013-01-16 12:31:32 -07:00
Bill Nottingham 1bb77a5909 Handle current dracut livedir argument. (#881124) 2012-12-11 14:28:39 -05:00
Bill Nottingham 600308e3be Don't mount a tmpfs ourselves - use systemd's tmp.mount.
We were mounting a tmpfs over a tmpfs, which aside from being redundant is appearing to cause some issues. (#857076)
2012-10-12 10:40:55 -04:00
Bill Nottingham ec24510780 Change spins to use the new desktop env groups rather than big lists of packages.
Tested composes; package set roughly eqiuvalent.
2012-09-07 15:41:31 -04:00
Bill Nottingham 5a74ea22ac @base was renamed; adjust kickstarts. 2012-09-01 13:00:10 -04:00
Adam Williamson aa39c91a41 look for rd.live.image not liveimg on command line - ref. livecd-tools-18.6 2012-07-31 13:12:37 -07:00
Bruno Wolff III c582e3962e Initial f18 rawhide package 2012-06-15 11:24:31 -05:00
Adam Williamson 3ac66a0add put back escaping, revert other unjustified syntax changes from fgrose 2012-05-08 12:38:11 -07:00
Adam Williamson 99cd6d592e Substitute /run/initramfs/live for /mnt/live (from fgrose)
This is needed to enable mounting of home.img and swap.img in
Fedora 17 LiveOS installations.
2012-05-08 12:11:15 -07:00
Bruno Wolff III 5f00cb35c5 Update repo commands to use branched release
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.
2012-02-12 08:04:42 -06:00
Bruno Wolff III c6d5e9053a Initial f17 build
Switch back to using rawhide for live images by default
2011-10-25 07:00:54 -05:00
Adam Williamson 5ad2a6e42b update system disablement for systemd, drop some dead wood
Signed-off-by: Bruno Wolff III <bruno@wolff.to>
2011-10-15 09:15:28 -05:00
Kevin Fenzi 3c72e9eae4 Add grub2, grub-efi and efibootmgr for EFI install/booting. Fixes bug #735023 2011-10-13 09:20:03 -06:00
Bruno Wolff III 5f363b1baa Switch from using rawhide to release repos. 2011-08-06 11:13:32 -05:00
Bruno Wolff III 7ce33d2aed Master branch is now following rawhide. 2011-05-02 23:11:40 -05:00
Kevin Kofler 36271446ff fedora-live-base.ks: Don't prelink the live images.
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.
2011-04-07 09:56:14 +02:00
Bruno Wolff III fc56888436 Fix don't run prelink patch.
I accidentally stuck it in the wrong place on the last commit, and forgot to
do both live-base and live-mini.
2011-04-03 08:41:31 -05:00
Bruno Wolff III 34c07aa4fa Don't run prelink on a running live image. 2011-04-03 08:35:36 -05:00
Bruno Wolff III e095d42c59 Match updated prelink requirements.
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.
2011-04-03 08:28:34 -05:00
Kevin Fenzi 45ad6629a1 Add prelink in. See bug: 679880 2011-04-02 18:41:38 -06:00
Bruno Wolff III d935d49b26 Prevent reseting the clock when shutting down.
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.
2011-03-30 23:00:32 -05:00
Matthias Clasen 47eaac1dc1 base: prevent unintended failures in the livesys initscript
Some of the tweaks we do there may fail if the packages containing
the touched files are not present. Better be careful.
2011-03-23 11:59:04 -04:00
Matthias Clasen fae7f280df Update the gnome-packagekit tweaks
gnome-packagekit is no longer using GConf, so tweaking GConf keys
has little effect. Instead disable the gnome-settings-daemon updates
plugin.
2011-03-01 11:09:31 -05:00
Bill Nottingham 5cdace94d6 Remove some chkconfig calls that are disabling things that don't exist. 2011-03-01 10:40:02 -05:00
Bruno Wolff III a878b281e4 Switch default repos now that F15 has branched. 2011-02-11 10:08:02 -06:00
Kevin Fenzi ed00e34b0b Move fpaste to the base ks. It's small, doesn't have many deps and very
useful for debugging problems.
2011-02-09 08:53:07 -07:00
Bruno Wolff III 9c6bf5bdaf Use $releasever instead of hard coded release.
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.
2011-01-27 11:37:01 -06:00
Bruno Wolff III 60096cecce Need to remove rpm db files after running rpm in the post section. 2011-01-26 00:51:41 -06:00
Bruno Wolff III 4af94adf17 arch=i386 changed back to arch=$basearch. 2011-01-10 08:14:48 -06:00
Bruno Wolff III 86477b4fbd The master branch is back to using rawhide for a while. 2010-10-12 22:22:49 -05:00
Bruno Wolff III 7e737f095e kickstart files need to use absolute basearch and releasever.
The mirrorlist url used yum variables ($basearch and $releasever) which don't
work in pykickstart. I changed them to i386 and 14.
2010-10-12 21:40:00 -05:00
Bruno Wolff III ccbd53091d Update repo definitions
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.
2010-08-30 21:58:46 -05:00
Kevin Fenzi e9152aa143 Remove Ugly hack for XO laptops from bug 460581. It's no longer needed
and causing problems with some other Geode devices.
2010-08-25 15:46:50 -06:00
kevin b500cb3bb9 Fix xdriver= passing. Patch from Adam Williamson <awilliam@redhat.com> 2010-08-12 09:43:00 -06:00
kevin 6e1f238145 Fix firstboot for f14alpha 2010-08-10 10:54:52 -06:00
kevin dedc97f491 Replace makewhatis with mandb 2010-08-04 09:58:13 -06:00
Bruno Wolff III c488a9529c Remove attempt to copy over documentation file that doesn't exist.
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.
2010-06-02 23:53:53 -05:00
Bruno Wolff III 0c9733724d Switch to using rawhide repo. 2010-06-01 23:43:11 -05:00
Jens Petersen b0449a43b6 use small ibus-pinyin-db-android for live
ibus-pinyin-open-phrase is now ibus-pinyin-db-open-phrase
2010-05-21 17:44:40 +10:00
Christoph Wickert e1d0f02c0d Base: Fix disabling of update checks for gnome-packagekit 2.30 2010-05-09 23:20:24 +02:00
Matthias Clasen 34c27a76cb Prevent readahead-collect during live boot
This is not really useful, and has been complained about in bug 583706.
2010-04-30 07:50:27 -04:00
Colin Walters 2a68fde598 Readd anaconda and isomd5sum
Oops - these need to be in base.
2010-03-24 17:58:32 -04:00
Colin Walters 198011f976 Rework live-base and desktop minimization
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.
2010-03-24 15:43:51 -04:00
kevin 05c51b0146 Exclude ibus-pinyin-open-phrase 2010-03-23 22:53:55 -06:00
Warren Togami ff1e3e892c Point live at Fedora 13, not rawhide for now. 2010-02-17 17:12:09 -05:00
Jeroen van Meeuwen (Fedora Unity) 3689019df3 There is no /boot/initrd* anymore to remove, so instead remove /boot/initram* (#551094) 2010-01-02 15:02:43 +01:00
Jeroen van Meeuwen (Fedora Unity) c3ace496a6 Revert incidental removal of the mdns service firewall enablement 2009-12-14 13:07:43 +01:00