Commit Graph

130 Commits

Author SHA1 Message Date
Kevin Fenzi 9f254062c3 Switch md5 to sha512. Fixes bug #1234068
This is pretty cosmetic as live and cloud images don't use passwords
and they install with sha512 fine, but some people may use these
kickstarts as a base for their spins, so we should use best practices.
2015-06-21 10:38:20 -06:00
Adam Williamson d94b86c888 Don't sync the system clock when running live (RHBZ #1018162) 2015-06-18 09:30:33 -07:00
Kalev Lember 181d3e9f8c Drop any references to fedora-release-nonproduct
The package is gone in F22+ and folded into fedora-release.
2015-04-24 22:28:29 +02:00
Kevin Fenzi 5a91df2b97 Try this as a fix for ldconfig being so slow on boot on live media. bug 1195998 2015-03-06 13:17:41 -07:00
Kevin Fenzi 0eb6b1bf31 Add a few packages requested to xfce spin and increase base size 2015-02-18 19:16:17 -07:00
Adam Williamson eba9ca6a6f re-generate fontconfig cache in %post to work around #1169979 2014-12-12 10:48:43 -08:00
Adam Williamson bf3371ecfe Revert "Setup mdadm to turn off homehost (#1156614)"
This reverts commit 0bcbab3c71.
Per https://bugzilla.redhat.com/show_bug.cgi?id=1156614#c15 both
dlehman and I suspect it may be completely wrong, and it's not
strictly necessary right now, so let's leave it until dledford
clarifies.
2014-10-28 11:57:29 -07:00
Brian C. Lane 0bcbab3c71 Setup mdadm to turn off homehost (#1156614) 2014-10-28 11:43:20 -07:00
Kalev Lember bfa7d4e4f6 live base: Install fedora-release-nonproduct for non-product lives
Add fedora-release-nonproduct to fedora-live-base.ks to ensure it gets
pulled in for all spins. In order to avoid it getting pulled in to
the Workstation product that is also based on fedora-live-base.ks,
explicitly exclude fedora-release-nonproduct in workstation kickstart
file.

https://bugzilla.redhat.com/show_bug.cgi?id=1154235
2014-10-18 15:34:40 +02:00
Adam Williamson 96a16eefc4 from spot: add comfortaa fonts to live-base to fix #1116497 2014-09-19 11:06:36 -07:00
Adam Williamson 5e49468d39 we don't need to nix hwclock-save.service any more...
...because systemd dropped it in 2011:
http://lists.freedesktop.org/archives/systemd-commits/2011-May/001088.html
2014-09-06 18:11:51 -07:00
Adam Williamson 629c19368c set up tmpfs in fstab, not livesys service (fixes #1135475) 2014-09-02 09:27:29 -07:00
Kalev Lember 745387e20e live-base: Drop a redundant package inclusion
Don't explicitly include qemu-guest-agent; it's is already listed in
@guest-desktop-agents comps group that is also pulled in to
fedora-live-base.
2014-08-29 17:53:18 +02:00
Dennis Gilmore b0850152d8 license files have moved, and we no longer ship the collection as GPL but MIT 2014-08-01 12:05:44 -05:00
Kalev Lember f844fe2791 Disable gnome-software automatic updates downloading
The gnome-settings-daemon updates plugin is gone and update downloading
is handled by gnome-software instead. Adapt the live image schema
overrides for the changes.
2014-06-03 13:25:11 +02:00
Kevin Kofler ccd8c30b88 fedora-live-base.ks: do not hardcode fedora-release in %post
Do not hardcode the fedora-release package name in the %post scriptlet
(in the place that imports the Fedora RPM GPG key). Instead, use
"--whatprovides system-release", which is strictly equivalent if
fedora-release is used, but also works when the *-release package is
named differently.

This makes live easier for remixes, which have to replace fedora-release
with generic-release or ${remixname}-release. They would otherwise have
to edit fedora-live-base.ks.
2014-04-07 14:04:57 +02:00
Dennis Gilmore 352a416c61 use uname -i as it gives the arch used as the basearch by yum uname -m is incorrect 2013-12-12 04:12:29 -06:00
Adam Williamson 922fff0b59 correct path when copying GPL to live root (unversioned docdirs) 2013-12-11 14:56:15 -08:00
Matthew Miller 07ed9c93b2 set releasever and basearch so we can find the right RPM GPG key to import 2013-12-10 15:09:10 -05:00
Kalev Lember 32e066e039 Adapt for changed rpm gpg key names 2013-10-17 00:17:33 +02:00
Adam Williamson 5ee23ccea9 add workaround for #679486 from kparal (see comment #86) 2013-08-28 09:29:19 -05:00
Adam Williamson 11631d6481 move the 'livesys is done' block back up so it's at least inside livesys 2013-08-20 08:50:39 -07:00
Kevin Fenzi a47186bb67 Move configured set to the end. Fixes bug #991466 2013-08-04 11:58:54 -06:00
Bruno Wolff III 8394644034 Make it easier to handle branching
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.)
2013-06-29 08:05:30 -05:00
Adam Williamson 282c3621ba Remove root password
From Brian Lane: needed with livecd-tools >= 19.3, see RHBZ #964299
2013-05-27 15:40:28 -07:00
Bill Nottingham 409caf7074 Don't continue to write a script from the F12/F13 days that does nothing to 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.
2013-05-23 15:14:52 -04:00
Bill Nottingham 6670bc9af0 Add the new guest agent groups to the live image base and the install DVD. 2013-05-20 16:58:02 -04:00
Kevin Fenzi 6397294307 fpaste is in standard group now, no need to list it here. 2013-04-27 11:28:52 -06:00
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