-
Notifications
You must be signed in to change notification settings - Fork 4
/
d-i.patch
60 lines (52 loc) · 2.22 KB
/
d-i.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
diff --git d-i/build/config/amd64/hd-media.cfg b/isotools-stretch/d-i/build/config/amd64/hd-media.cfg
index 9e1e49c..e3ace1d 100644
--- d-i/build/config/amd64/hd-media.cfg
+++ d-i/build/config/amd64/hd-media.cfg
@@ -4,7 +4,7 @@ FLAVOUR_SUPPORTED = "" gtk
# netinst iso in (being able to fit the full CD on it is just a bonus..),
# and small enough to fit on a low-end memory stick, such as those
# advertised as being 1 gigabyte in size.
-FLOPPY_SIZE = 976560
+FLOPPY_SIZE = 760000
DISK_LABEL = "bootable drive"
MEDIA_TYPE = bootable drive
diff --git a/d-i/build/config/common b/d-i/build/config/common
index c473b11..3e68d29 100644
--- d-i/build/config/common
+++ d-i/build/config/common
@@ -11,7 +11,7 @@
# Default kernel ABI version to use. Append a kernel flavour to
# produce KERNELVERSION.
-LINUX_KERNEL_ABI ?= 4.9.0-3
+LINUX_KERNEL_ABI ?= 4.9.0-9
# Always "di" these days
KERNEL_FLAVOUR ?= di
@@ -96,7 +96,7 @@ LSB_DISTRIB_RELEASE="$(DEBIAN_VERSION) - installer build $(BUILD_DATE)"
# This keyring is only used to verify udeb downloads using apt. Since the
# build process does not run as root, apt cannot read /etc/apt/trusted.gpg.
-KEYRING=/usr/share/keyrings/debian-archive-keyring.gpg
+KEYRING=/usr/share/keyrings/untangle-archive-keyring.gpg
# All images that include cdebconf should include symbols needed by these
# plugins.
diff --git d-i/build/config/i386/hd-media.cfg b/isotools-stretch/d-i/build/config/i386/hd-media.cfg
index 9e1e49c..e3ace1d 100644
--- d-i/build/config/i386/hd-media.cfg
+++ d-i/build/config/i386/hd-media.cfg
@@ -4,7 +4,7 @@ FLAVOUR_SUPPORTED = "" gtk
# netinst iso in (being able to fit the full CD on it is just a bonus..),
# and small enough to fit on a low-end memory stick, such as those
# advertised as being 1 gigabyte in size.
-FLOPPY_SIZE = 976560
+FLOPPY_SIZE = 760000
DISK_LABEL = "bootable drive"
MEDIA_TYPE = bootable drive
diff --git a/d-i/build/config/i386.cfg b/d-i/build/config/i386.cfg
--- d-i/build/config/i386.cfg
+++ d-i/build/config/i386.cfg
@@ -3,7 +3,7 @@ MEDIUM_SUPPORTED_EXTRA = monolithic
# The version of the kernel to use.
BASEVERSION = $(LINUX_KERNEL_ABI)
-KERNELVERSION = $(BASEVERSION)-686
+KERNELVERSION = $(BASEVERSION)-686-pae
KERNELMAJOR = 2.6
KERNELNAME = vmlinuz