Simon Josefsson writes:
> Package: debian-installer
> Severity: wishlist
>
> On some system that I preseed-install, I don't want any root password
> set nor do I want a normal user account. I get access to the system via
> SSH, using a public-key that I populate using a late_command.
If you wan
Package: debian-installer
Severity: wishlist
On some system that I preseed-install, I don't want any root password
set nor do I want a normal user account. I get access to the system via
SSH, using a public-key that I populate using a late_command.
I have tried the following combination:
d-i pa
---
os-prober | 21 +++--
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/os-prober b/os-prober
index d67f0b3..6a73a42 100755
--- a/os-prober
+++ b/os-prober
@@ -48,13 +48,22 @@ partitions () {
done
done
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 63a5932..81e9ad9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,8 @@
%:
dh $@
-ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
-ifneq (,$(findstring :$(ARC
These patches add probing support when running on the Hurd. The first
patch also means that kFreeBSD systems get the x86 scripts.
Changes since v2:
* debian/rules: Use DEB_HOST_ARCH_CPU.
Changes since v1:
* os-prober: Remove debug statement. Scan /dev/hdXXsX as well.
James Clarke (2):
Treat *-
Ah, thank you, I did not realise such a variable existed; guess I should have
checked!
James
> On 24 Sep 2015, at 14:37, Guillem Jover wrote:
>
> Hi!
>
> On Wed, 2015-09-23 at 19:04:03 +0100, James Clarke wrote:
>> --- a/debian/rules
>> +++ b/debian/rules
>> @@ -6,7 +6,7 @@
>> dh $@
>>
Hi!
On Wed, 2015-09-23 at 19:04:03 +0100, James Clarke wrote:
> --- a/debian/rules
> +++ b/debian/rules
> @@ -6,7 +6,7 @@
> dh $@
>
> ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
> -ifneq (,$(findstring :$(ARCH):,:i386:amd64:))
> +ifneq (,$(filter i386 amd64 %-i386 %-amd64,$(ARCH)))
>
Accepted:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Format: 1.8
Date: Thu, 24 Sep 2015 06:49:17 +0200
Source: console-setup
Binary: keyboard-configuration console-setup console-setup-mini
console-setup-linux console-setup-freebsd bdf2psf console-setup-udeb
console-setup-amiga-ekmap cons
console-setup_1.133_i386.changes uploaded successfully to localhost
along with the files:
console-setup_1.133.dsc
console-setup_1.133.tar.xz
bdf2psf_1.133_all.deb
console-setup-amiga-ekmap_1.133_all.udeb
console-setup-ataritt-ekmap_1.133_all.udeb
console-setup-freebsd-charmaps-udeb_1.13
console-setup_1.133_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
console-setup_1.133.dsc
console-setup_1.133.tar.xz
bdf2psf_1.133_all.deb
console-setup-amiga-ekmap_1.133_all.udeb
console-setup-ataritt-ekmap_1.133_all.udeb
console-setup-freebsd-charma
10 matches
Mail list logo