On 2014-07-03 13:14, Michael Prokop wrote:
Hi,
added Krisztian to Cc, I guess he isn't subscribed to grml-devel (so he might not have seen Axel's mail)
- Axel Beckert [Wed Jun 18, 2014 at 04:02:24PM +0200]:
On Wed, Jun 18, 2014 at 12:20:41PM +0200, Krisztian VASAS wrote:
Subject: [PATCH 1/4] Remove hardcoded scripts path if not building from pkg.
[...]
diff --git a/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_WHEEZY b/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_WHEEZY index 90bbbbf..44fcedc 100644 --- a/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_WHEEZY +++ b/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_WHEEZY @@ -6,6 +6,10 @@ deb http://security.debian.org/ wheezy/updates main contrib deb-src http://security.debian.org/ wheezy/updates main contrib
+# backports:
- deb http://http.debian.net/debian wheezy-backports main
- deb-src http://http.debian.net/debian wheezy-backports main
# official debian repository: # deb http://ftp.debian.org/debian/ wheezy main contrib non-free # deb-src http://ftp.debian.org/debian/ wheezy main contrib non-free
The commit message does not really suggest why backports should be added in general here.
Doesn't seem to be related to the remainder of the patch either.
I've taken all patches and slightly reworked them:
http://git.grml.org/?p=grml-live.git;a=commit;h=1290fba0a8e5f9a050e8510010a8...
http://git.grml.org/?p=grml-live.git;a=commit;h=1ebce30e7ecfa743317e678898cc...
http://git.grml.org/?p=grml-live.git;a=commit;h=df45a261edffbcd85df13dc6a7fa...
http://git.grml.org/?p=grml-live.git;a=commit;h=62dae38aa8dc20d1b4c3aca97902...
I hope that's ok for you, Krisztian.
Thanks for your patches, very much appreciated!
Hi all,
thanks, good to see my work was useful. The wheezy-backports is needed because the grml kernel needs newer initramfs-tools that exists only in wheezy-backports (simple dependency problem).
IroNiQ