Commit Graph

61 Commits

Author SHA1 Message Date
Owen W. Taylor 9bc42fadf7 Repoint instructions to Fedora Rawhide
Update the instructions for installing inside an existing system
to reference the Fedora rawhide tree, rather than a f24 build on
CentOS CI.
2017-08-30 15:37:46 -04:00
Owen W. Taylor 6d66c7d40e Import installation instructions inside an existing system
Copy documentation from installing inside an existing system from

https://pagure.io/fork/walters/workstation-ostree-config/branch/f24-continuous
2017-08-30 15:36:47 -04:00
Colin Walters 4d683c0e29 manifest: Add btrfs-progs
It's in comps.

Closes: https://pagure.io/atomic-wg/issue/319
2017-08-16 13:41:12 -04:00
Colin Walters 06567a547e README: Note f26 updates situation 2017-08-07 12:41:32 -04:00
Patrick Uiterwijk 78b6de80ab Add man-db
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-07-30 10:38:46 +01:00
Colin Walters e982591eba README: Fix partitioning bug info 2017-07-17 21:31:18 -04:00
Colin Walters d8ce6e4215 README: Fix known issue link 2017-07-05 16:35:18 -04:00
Colin Walters 541ee9b177 README: Fix URL syntax 2017-07-05 16:28:11 -04:00
Colin Walters 3731391b2c README.md: Migrate from atomic-ws 2017-07-05 16:27:17 -04:00
Colin Walters 9f86617312 manifest: Drop oxygen-icon-theme
It's not referenced in comps for workstation AFAICS.
2017-06-30 10:16:51 -04:00
Colin Walters 4616b02512 manifest: Remove `at`
Obsoleted by systemd timers, and see also
https://blog.verbum.org/2017/06/12/on-dm-verity-and-operating-systems/
2017-06-20 10:11:49 -04:00
Colin Walters 199835013a manifest: Fix google emoji font package reference
See fedora-comps commit: 9c4855aa074b2e554f6dd510ba655aff4fd18199
2017-06-15 15:59:00 -04:00
Colin Walters 8fbaac529e Remove abrt for now
Until
https://bugzilla.redhat.com/show_bug.cgi?id=1452336
is fixed.
2017-05-18 13:51:33 -04:00
Colin Walters 5c87851612 Remove snappy
It semi-conflicts with rpm-ostree; while we could support whole
system snapshots, the whole-system-snapshotter is going to have
to be aware of ostree, and snappy isn't.
2017-05-18 13:04:27 -04:00
Colin Walters f8db1063b1 Remove syslinux
We use GRUB2.
2017-05-18 13:00:16 -04:00
Colin Walters a3e9e454f6 Remove rpm-plugin-systemd-inhibit
This is not necessary with rpm-ostree.
2017-05-18 13:00:16 -04:00
Colin Walters 62ce51d2e6 Remove some libvirt dependencies by default 2017-05-18 13:00:15 -04:00
Colin Walters fb7d3511d2 Remove all Python bindings
If they're pulled in via dependencies, OK. Otherwise let's not ship them by
default.
2017-05-18 13:00:00 -04:00
Colin Walters ba4ed0055f Remove shared libraries
These should be pulled in via dependencies.  There's one tricky
case of plugins - I scanned the list for those but wasn't too
careful.  Anyways, it's easy to add things back.
2017-05-18 13:00:00 -04:00
Colin Walters 393f6c6cc1 Remove augeas-libs
Augeas is/was a really good idea, but in practice I think
people are mostly using Ansible and things like that.
2017-05-18 13:00:00 -04:00
Patrick Uiterwijk e543f45c18 Add dejavu, the default Fedora fonts for everything
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-05-17 22:49:38 +02:00
Patrick Uiterwijk 238657842e Clean up a bunch of packages
Some of these we probably don't want on a workstation, and some
will be dragged in via dependencies.
Dragging in via dependencies means that if an application changes
its implementation and then uses a different dependency, we don't
end up with various now-deprecated packages.

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-05-01 13:55:35 +02:00
Patrick Uiterwijk 29e64d97fd Add docker and atomic
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-04-20 12:17:04 +02:00
Patrick Uiterwijk dce2487dfd Remove the packages not in the Workstation repo
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-04-18 20:01:55 +02:00
Patrick Uiterwijk ab3c436d78 Remove broken cyrus subpackages
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-04-18 12:14:32 +02:00
Patrick Uiterwijk 0d28e708f7 Do some cleanup of packages
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-04-17 01:31:01 +02:00
Mohan Boddu a4f67e8a43 Rawhide being Fedora 27
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-02-24 17:03:24 -05:00
Owen W. Taylor 20dd1c55a7 Remove vte3
The old compat vte3 is no apparently no longer in rawhide, and in
any case doesn't need to be listed explicitly.
2017-01-11 11:47:10 -05:00
Owen W. Taylor 57a919fe17 fedora-ostree-workstation.json: Remove adwaita-qt-common
This subpackage was removed - adwaita-qt4 and adwaita-qt5 no longer
share files.
2017-01-05 15:59:40 -05:00
pfrields 33c6d0b3cc Remove pam_pkcs11 2016-11-08 15:42:51 +00:00
Owen W. Taylor 392bd281cd Work around systemd issue with ProtectHome
Systemd has issues with the ProtectHome directive when /home is a
symlink. Since this is used by several systemd-provided services,
this causes problems with starting them up. Work around this temporarily
by removing these lines. (The issue will be fixed in systemd 232)

Copied from atomic-ws.
2016-10-10 16:31:53 -04:00
Owen W. Taylor 44883daf24 Fix problem with systemd logs not being persisted
During the boot with ostree, the detection of whether the logs on
the system should be persisted can be confused. Explicitely configure
them to be persisted.

Copied from atomic-ws.
2016-10-10 16:31:11 -04:00
Owen W. Taylor f5191fcf1a Add an empty postprocess script
This is a place to add workarounds and config changes
2016-10-10 16:29:28 -04:00
Ray Strode 444a6b2354 fedora-ostree-workstation: remove vmmouse driver
[09:55:01] 2<8dgilmore2> halfline: error: No package
'xorg-x11-drv-vmmouse' found
[09:57:15] <dgilmore> apparently the vmmouse is now a kernel drive that
works with libinput
2016-10-07 10:02:29 -04:00
Ray Strode 65b40b2e7a fedora-ostree-workstation: remove duplicates from package list
Some packages are listed twice.
2016-10-07 10:02:11 -04:00
Ray Strode 7e60d64c9b fedora-ostree-workstation: add nss-altfiles back
ostree needs it for the /usr/lib/passwd split
2016-10-06 15:56:23 -04:00
Dennis Gilmore 33c8fc286c cleanup the workstation ostree package set
after a irc converastion with Ray Strode it was decided that these
packages are not part of the workstation ostree and should not be
installed.

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-10-04 15:43:27 -05:00
Dennis Gilmore 49d5c55449 pull in fedora-bookmarks not astronomy-bookmarks
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-09-29 10:33:34 -05:00
Dennis Gilmore 9a651faf28 set automatic_version_prefix to 26
rawhide is targeting fedora 26 now update the version to match

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-09-18 21:10:24 -05:00
Dennis Gilmore 955dbde7d7 sync repo file to fedora-atomic copy
copy the repo definition from https://pagure.io/fedora-atomic/blob/master/f/fedora-rawhide.repo

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-09-18 21:08:57 -05:00
Dennis Gilmore 70eda3c106 use download.fp.o to download content from
download.fp.o is part of mirrormanager that redirects to a close by
mirror using geoip

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-09-18 21:06:44 -05:00
David King 66638b701d Remove obsolete dnf langpacks packages 2016-09-13 08:44:31 +02:00
David King e18483cc83 Uncomment mirrorlist in repo file 2016-09-13 08:43:51 +02:00
Colin Walters 7857bf4dad repo: Use dl.fp.org
This is a more canonical location and generally a better direct
mirror, at least for me (admittedly in the US).
2016-06-10 08:37:14 -04:00
David King 39ee686981 xdg-app was renamed to flatpak 2016-05-30 13:22:38 +02:00
David King 4510efc9e5 Remove obsolete blivet-data package from manifest 2016-05-16 14:03:25 +01:00
David King 5396a3a5fe Fix tree_file in config.ini 2016-05-16 14:03:07 +01:00
David King 2f798520b6 Change the ref again
As suggested in:

https://fedorahosted.org/rel-eng/ticket/6399
2016-04-29 20:08:56 +01:00
David King aa4a1b9533 Remove open-vm-tools from the package list
It has not been built successfully against newer versions of ICU.
Mirrors a change in comps.
2016-04-29 20:07:02 +01:00
David King 044f2d9ff9 Fix the repository URL 2016-04-29 20:07:02 +01:00