From 1a48fd620db5944272ff017b09092ad620baa728 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Thu, 9 Jul 2015 18:19:41 +0200 Subject: [PATCH] Import patches-unapplied version 2.332 to ubuntu/wily-proposed Imported using git-ubuntu import. Changelog parent: 9cc1a68ad19aeacd7cf9db62abc93d7d1771d41f New changelog entries: * Get previous ubuntu-core changes on desktop-next --- debian/changelog | 6 ++++ .../hooks/04-configure_network.chroot | 9 ----- .../500-move-kernel-to-device-tar.binary | 33 ++++++++----------- 3 files changed, 20 insertions(+), 28 deletions(-) delete mode 100755 live-build/ubuntu-desktop-next/hooks/04-configure_network.chroot diff --git a/debian/changelog b/debian/changelog index 45605c36..f51a29e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.332) wily; urgency=medium + + * Get previous ubuntu-core changes on desktop-next + + -- Sebastien Bacher Thu, 09 Jul 2015 18:19:41 +0200 + livecd-rootfs (2.331) wily; urgency=medium * merge lp:~sergiusens/livecd-rootfs/eth0Not to not hardcode eth0 anymore on diff --git a/live-build/ubuntu-desktop-next/hooks/04-configure_network.chroot b/live-build/ubuntu-desktop-next/hooks/04-configure_network.chroot deleted file mode 100755 index d96d9aa8..00000000 --- a/live-build/ubuntu-desktop-next/hooks/04-configure_network.chroot +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -x - -if=eth0 - -# Manually configure the first ethernet device -cat >/etc/network/interfaces.d/"$if"< $TMPDIR/hardware.yaml << EOF -kernel: assets/vmlinuz -initrd: assets/initrd.img +kernel: assets/$(basename $kernel) +initrd: assets/$(basename $initrd) partition-layout: system-AB EOF