Commit Graph

44 Commits

Author SHA1 Message Date
Michal Hlavinka d6c06a16f9 replace iotop with iotop-c
iotop was retired, replaced with iotop-c
see https://fedoraproject.org/wiki/Changes/Replace_iotop_with_iotop-c
2024-02-07 20:15:43 +01:00
Adam Williamson 268181498d Replace all 'wget' with 'wget2-wget': Wget2asWget Change
Per https://fedoraproject.org/wiki/Changes/Wget2asWget , wget
has been retired from Rawhide and replaced by wget2-wget.

I think kickstarts *do* resolve Provides so this probably works
okay as-is, but it seems clearer to update the name.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-01-31 09:17:37 -08:00
Neal Gompa 83d02d4bc4 Switch all live media variants to use livesys-scripts
Reference: https://fedoraproject.org/wiki/Changes/ModernizeLiveMedia
2022-12-01 19:37:06 -05:00
Kalev Lember 722b29c75c Update remaining lives to use Workstation as base
... instead of the desktop spin.
2014-10-24 16:26:06 +02:00
Adam Williamson 7df1d7ab82 from kparal: fix Test Day browser configuration 2014-09-15 09:08:54 -07:00
Adam Williamson 681365531c fix and simplify setting of firefox homepage in qa-test-day.ks 2013-10-22 09:16:03 -07:00
Kevin Fenzi 168dcbf3d2 Sendmail is out of standard now. No need to exclude here. 2013-08-14 13:51:17 -06:00
Kevin Fenzi ee0c9038eb Add changes for firefox pointing to test day page. Fixes bug 967558 2013-05-28 07:49:21 -06:00
Kevin Fenzi 329493a031 Update test day ks for bug 953911 2013-04-19 09:10:23 -06:00
Bruno Wolff III 8eb4d52259 qa-testday: Resolve overriding of favorite-apps issue
favorite-apps was set in persistant config for qa-testday, but only for
the live enviroment in live-desktop. The latter happens later since it
happens at run time, not build time. So a new section was added to
do a runtime override as well so the the qa-testday favorites are used
both in the live environment and after a test install.
2011-04-10 16:27:52 -05:00
Bruno Wolff III df72cdca24 qa-testday: %post sections are not run in the order I expected.
Both qa-testday.ks and fedora-live-desktop.ks were trying to modify
/usr/share/glib-2.0/schemas/org.gnome.shell.qa-testday.gschema.override
by appending to the end of it. However, even though fedora-live-desktop.ks
was %included at the start of qa-testday.ks, the %post section from
fedora-live-desktop.ks was run second, so that its favorite-apps setting
was taking prference.

So I am going back to including a vender string in the name of the
override file. This seems to result in the config from qa-testday.ks
taking precedence. But I don't know if this is based on alphabetic
ordering by filename or just random happenstance. I have a question
pending on the kickstart list to see if I can get more information
on %post ordering.
2011-04-10 10:39:47 -05:00
Bruno Wolff III 9a9545c41f qa-testday: Add favorites to the same override file desktop uses.
It looks like the override for favorites working depending on the
override file from qa-testday being processed after that from
live-desktop. It worked in testing, but might not work later.
So instead use append and the same name. This will put the qa-testday
definition after the live-desktop one in the same file.
2011-04-10 08:39:47 -05:00
Bruno Wolff III ae3d38155c qa-testday: Make a local liveinst.desktop
For some reason I don't know right now, the installed liveinst.desktop
gets renamed to anaconda.desktop in live-base. So until I know if that
should really be done differently, I'm adding a local one.
2011-04-09 21:00:05 -05:00
Bruno Wolff III 056803cac5 Add missing line to testday-wiki favorite. 2011-04-09 20:57:02 -05:00
Bruno Wolff III ea3c728d69 Adjust tweaking prerequisites to include zip and unzip. 2011-04-09 19:42:01 -05:00
Bruno Wolff III ccb24e2e7b qa-testday: Need to override welcome page a different way. 2011-04-09 19:01:49 -05:00
Bruno Wolff III ae20b8bcfb qa-testday: Remove unneeded encoding definition. 2011-04-09 18:55:29 -05:00
Bruno Wolff III 974c944b2f qa-testday: Add back install to hard drive favorite 2011-04-09 18:54:01 -05:00
Bruno Wolff III 21a1ab03f1 qa-testday: Make comment reflect favorite instead of link. 2011-04-09 18:49:13 -05:00
Bruno Wolff III d3a88a6af5 qa-testday: Link desktop entries don't work, use app entry instead. 2011-04-09 18:48:09 -05:00
Bruno Wolff III 54f86c48a7 qa-testday: Replace firefox favorite with test day wiki favorite. 2011-04-09 18:46:43 -05:00
Bruno Wolff III 998da55f54 qa-test-day: override urls don't stick, try to ignore them instead. 2011-04-09 17:02:03 -05:00
Bruno Wolff III 008df75ef7 qa-test-day: skel is in /etc not /usr. 2011-04-09 16:45:40 -05:00
Bruno Wolff III 07e9368347 qa-test-day: Remove reference to deleted favorite. 2011-04-09 16:10:18 -05:00
Bruno Wolff III 0b9063fdad qa-test-day: The new directory for favorites needs to be created. 2011-04-09 15:28:12 -05:00
Bruno Wolff III 1ce7a7bfad qa-test-day: Remove redundant firefox favorite 2011-04-09 15:26:40 -05:00
Bruno Wolff III f5653f7bb2 qa-test-day: Account for favorites search path 2011-04-09 15:24:35 -05:00
Bruno Wolff III 3b1b41ea36 qa-test-day: It looks like empty urls need to be quoted. 2011-04-09 15:17:00 -05:00
Bruno Wolff III f3a46f0631 Fix up the key value favorites override file. 2011-04-09 13:43:21 -05:00
Bruno Wolff III fd0752d245 Suppress first run pages for firefox. 2011-04-09 13:35:03 -05:00
Bruno Wolff III f32212bb3e The startup page should be changed in the branding area. 2011-04-09 11:41:54 -05:00
Bruno Wolff III 6308e3e455 glib-compile-schemas doesn't have a default.
I incorrectly assumed glib-compile-schemas would default to the system
schemas, but it turns out I need to explicitly name the directory.
2011-04-09 09:52:02 -05:00
Bruno Wolff III 7020ce3cac Remove unzip option included by mistake. 2011-04-09 08:42:53 -05:00
Bruno Wolff III 7003848a4b Change how the startup page is modified.
Recent firefox versions keep the properties in a zip archive.
So the appropriate file needs to be extracted, modified and
put back into the archive.
2011-04-09 02:06:32 -05:00
Bruno Wolff III 6d5907d4d4 Add qa desktop entries to favorites. 2011-04-09 01:09:15 -05:00
Jens Petersen b83a8b871d include fedora-livecd-desktop.ks and update haskell packages
Add emacs-haskell-mode and xmobar.  ghc-*-doc are gone.
2010-10-27 13:44:57 +10:00
Bruno Wolff III dc84eda507 Get rid of the sym linked files.
The building block spins were getting included twice. But rather than change
them to sym links have the ks files use ../ so they can just be dropped.
2010-06-07 00:02:00 -05:00
Bruno Wolff III 95eaa5286f fedora-livecd-desktop.ks in custom needs more sym links.
fedora-livecd-desktop.ks includes fedora-live-desktop.ks and
fedora-live-minimization.ks and so sym links for those need to be
added in custom as well, for things to work.
2010-03-31 18:43:12 -05:00
Jeroen van Meeuwen (Fedora Unity) 5ddfdd4a6a Add the custom/ kickstarts and bump version 2010-02-18 00:09:41 +01:00
Jeroen van Meeuwen (Fedora Unity) 344b87865a Rename fedora-mini-base.ks and fedora-mini-moblin.ks to match the naming convention used by other spins, and edit the spins that include these kickstart files accordingly
Include fedora-live-mini.ks in the custom set of kickstarts
2010-02-18 00:03:26 +01:00
Bruno Wolff III 1af63fd1ef Make adjustments to counteract size increase of the desktop spin - From kamil 2010-02-04 09:24:01 -06:00
Bruno Wolff III 457fe5982d Include QA's base ks file for test days. 2009-09-07 15:26:30 -05:00
Jeroen van Meeuwen (Fedora Unity) 10833cdbb7 Move LXDE Spin into main directory and update Makefile.am 2009-08-04 14:33:46 +02:00
Jeroen van Meeuwen (Fedora Unity) dfda24729b Move localized kickstarts to l10n/
Move custom kickstarts to custom/
Remove fedora-livecd-desktop-en_US.ks now that it is no longer necessary to
  localize the desktop.ks kickstart in en_US.
2009-08-03 23:44:14 +02:00