Commit Graph

1161 Commits

Author SHA1 Message Date
abveritas
53ee0a6d77 following fedora settings for enable in postinstall systemd, trials for ISO 2012-10-11 23:11:25 +00:00
Daniele
f895f4bc91 Updating bzr to 2.5.1. 2012-10-10 23:55:20 +02:00
Daniele
3e11f125b4 Removing grub2-efi-x86_64 (grub2 now provides that one). 2012-10-09 03:30:03 +02:00
abveritas
731df795eb rebuilding linux packages 2012-10-08 17:06:24 +00:00
abveritas
d37b0648b9 Linux update to address various regressions in 3.5.4, kmod update, acpi_call rebuild for new linux 2012-10-08 16:26:10 +00:00
abveritas
f4f40fe600 kmod correction 2012-10-06 20:34:52 +00:00
abveritas
8f35de26bd kmod update 2012-10-06 19:53:03 +00:00
abveritas
a8c94162be systemd update, fixed 'who' and 'user' blank output 2012-10-05 01:42:49 +00:00
Manuel
6fe04f90fa Prepare the next iso 2012-10-03 23:38:42 +00:00
abveritas
02853b5d3c linux-lts group update 2012-10-01 01:11:55 +00:00
abveritas
ace4329366 acpi_call rebuild for linux 3.5.4 2012-09-27 04:29:09 +00:00
abveritas
1af4f45142 broadcom-wl rebuild, systemd update 2012-09-27 03:12:16 +00:00
abveritas
e61655c96f ndiswrapper, tiacx rebuild for linux 3.5.4 2012-09-26 15:27:27 +00:00
abveritas
cb6fac645b linux 3.5.4 update, including new aufs3 patches, vhba-module rebuild 2012-09-26 06:10:13 +00:00
Samir
805cd84dad fix glib2 permissions 2012-09-09 21:54:35 +00:00
Samir
621c4f184d update subversion 2012-09-09 21:34:41 +00:00
Samir
63165532d5 update bash-completion path 2012-09-09 20:35:31 +00:00
Samir
d94780fda8 update git 2012-09-09 20:34:56 +00:00
Anke
cff6e49dc2 merge core systemd in core testing 2012-09-09 04:17:16 +00:00
Samir
9c2537ea7c update lsb-release 2012-09-08 10:53:01 +00:00
Anke
6a23cff718 remove Lithuanian mirror 2012-08-27 17:15:15 +00:00
Anke
ccf85cd933 pacman-mirrorlist, new brazilian mirror added 2012-08-20 18:27:24 +00:00
Samir
576c740790 remove royg.biz from mirrorlist 2012-08-15 01:44:26 +00:00
Samir
5de20d9afa update ca-certificates 2012-08-14 14:50:09 +00:00
Daniele
31f8cda578 Updating elfutils to 0.154. 2012-08-14 11:55:32 +02:00
Daniele
2fe1370281 Upgrading gawk to version 4.0.1.
Also making so that it lives inside /usr/bin, rather than /bin.
2012-08-11 04:29:57 +02:00
Samir
8f16d95f35 add grub2-themes-dharma 2012-08-09 19:24:51 +00:00
abveritas
029c01a438 one more cryptsetup rebuild, needed to go back to mkinitcpio hooks for 8.8, used too new hooks in .install 2012-07-29 22:28:03 +00:00
abveritas
adee95b689 cryptsetup rebuild, trial for encruption error 2012-07-29 18:51:51 +00:00
Daniele
6d1c6bf44a Adding a patch from Gentoo for adding rxvt-unicode{,256} to the terminfo database. 2012-07-28 14:09:59 +02:00
Daniele
4325e98dbf Removing a prehistoric ChangeLog which was taken from Arch Linux... 2012-07-28 13:47:40 +02:00
abveritas
10cc6f06b4 correct bug report url gcc 2012-07-26 12:07:50 +00:00
abveritas
7a7430f26c tiacx & broadcom rebuild for linux 3.4.6 2012-07-26 00:04:22 +00:00
abveritas
75801ed5cd linux-firmware update 2012-07-22 16:19:23 +00:00
abveritas
bd7b68b75f ndiswrapper rebuild for linux 3.4.6 2012-07-20 20:54:08 +00:00
abveritas
67e63b6fc7 acpi_call rebuild for linux 3.4.6 2012-07-20 19:24:37 +00:00
abveritas
9903399c2d kernel update to 3.4.6, systemd corrections for syslog-ng & vhba-modules 2012-07-20 15:08:42 +00:00
Daniele
048b1361c2 Changing grub2.install again, so that it restores the old configuration also when the package is upgraded.
That is because grub2 1.99 did own /boot/grub/grub.cfg, so upgrading to grub2 2.00 would result in that file being moved to its .pacsave entry.
To avoid this, which would break systems, I'll restore the old configuration, so that the configuration on disk and the bootloader in the MBR should match.
Any other choice (automatically run grub-mkconfig, or automatically run grub-install) is conceptually wrong and could lead to unwanted results or broken systems.
2012-07-16 02:33:19 +02:00
Daniele
27e669a615 Removing the '/boot/grub/grub.cfg' entry from the backup line of grub2-common.
That is a conceptual error which was inherited from Arch Linux.
We shouldn't provide a standard grub.cfg, which would make little sense, nor we should touch the user's one.
2012-07-16 01:15:25 +02:00
Daniele
897535df9c Fix some conceptual errors in grub2.install.
Removed a routine which only mattered to 2.6 kernels, which we stopped shipping like one year ago.
Stopped running update-grub automatically, or it will mean that a user might have an older GRUB installed in its MBR reading a configuration file targeted for a newer GRUB, thus failing in some funny ways.
2012-07-16 00:08:08 +02:00
Daniele
8efeacef65 Changing the grub2.install script so that it runs update-grub no matter what.
The old script only did this in the post_upgrade() hook if there was a
/boot/grub/grub.cfg file with non-zero size, but as we already tell pacman
to backup that file, we can safely regenerate it anyway.
2012-07-15 21:42:21 +02:00
Daniele
9ab875d1ac Upgrading fakeroot to 1.18.4. 2012-07-15 18:52:38 +02:00
Daniele
e1e5ff3020 Forgot to add the correct conflicts/replaces for the EFI packages... 2012-07-15 05:29:31 +02:00
Daniele
e09433b517 Major rework of the grub2 PKGBUILD and upgrade to version 2.00.
Also merged back the grub2-efi-x64 package into this PKGBUILD.
The apparent reason for Arch Linux to split it in the first seems to be the ability to break the build on i686 machines for grub-efi-x64 only.
I think this is wrong: the right way to do this is make PKGBUILD ready to build and package it, but actually do it only if the machine architecture is 'x86_64'.
2012-07-15 05:07:31 +02:00
Samir
6d0bb221bd fix service path 2012-07-05 19:03:52 +00:00
Daniele
1e31c49ed8 Rebuilding libtool to fix absolute paths pointing to /bin. 2012-07-05 01:39:54 +02:00
Daniele
361b42e94c Modifying some core PKGBUILDs so that they place their binaries in a /usr prefix, not in a / prefix. 2012-07-04 19:44:06 +02:00
abveritas
420301db66 moving old locale.sh to backup, to avoid file conflict initscripts 2012-06-29 22:03:35 +00:00
abveritas
007ce82b15 trials for fixing locale and other issues in ISO's, initscript/live 2012-06-29 21:27:28 +00:00
Samir
9f66fd41a7 install service to the correct place 2012-06-29 18:52:35 +00:00