Bug#858308: flash-kernel: documentation for upgrading Odroid-U2/U3 to flash-kernel

2017-03-20 Thread Geert Stappers
On Tue, Mar 21, 2017 at 12:31:46AM +0100, Adam Borowski wrote: > > If you're booting from a SD card, skip until running sd-fusing.sh > > > Edit sd_fusing.sh, change sector numbers to those listed in s/sd_fusing.sh/sd-fusing.sh/ > > Run: > . > ./sd-fusing.sh /dev/mmcblk0boot0 > `

Bug#858308: flash-kernel: documentation for upgrading Odroid-U2/U3 to flash-kernel

2017-03-20 Thread Adam Borowski
Package: flash-kernel Version: 3.76 Severity: wishlist Tags: patch Hi! Please include the attached file in /usr/share/doc of either flash-kernel or perhaps u-boot-exynos. It documents how to upgrade a system using the vendor image to Debian's u-boot, flash-kernel and modern kernels. There alread

Re: [PATCH 2/7] Add ppc64 support based on powerpc configuration.

2017-03-20 Thread Ben Hutchings
On Mon, 2017-03-20 at 22:29 +0100, John Paul Adrian Glaubitz wrote: > On 03/20/2017 10:19 PM, Ben Hutchings wrote: > > Could you please not copy this nonsense? > > I also copied it for sparc64 "as is" back then, simply for > consistency reasons. > Wouldn't it be better to clean it up in a separate

Bug#853855: di-utils: Kernel boot options containing a dot are not propagated to the installed system

2017-03-20 Thread Philip Hands
Philip Hands writes: ... > whereas this is it succeeding: > > http://78.137.97.249:8080/job/lvc_debian-miniiso/337/console It seems that I should have waited for that to completely finish before firing of the mail ... that run had a race condition in the test. The test now waits for grub.cfg

Re: [PATCH 2/7] Add ppc64 support based on powerpc configuration.

2017-03-20 Thread John Paul Adrian Glaubitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 03/20/2017 10:19 PM, Ben Hutchings wrote: > Could you please not copy this nonsense? I also copied it for sparc64 "as is" back then, simply for consistency reasons. Wouldn't it be better to clean it up in a separate commit, for all architectures

win32-loader_0.8.2_source.changes ACCEPTED into unstable

2017-03-20 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 20 Mar 2017 21:23:59 +0100 Source: win32-loader Binary: win32-loader Architecture: source Version: 0.8.2 Distribution: unstable Urgency: medium Maintainer: Debian Install System Team Changed-By: Didier Raboud Des

Re: [PATCH 2/7] Add ppc64 support based on powerpc configuration.

2017-03-20 Thread Ben Hutchings
On Mon, 2017-03-20 at 19:17 +0100, John Paul Adrian Glaubitz wrote: [...] > +KERNELMAJOR = 2.6 [...] > + case $(KERNELMAJOR) in \ > + 2.6)\ [...] > + *) \ > + echo "Kernel $(KERNELMAJOR) not supported" \ > + ;;\ [...]

Bug#858104: marked as done (win32-loader: FTBFS (error parsing Built-Using field))

2017-03-20 Thread Debian Bug Tracking System
Your message dated Mon, 20 Mar 2017 21:06:11 + with message-id and subject line Bug#858104: fixed in win32-loader 0.8.2 has caused the Debian Bug report #858104, regarding win32-loader: FTBFS (error parsing Built-Using field) to be marked as done. This means that you claim that the problem ha

Processing of win32-loader_0.8.2_source.changes

2017-03-20 Thread Debian FTP Masters
win32-loader_0.8.2_source.changes uploaded successfully to localhost along with the files: win32-loader_0.8.2.dsc win32-loader_0.8.2.tar.bz2 win32-loader_0.8.2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)

Bug#858299: installer doesn't load on an acer Aspire one

2017-03-20 Thread Max Sievers
Package: installation-reports Boot method: usb stick made with boot.img.gz Image version: http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso Date: 2017-03-16 Machine: acer Aspire one HAPPY-2DQuu (Model No. PAV70) Processor: Intel Atom N

Bug#763410: marked as done ([installation-guide] 4.3.1: "written directly a USB stick")

2017-03-20 Thread Debian Bug Tracking System
Your message dated Mon, 20 Mar 2017 19:51:25 +0100 with message-id <20170320195125.1d50fe135ce33db20bff9...@wansing-online.de> and subject line Re: Bug#763410: bug#763410: [installation-guide] 4.3.1: "written directly a USB stick" has caused the Debian Bug report #763410, regarding [installation-g

Bug#775814: marked as done (installation-guide: Advise users against using unetbootin)

2017-03-20 Thread Debian Bug Tracking System
Your message dated Mon, 20 Mar 2017 19:44:32 +0100 with message-id <20170320194432.9e5b88adacaecbabeba3f...@wansing-online.de> and subject line Re: Bug#775814: installation-guide: Advise users against using unetbootin has caused the Debian Bug report #775814, regarding installation-guide: Advise u

Bug#708775: marked as done (installation-guide-amd64: C.2. The Directory Tree does not mention /run)

2017-03-20 Thread Debian Bug Tracking System
Your message dated Mon, 20 Mar 2017 19:36:25 +0100 with message-id <20170320193625.27bf56a43de3bc9ab12b4...@wansing-online.de> and subject line Re: Processed: Re: Bug#708775: installation-guide-amd64: C.2. The Directory Tree does not mention /run has caused the Debian Bug report #708775, regarding

[PATCH 2/7] Add ppc64 support based on powerpc configuration.

2017-03-20 Thread John Paul Adrian Glaubitz
Signed-off-by: John Paul Adrian Glaubitz --- build/config/ppc64.cfg | 97 build/config/ppc64/powerpc64.cfg | 18 ++ build/config/ppc64/powerpc64/cdrom.cfg | 9 +++ build/config/ppc64/powerpc64/monolithic.cfg | 8 +++ buil

[PATCH 6/7] Add yaboot to Build-Depends for ppc64.

2017-03-20 Thread John Paul Adrian Glaubitz
Signed-off-by: John Paul Adrian Glaubitz --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3b2e7dad8..1cf61ee70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -42,6 +42,7 @@ debian-

[PATCH 5/7] Clone netboot-gtk pkg-lists from powerpc for ppc64.

2017-03-20 Thread John Paul Adrian Glaubitz
Signed-off-by: John Paul Adrian Glaubitz --- build/pkg-lists/netboot/gtk/ppc64.cfg | 5 + debian/changelog | 1 + 2 files changed, 6 insertions(+) create mode 100644 build/pkg-lists/netboot/gtk/ppc64.cfg diff --git a/build/pkg-lists/netboot/gtk/ppc64.cfg b/build/pkg-li

[PATCH 7/7] Add mkvmlinuz to Build-Depends for ppc64.

2017-03-20 Thread John Paul Adrian Glaubitz
Signed-off-by: John Paul Adrian Glaubitz --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1cf61ee70..4db7aa7b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -43,6 +43,7 @@ debian-

[PATCH 1/7] Clone boot configuration files from powerpc for ppc64.

2017-03-20 Thread John Paul Adrian Glaubitz
Signed-off-by: John Paul Adrian Glaubitz --- build/boot/ppc64/boot.msg | 19 +++ build/boot/ppc64/bootinfo.txt | 266 ++ build/boot/ppc64/hfs.map | 12 ++ build/boot/ppc64/ofboot.b | 13 ++ build/boot/ppc64/yaboot.con

[PATCH 4/7] Clone netboot pkg-lists from powerpc for ppc64.

2017-03-20 Thread John Paul Adrian Glaubitz
Signed-off-by: John Paul Adrian Glaubitz --- build/pkg-lists/netboot/ppc64.cfg | 30 ++ debian/changelog | 1 + 2 files changed, 31 insertions(+) create mode 100644 build/pkg-lists/netboot/ppc64.cfg diff --git a/build/pkg-lists/netboot/ppc64.cfg b/

Add initial support for ppc64

2017-03-20 Thread John Paul Adrian Glaubitz
Hi! Here's a small series of patches which adds ppc64 support to debian-installer. With the patches applied, I can build debian-installer inside a ppc64 chroot. The generated d-i images should work on 64-Bit PowerPC Macs. Cheers, Adrian .''`. John Paul Adrian Glaubitz : :' : Debian Developer

[PATCH 3/7] Clone cdrom pkg-lists from powerpc for ppc64.

2017-03-20 Thread John Paul Adrian Glaubitz
Signed-off-by: John Paul Adrian Glaubitz --- build/pkg-lists/cdrom/ppc64.cfg | 31 +++ debian/changelog| 1 + 2 files changed, 32 insertions(+) create mode 100644 build/pkg-lists/cdrom/ppc64.cfg diff --git a/build/pkg-lists/cdrom/ppc64.cfg b/build/pk

Bug#855008: marked as done (Squeeze writable thumb drive goes into infinite loop)

2017-03-20 Thread Debian Bug Tracking System
Your message dated Mon, 20 Mar 2017 18:08:15 + (UTC) with message-id and subject line has caused the Debian Bug report #855008, regarding Squeeze writable thumb drive goes into infinite loop to be marked as done. This means that you claim that the problem has been dealt with. If this is not

Bug#855396: marked as done (Stretch writable thumb drive goes into infinite loop)

2017-03-20 Thread Debian Bug Tracking System
Your message dated Mon, 20 Mar 2017 17:57:54 + (UTC) with message-id and subject line has caused the Debian Bug report #855396, regarding Stretch writable thumb drive goes into infinite loop to be marked as done. This means that you claim that the problem has been dealt with. If this is not

Bug#785149: patch working (and missing) on jessie

2017-03-20 Thread geoffroy desvernay
If it can help, this can be worked arount by using testing installer to install jessie. Using in preseed.cfg: d-i mirror/codename string jessie d-i mirror/udeb/suite string stretch This way I can wait for this fix to get in stable ;) -- *geoffroy desvernay* C.R.I - Administration systèmes et rés

Can't load on acer Aspire one

2017-03-20 Thread Max Sievers
I tried to use the daily snapshot of 16th March on an acer Aspire one HAPPY-2DQuu (Model No. PAV70) but after the line syslinux [...] I only get an text cursor in the upper left corner and the fan spins wild. I used an USB stick with boot.img.gz and debian-testing-amd64-netinst.iso. This st

Bug#853855: di-utils: Kernel boot options containing a dot are not propagated to the installed system

2017-03-20 Thread Philip Hands
Samuel Thibault writes: > Hello, > > Philip Hands, on ven. 24 févr. 2017 11:10:55 +0100, wrote: >> I think these changes should do the trick: >> >> https://anonscm.debian.org/cgit/d-i/rootskel.git/log/?h=pu/bug-853855 >> >> https://anonscm.debian.org/cgit/d-i/debian-installer-utils.git/log/