summaryrefslogtreecommitdiff
path: root/strata/foundation
Commit message (Collapse)AuthorAgeFilesLines
* Remove temporary file which was added accidentallyPedro Alvarez2015-02-131-28/+0
|
* Merge branch 'baserock/pedroalvarez/systemd-v218'Pedro Alvarez2015-02-121-0/+28
|\ | | | | | | | | Reviewed-by: Javier Jardon <jjardon@gnome.org> Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * Upgrade systemd to v218 to get bug fixesPedro Alvarez2015-02-121-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trove-setup uses `systemctl enable` and it wasn't working for template units (in this case the minion services). With this upgrade we fix the Trove deployments. Also some users have found some problems with the 'systemd-journald' service, which starts logging before the system mounts the '/var' subvolume. This upgrade is supposed to fix that as well. Systemd v218 had an important bug: ~ # ssh localhost Connection closed by ::1 Which was dropping this error in the systemd journal: Assertion 'canonical' failed at src/nss-myhostname/nss-myhostname.c:204, function fill_in_hostent(). Aborting. This bug was fixed upstream in the commit 3fdcecc87eb381ef300719e419d5863dd8a64a97 and it's also been included in this upgrade.
* | Regenerate config.{guess,sub} scriptsTiago Gomes2015-02-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | Some packages have old config.guess and config.sub scripts which don't recognize the aarch64-linux-gnu GNU triplet. For some cases, it is enough to do a `autoreconfig -if` to update those scripts. However, this approach cannot be used because when the configure scripts are not compatible with the current automake, autoheader, aclocal and friends; or when the project doesn't use automake at all (it has Makefile.in files, but not Makefile.am files). For those cases, we copy the system config.guess and config.sub scripts installed by automake.
* | Update to btrfs-progs v3.18.2Tiago Gomes2015-02-123-2/+27
| | | | | | | | acl and e2fsprogs are new dependencies of btrfs-progs.
* | Update to groff 1.22.3Tiago Gomes2015-02-121-0/+2
|/
* Fix error in linux-pam when try to run sudo commandbaserock/franred/fix-pam-sudo-errorFrancisco Redondo Marchena2015-02-111-0/+13
| | | | | | | | | | sudo command in an openstack system fails with the following error message: # sudo -u neutron echo sudo: unable to initialize PAM: No such file or directory Adding the "other" file in /etc/pam.d fixes this error.
* Add time-zone-database to foundationSam Thursfield2015-02-041-0/+10
| | | | | | | | This increases the size of each system by about 3MB. It allows Baserock systems to convert local time values between different timezones, and is useful for all systems with users who want to be able to manage their system time relative to a certain timezone.
* Add comment to configure commandbaserock/richardipsum/lspci-fix-v2Richard Ipsum2015-01-221-1/+1
| | | | | At first glance this might seem redundant since the makefile defaults to share/man if the directory is already present
* Quote variablesRichard Ipsum2015-01-221-2/+2
|
* Pass PREFIX to makeRichard Ipsum2015-01-221-4/+4
| | | | Makes lpsci look in the right place for the pci.ids file
* Temporary Networkd fix to configure DHCP also in eth* interfacesbaserock/pedroalvarez/networkd-conf-fixPedro Alvarez2014-12-101-1/+1
| | | | | | | | | We assumed that the ethernet interfaces always were going to be called en* (e.g. ens3) when using the new version of systemd (v217), but sometimes these interfaces can be called eth* (e.g. eth0). If this happens the current configuration is not enough. This patch is to enable DHCP also in eth* interfaces.
* systemd.morph: Configure network using systemdJavier Jardón2014-11-171-2/+9
|
* Build systemd v217Javier Jardón2014-11-171-1/+1
|
* Move coreutils to its own stratumJavier Jardón2014-11-111-9/+0
|
* Bison depends on help2manJavier Jardón2014-09-151-9/+0
| | | | | | Move help2man to core as bison depends on it; the attempt to create manpages without help2man turns from no-op to hard error since automake 1.13
* Re-organise definitions with scripts/organise-morphologies.pyGENIVI-I0.1baserock/release/GENIVI-I0.1Richard Maw2014-08-1816-0/+176