Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* oats_cfg: add option to ignore signaturesDaniel Drake2012-09-122-1/+9
|
* base: allow overriding of default keyboard/language (#6689)Daniel Drake2012-09-122-0/+45
| | | | | | | | | We have found cases where deployments want to override what is set in manufacturing data and provide their own keyboard/language defaults. Hook up with olpc-configure's new scheme for overriding defaults here.
* xo1_75: remove ntfs-3g hackDaniel Drake2012-09-111-3/+0
| | | | This package is now pulled in via regular dependencies of ntfsprogs.
* Update for olpc-firmware package rename (#12099)Daniel Drake2012-09-114-1/+5
| | | | | olpc-firmware is being renamed to olpc-firmware-qX for different machine types.
* xo1: remove old hacksDaniel Drake2012-09-101-9/+0
|
* base: remove xorg-x11-drv-displaylinkDaniel Drake2012-09-101-1/+0
| | | | | This package has been removed from Fedora since it is broken and dead upstream.
* Always ship kernel/initramfs in zip filesDaniel Drake2012-09-104-51/+73
| | | | | | | | | We now ship the kernel/initramfs in zip files only. This reduces duplication for when images get signed, and it allows us to ship a simplified olpc.fth. This implements the plan here: http://lists.laptop.org/pipermail/devel/2012-March/034439.html
* x11: switch to full DejaVu fonts for more glyph coverage (#12086)Daniel Drake2012-09-101-3/+3
|
* base: fix quoting of plymouthd arguments (#12042)Daniel Drake2012-09-041-3/+3
| | | | | We got bitten by some strange systemd behaviour with quoting. http://lists.freedesktop.org/archives/systemd-devel/2012-September/006447.html
* base: don't strip kernel modulesDaniel Drake2012-08-291-1/+1
| | | | | | | | | | | It looks like the strip invocation used here strips all symbols, even when you ask for it to strip a specific section. Exclude kernel modules from this so that they can still be loaded. Hopefully this will be the last oddity caused by minidebuginfo-stripping. If it causes much more trouble we should consider not doing this strip at all.
* zhashfs, add header data for sanity-check of file size, #12055James Cameron2012-08-281-1/+19
|
* base: strip minidebuginfoDaniel Drake2012-08-211-0/+5
| | | | | | | Based on the code from notting on https://fedorahosted.org/fesco/ticket/868 Avoids a 15mb (compressed size) growth of XO-1.5 build.
* F18 configs: enable updates-testing on ARMDaniel Drake2012-08-211-2/+2
| | | | This started being mirrored out yesterday.
* sugar_activity_group: add support for cacheonlyMartin Langhoff2012-08-201-10/+36
| | | | | To sidestep messing with bitfrost, we cache the parsed microformat using pickle.
* sugarlabs_activities: add cacheonly supportMartin Langhoff2012-08-201-7/+20
|
* sugar_activities_extra: add cacheonly supportMartin Langhoff2012-08-201-1/+2
|
* repos, yumcfg: use cachedurlopen()Martin Langhoff2012-08-202-4/+2
|
* ooblib: introduce cachedurlopen(), use it in get_repomd()Martin Langhoff2012-08-201-2/+32
| | | | | cachedurlopen() allows for a trivial caching scheme to support offline usage.
* base: add cacheonly supportMartin Langhoff2012-08-201-2/+4
| | | | | | | imgcreate (from livecd-tools) gets cacheonly support with the patches at http://lists.laptop.org/pipermail/devel/2012-July/035645.html [dsd: remove back-compat since this is in F18]
* Introduce --cache-only boolean option, propagate to modulesMartin Langhoff2012-08-204-4/+45
| | | | | | | | Along the way, add basic support for handling boolean values in python and shell scripts in modules. [dsd: trivial tweaks: renamed to --cache-only, use variable presence in environment for boolean testing, add documentation]
* Add OLPC user to lock group (#11972)Daniel Drake2012-08-201-1/+1
|
* base: update services selectionDaniel Drake2012-08-201-2/+1
| | | | | | | Fedora is moving to strictly enforce that packages can't enable their services by default, with only certain exceptions. Update the services enable list to take this into account.
* Add F18 configsDaniel Drake2012-08-146-6/+348
| | | | F18 has been branched.
* base: add plymouth.ignore-serial-consoles plymouthd parameter (#12042)Daniel Drake2012-08-081-3/+3
|
* xo1_75: temporarily switch to fbdev X driverDaniel Drake2012-08-082-1/+56
| | | | until the dove driver is updated.
* examples: remove F17 configsDaniel Drake2012-08-086-551/+0
|
* Centralize option parsing for options that can be specified multiple timesDaniel Drake2012-08-086-47/+32
| | | | | | Use common code for parsing environment for interesting options. Cleaner, and fixes handling of variables with newlines included in various places.
* base: fix NetworkManager config tweakDaniel Drake2012-08-081-1/+1
| | | | | | | | The NM config file has changed, so removing the plugins line now leaves no remaining settings for plugins. Select keyfile explicitly to avoid NM not being able to create network connections.
* base: use agetty for virtual terminalsDaniel Drake2012-08-081-1/+1
| | | | | | mingetty is no longer included in the build (fell out of dep chains) and agetty does all we need, and is also what is used by vanilla systemd.
* sugar: temporarily disable sugar-update-controlDaniel Drake2012-08-081-1/+1
| | | | Move to using standard sugar packges, which have their own updater.
* xo1_5: temporarily hack openchrome into placeDaniel Drake2012-08-082-1/+136
| | | | chrome driver needs some work for F18
* rawhide configs: update to F18 dropboxesDaniel Drake2012-08-083-23/+24
| | | | and don't force_enable rawhide - its enabled by default.
* gnome: update for NetworkManager package splitDaniel Drake2012-08-011-1/+2
|
* Remove totem (#11963)Daniel Drake2012-08-012-3/+0
| | | | We'll move towards gstreamer-browser-plugin for this release.
* Remove various obsoleted tweaksDaniel Drake2012-08-012-14/+0
|
* base: update sysctl customisation for F18Daniel Drake2012-08-011-3/+2
| | | | | Use our own customisation file rather than mangling the Fedora-shipped one.
* custom_packages: fix package list generationDaniel Drake2012-07-221-13/+11
| | | | | Fix some copy/paste errors in the last commit, and fix for the case when newlines are present in the option value.
* custom_packages: allow multiple settings to be specifiedDaniel Drake2012-07-182-18/+26
| | | | | Useful when you wish to use the custom_packages module in two ini files in the same build.
* rawhide-xo1.conf: use JFFS2Daniel Drake2012-07-061-1/+1
| | | | This was missed in the earlier move back to jffs2.
* base: remove /var/lib/dbus from /etc/rwtab (#11949)Daniel Drake2012-07-061-1/+2
| | | | | This is also in statetab. Caused an occasional hang on shutdown, because systemd doesn't understand stacked mounts.
* sugar: add nullglob check for activity installationDaniel Drake2012-07-041-0/+2
| | | | | Fix a crash in the unusual case when there are no Sugar activities to install.
* base: use builddir as imgcreate temporary directory (#11988)Daniel Drake2012-07-041-2/+4
| | | | | | | | | | imgcreate now uses /tmp as its temporary store, moved from /var/tmp. This complicates things when building on XO, and goes against the currently documented instructions. Use the build directory for storing this, which resides within /var/tmp for systemwide installs, and resides within build/ for developer checkouts.
* base: avoid wtmp games (#11952)Daniel Drake2012-06-211-0/+5
| | | | | runin testing found a shutdown race. Avoid this issue by not updating wtmp, which we don't persist anyway.
* gnome: remove empathy (#11929)Daniel Drake2012-06-181-1/+0
| | | | This is broken because it uses clutter :(
* 12.1.0 configs: enable usb_update moduleDaniel Drake2012-06-153-0/+6
|
* 12.1.0 configs: switch to frozen repositoriesDaniel Drake2012-06-153-15/+15
|
* Update to Scratch-23 (#11930)Daniel Drake2012-06-146-6/+6
| | | | Fixes XO-1.75 camera.
* base: fix mingetty parameters (#11925)Daniel Drake2012-06-091-1/+1
| | | | | Add missing %I. Fix from Sam Greenfeld. This was breaking /dev permissions and VT access.
* base: detect and disable SELinux (#11854)Daniel Drake2012-06-071-0/+25
| | | | | | | | SELinux doesn't seem to play nice with image builds any more. The anaconda builder faces the same issue and requires it to be disabled as a result. Disable SELinux if it is detected and enforcing.
* base: fix over-sed of getty settingsDaniel Drake2012-05-301-2/+2
| | | | | | | | The previous sed was now also affecting the Documentation= line. Make it more specific to avoid this. Avoids some errors during early boot related to bad URIs in these service files.