d, so bullseye also needs an update.
Best Regards,
Zhang Boyang
) Run d-i cdrom-checker, on 4 merged ISOs from 1) and 2).
4) Test install into virtual machine, using 4 merged ISOs.
5) Install some random packages.
All OK! Thank you again :)
Best Regards,
Zhang Boyang
Best Regards,
Zhang Boyang
m
finally. Unfortunately the option `-s' of `sort' is not standard
(although widely accepted), and BusyBox has bugs about it and must use
`sort -s -k 2 | uniq -f 1' to workaround (Link:
https://bugs.busybox.net/show_bug.cgi?id=14871).
Thank you again :)
Best Regards,
Zhang Boyang
you again :)
Best Regards,
Zhang Boyang
Hi,
On 2022/6/19 17:23, Thomas Schmitt wrote:
Hi,
i tested merging of /firmware directories with barely sufficently
complete
debian-11.0.0-amd64-DLBD-[12].iso.tmp
from aborted jigdo-lite runs.
All files which are reported as being only in CUSTOM(all-in-one) by
https://bugs.debian.org/cgi
Hello,
Thanks for making this program! I will definitely try it as soon as I
finished my current work!
Thank you again :)
Best Regards,
Zhang Boyang
On 2022/6/15 19:17, Thomas Schmitt wrote:
Hi,
although it was not the final solution of this bug report, i beefed up
my merger script for
Hello,
Here is a patch for another bug. Please refer to the commit message for
details.
Sorry to disturb you again. 😂
Best Regards,
Zhang BoyangFrom d569b4fbc4233673032a1c5f7463890d5e2223dd Mon Sep 17 00:00:00 2001
From: Zhang Boyang
Date: Fri, 10 Jun 2022 15:16:33 +0800
Subject: [PATCH v6
y the last one of this email series. :-)
Best Regards,
Zhang BoyangFrom 7d399b7223bc194c0b61aab8c6bd252fd0d43ded Mon Sep 17 00:00:00 2001
From: Zhang Boyang
Date: Tue, 24 May 2022 12:58:01 +0800
Subject: [PATCH v5 2/4] Fix incorrect signal handling
There are problems in signal handlers. S
:00 2001
From: Zhang Boyang
Date: Mon, 23 May 2022 14:10:52 +0800
Subject: [PATCH v4 1/4] Better font reload handling
Previous font reload code will leak a mmap on each reload. This patch
adds the ability to munmap old font after reload. However, this also
introduces a bug, if font reload is
85 Mon Sep 17 00:00:00 2001
From: Zhang Boyang
Date: Sun, 22 May 2022 19:07:10 +0800
Subject: [PATCH] Modify Makefile to install Japanese variants
---
Makefile | 5 +
font/Makefile | 5 +
2 files changed, 10 insertions(+)
diff --git a/Makefile b/Makefile
index 0886cfd..e3cd96c 10
Hi,
I forgot to attach the patches in the last mail. Here are the updated
patches.
Best Regards,
Zhang BoyangFrom 540b82ac07c5a582da3d6e6ad1cdc2fd83c36b2e Mon Sep 17 00:00:00 2001
From: Zhang Boyang
Date: Mon, 23 May 2022 14:10:52 +0800
Subject: [PATCH v3 1/4] Better font reload handling
is a
workaround for buggy drivers. I updated comments in code to address this
more explicitly.
MAP_FAILED here as well.
Fixed. :-)
Please make these an inline function rather than copy/pasting them from
bogl_mmap_font.
Fixed. :-)
Best Regards,
Zhang Boyang
c8de527c0c0ff5b8e2a3c10c1d26e5674ffccf50 Mon Sep 17 00:00:00 2001
From: Zhang Boyang
Date: Tue, 24 May 2022 01:27:10 +0800
Subject: [PATCH v2 1/8] Better quit handling
Previous SIGCHLD handler is not async-signal-safe because it calls
exit(), and it also doesn't save-restore errno. Using _exit() will be
async-signal
or somewhere else. Please
point me out if I'm wrong.
Best Regards,
Zhang Boyang
Hello,
Finally I set up my own mirror and I'm able to build my unofficial discs
with debian-cd. Thanks Andy Cater and Linux-Fan for instructions!
== ABOUT MIRROR ==
Currently I'm using the recommended ftpsync.tar.gz scripts to set up my
mir
Hi,
Another small patch. :-)
Best Regards,
Zhang BoyangFrom ae763e89f00575e56a7242e27c9b0789c0de411e Mon Sep 17 00:00:00 2001
From: Zhang Boyang
Date: Sun, 29 May 2022 02:45:32 +0800
Subject: [PATCH] Don't call FBIOPAN_DISPLAY when using the vga16fb driver
When using vga16fb, there is no
Hi,
Here is another small patch. Please see the commit message of the patch
for details. The merge request on salsa is also updated.
Best Regards,
Zhang BoyangFrom 36020995b989563efed3cfe6028cd93c192c0208 Mon Sep 17 00:00:00 2001
From: Zhang Boyang
Date: Sat, 28 May 2022 16:39:23 +0800
17 00:00:00 2001
From: Zhang Boyang
Date: Mon, 23 May 2022 14:10:52 +0800
Subject: [PATCH 1/7] Better font reload handling
Previous font reload code will leak a mmap on each reload. This patch
adds the ability to munmap old font after reload. However, this also
introduces a bug, if font reload is
A1 and A2, then create another ALL-IN-ONE set, say disc B.
Then compare if A1+A2==B. There might be small differences, like the
package order in Packages.gz, but I think if the overall format is OK,
then it will be OK.
Best Regards,
Zhang Boyang
tion might be useful. Also I found
these files are just plain texts (or gzipped plain texts), the format
might be very simple, I think.
Best Regards,
Zhang Boyang
s contents.
4) ISOs are easy to archive or create parity archives like PAR2
archives. It's more robust than having lots of small files. (Creating
tarballs may provide same advantages, though)
After all, I admit the advantages of ISOs are minor. But I think it's
good to have an a
ally signed jigdo files and checksums are sufficient, just like
Blu-Ray variants. :-)
Best Regards,
Zhang Boyang
Hi,
On 2022/5/21 18:13, Andrew M.A. Cater wrote:
On Sat, May 21, 2022 at 01:33:02PM +0800, Zhang Boyang wrote:
Hi,
Indeed, I admit super-big-iso is a crazy idea, and a local mirror is more
useful in most cases. I think there is a few special cases that a
super-big-iso might be more useful.
1
stly for debian
since there are already many variants, so why not give people more
choices :-)
Best Regards,
Zhang Boyang
On 2022/5/21 07:09, Andy Simpkins wrote:
On 20 May 2022 15:11:09 BST, Zhang Boyang wrote:
Package: debian-cd
Hello,
I suggest debian release a new variant of ISO images,
'allinone',
'world', 'virt'.
p.s. This is my personal interest, and I would appreciate if you can
kindly consider my suggestion.
Best Regards,
Zhang Boyang
benefit
these users directly. (Gentoo already releases their Live ISO image in
DVD-DL, and Microsoft also release Windows in DVD-DL)
Best Regards,
Zhang Boyang
56. I think it's better to
sign SHA512SUMS with SHA512.
Best Regards,
Zhang Boyang
$ LANG=C gpg -v --verify SHA512SUMS.sign
gpg: assuming signed data in 'SHA512SUMS'
gpg: Signature made Sun Mar 27 05:22:41 2022 CST
gpg:using RSA key DF9B9C49EAA9298432589D76DA87E80D629
Hello,
I created a merge request on salsa.debian.org. The patch is same as my
last email's.
Here is the URL:
https://salsa.debian.org/apt-team/apt/-/merge_requests/204
Best regards,
Zhang Boyang
Hello,
On 2021/11/25 21:03, David Kalnischkies wrote:
Hi,
On Thu, Nov 25, 2021 at 07:30:45PM +0800, Zhang Boyang wrote:
It seems my last email was marked spam. It's strange that the bug tracker
has received my reply but the mailing list didn't. Please correct me if I
misunde
gDPkgPM::Go(), and PackageManagerFancy::Pluse() will redraw the
status bar.
I looked around for similar bugs. I found #947279 might be the same bug,
but I don't have much evidence.
Best regards,
Zhang BoyangFrom 6cdd7fe9476a8149bc5bf18f70f9a8a30ba92d3a Mon Sep 17 00:00:00 2001
From: Zhang Boyang
Date:
31 matches
Mail list logo