]> git.proxmox.com Git - zfs-grub.git/blob - pvepatches/disable-unwanted-packages.patch
update to grub2.02-beta3-3
[zfs-grub.git] / pvepatches / disable-unwanted-packages.patch
1 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
2 Date: Thu, 10 Nov 2016 15:13:56 +0100
3 Subject: [PATCH] disable unwanted packages
4
5 to reduce compile time and build dependencies
6 ---
7 debian/control | 453 ---------------------------------------------------------
8 1 file changed, 453 deletions(-)
9
10 diff --git a/debian/control b/debian/control
11 index dada568..ba596b6 100644
12 --- a/debian/control
13 +++ b/debian/control
14 @@ -49,15 +49,6 @@ Description: GRand Unified Bootloader, version 2 (dummy package)
15 This is a dummy transitional package to handle GRUB 2 upgrades. It can be
16 safely removed.
17
18 -Package: grub-linuxbios
19 -Section: oldlibs
20 -Architecture: any-i386 any-amd64
21 -Pre-Depends: ${misc:Pre-Depends}
22 -Depends: grub-coreboot (= ${binary:Version}), ${misc:Depends}
23 -Multi-Arch: foreign
24 -Description: GRand Unified Bootloader, version 2 (dummy package)
25 - This is a dummy transitional package that depends on grub-coreboot.
26 -
27 Package: grub-efi
28 Section: oldlibs
29 Architecture: any-i386 any-amd64
30 @@ -100,25 +91,6 @@ Description: GRand Unified Bootloader (common files for version 2)
31 The files in this package are specific to GRUB 2, and would break GRUB
32 Legacy if installed on the same system.
33
34 -Package: grub-emu
35 -Architecture: any-i386 any-amd64 any-powerpc
36 -Pre-Depends: ${misc:Pre-Depends}
37 -Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version})
38 -Replaces: grub-common (<= 1.97~beta3-1)
39 -Multi-Arch: foreign
40 -Description: GRand Unified Bootloader, version 2 (emulated version)
41 - This package contains grub-emu, an emulated version of GRUB. It is only
42 - provided for debugging purposes.
43 -
44 -Package: grub-emu-dbg
45 -Section: debug
46 -Architecture: any-i386 any-amd64 any-powerpc
47 -Depends: ${misc:Depends}, grub-emu (= ${binary:Version}), grub-common (= ${binary:Version})
48 -Multi-Arch: foreign
49 -Description: GRand Unified Bootloader, version 2 (emulated debug files)
50 - This package contains debugging files for grub-emu. You only need these if
51 - you are trying to debug GRUB using its GDB stub.
52 -
53 Package: grub-pc-bin
54 Priority: optional
55 Architecture: any-i386 any-amd64
56 @@ -191,56 +163,6 @@ Description: GRUB bootable rescue images, version 2 (PC/BIOS version)
57 - grub-rescue-cdrom.iso: El Torito CDROM image.
58 - grub-rescue-usb.img: USB image.
59
60 -Package: grub-coreboot-bin
61 -Architecture: any-i386 any-amd64
62 -Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version})
63 -Replaces: grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-linuxbios, grub-coreboot (<< 1.99-1)
64 -Conflicts: grub-linuxbios (<< ${source:Version})
65 -Multi-Arch: foreign
66 -Description: GRand Unified Bootloader, version 2 (Coreboot binaries)
67 - GRUB is a portable, powerful bootloader. This version of GRUB is based on a
68 - cleaner design than its predecessors, and provides the following new features:
69 - .
70 - - Scripting in grub.cfg using BASH-like syntax.
71 - - Support for modern partition maps such as GPT.
72 - - Modular generation of grub.cfg via update-grub. Packages providing GRUB
73 - add-ons can plug in their own script rules and trigger updates by invoking
74 - update-grub.
75 - .
76 - This package contains a version of GRUB that has been built for use with
77 - platforms running the Coreboot firmware. It will not automatically install
78 - GRUB as the active boot loader, nor will it automatically update grub.cfg
79 - on upgrade, so most people should install grub-coreboot instead.
80 -
81 -Package: grub-coreboot-dbg
82 -Section: debug
83 -Architecture: any-i386 any-amd64
84 -Depends: ${misc:Depends}, grub-coreboot-bin (= ${binary:Version}), grub-common (= ${binary:Version})
85 -Multi-Arch: foreign
86 -Description: GRand Unified Bootloader, version 2 (Coreboot debug files)
87 - This package contains debugging files for grub-coreboot-bin. You only need
88 - these if you are trying to debug GRUB using its GDB stub.
89 -
90 -Package: grub-coreboot
91 -Architecture: any-i386 any-amd64
92 -Pre-Depends: ${misc:Pre-Depends}
93 -Depends: ${shlibs:Depends}, ${misc:Depends}, grub2-common (= ${binary:Version}), grub-coreboot-bin (= ${binary:Version}), ucf
94 -Replaces: grub-legacy, grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-linuxbios, grub-efi-amd64, grub-efi-ia32, grub-pc, grub-ieee1275
95 -Conflicts: grub (<< 0.97-54), grub-legacy, grub-linuxbios (<< ${source:Version}), grub-efi-amd64, grub-efi-ia32, grub-pc, grub-ieee1275, grub-xen
96 -Multi-Arch: foreign
97 -Description: GRand Unified Bootloader, version 2 (Coreboot version)
98 - GRUB is a portable, powerful bootloader. This version of GRUB is based on a
99 - cleaner design than its predecessors, and provides the following new features:
100 - .
101 - - Scripting in grub.cfg using BASH-like syntax.
102 - - Support for modern partition maps such as GPT.
103 - - Modular generation of grub.cfg via update-grub. Packages providing GRUB
104 - add-ons can plug in their own script rules and trigger updates by invoking
105 - update-grub.
106 - .
107 - This package contains a version of GRUB that has been built for use with
108 - platforms running the Coreboot firmware.
109 -
110 Package: grub-efi-ia32-bin
111 Architecture: any-i386 any-amd64
112 Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version}), efibootmgr [linux-any]
113 @@ -343,374 +265,6 @@ Description: GRand Unified Bootloader, version 2 (EFI-AMD64 version)
114 EFI-AMD64 architecture, such as the one provided by Intel Macs (that is, unless
115 a BIOS interface has been activated).
116
117 -Package: grub-efi-ia64-bin
118 -Architecture: any-ia64
119 -Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version})
120 -Multi-Arch: foreign
121 -Description: GRand Unified Bootloader, version 2 (IA64 binaries)
122 - GRUB is a portable, powerful bootloader. This version of GRUB is based on a
123 - cleaner design than its predecessors, and provides the following new features:
124 - .
125 - - Scripting in grub.cfg using BASH-like syntax.
126 - - Support for modern partition maps such as GPT.
127 - - Modular generation of grub.cfg via update-grub. Packages providing GRUB
128 - add-ons can plug in their own script rules and trigger updates by invoking
129 - update-grub.
130 - .
131 - This package contains a version of GRUB that has been built for use on
132 - IA64. It will not automatically install GRUB as the active boot loader,
133 - nor will it automatically update grub.cfg on upgrade, so most people should
134 - install grub-efi-ia64 instead.
135 -
136 -Package: grub-efi-ia64-dbg
137 -Section: debug
138 -Architecture: any-ia64
139 -Depends: ${misc:Depends}, grub-efi-ia64-bin (= ${binary:Version}), grub-common (= ${binary:Version})
140 -Multi-Arch: foreign
141 -Description: GRand Unified Bootloader, version 2 (IA64 debug files)
142 - This package contains debugging files for grub-efi-ia64-bin. You only need
143 - these if you are trying to debug GRUB using its GDB stub.
144 -
145 -Package: grub-efi-ia64
146 -Architecture: any-ia64
147 -Pre-Depends: ${misc:Pre-Depends}
148 -Depends: ${shlibs:Depends}, ${misc:Depends}, grub2-common (= ${binary:Version}), grub-efi-ia64-bin (= ${binary:Version}), ucf
149 -Conflicts: elilo
150 -Multi-Arch: foreign
151 -Description: GRand Unified Bootloader, version 2 (IA64 version)
152 - GRUB is a portable, powerful bootloader. This version of GRUB is based on a
153 - cleaner design than its predecessors, and provides the following new features:
154 - .
155 - - Scripting in grub.cfg using BASH-like syntax.
156 - - Support for modern partition maps such as GPT.
157 - - Modular generation of grub.cfg via update-grub. Packages providing GRUB
158 - add-ons can plug in their own script rules and trigger updates by invoking
159 - update-grub.
160 - .
161 - This package contains a version of GRUB that has been built for use on
162 - IA64.
163 -
164 -Package: grub-efi-arm-bin
165 -Architecture: any-arm
166 -Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version}), efibootmgr [linux-any]
167 -Multi-Arch: foreign
168 -Description: GRand Unified Bootloader, version 2 (ARM UEFI binaries)
169 - GRUB is a portable, powerful bootloader. This version of GRUB is based on a
170 - cleaner design than its predecessors, and provides the following new features:
171 - .
172 - - Scripting in grub.cfg using BASH-like syntax.
173 - - Support for modern partition maps such as GPT.
174 - - Modular generation of grub.cfg via update-grub. Packages providing GRUB
175 - add-ons can plug in their own script rules and trigger updates by invoking
176 - update-grub.
177 - .
178 - This package contains a version of GRUB that has been built for use on ARM
179 - systems with UEFI. It will not automatically install GRUB as the active
180 - boot loader, nor will it automatically update grub.cfg on upgrade, so most
181 - people should install grub-efi-arm instead.
182 -
183 -Package: grub-efi-arm-dbg
184 -Section: debug
185 -Architecture: any-arm
186 -Depends: ${misc:Depends}, grub-efi-arm-bin (= ${binary:Version}), grub-common (= ${binary:Version})
187 -Multi-Arch: foreign
188 -Description: GRand Unified Bootloader, version 2 (ARM UEFI debug files)
189 - This package contains debugging files for grub-efi-arm-bin. You only need
190 - these if you are trying to debug GRUB using its GDB stub.
191 -
192 -Package: grub-efi-arm
193 -Architecture: any-arm
194 -Pre-Depends: ${misc:Pre-Depends}
195 -Depends: ${shlibs:Depends}, ${misc:Depends}, grub2-common (= ${binary:Version}), grub-efi-arm-bin (= ${binary:Version}), ucf
196 -Conflicts: grub-uboot
197 -Multi-Arch: foreign
198 -Description: GRand Unified Bootloader, version 2 (ARM UEFI version)
199 - GRUB is a portable, powerful bootloader. This version of GRUB is based on a
200 - cleaner design than its predecessors, and provides the following new features:
201 - .
202 - - Scripting in grub.cfg using BASH-like syntax.
203 - - Support for modern partition maps such as GPT.
204 - - Modular generation of grub.cfg via update-grub. Packages providing GRUB
205 - add-ons can plug in their own script rules and trigger updates by invoking
206 - update-grub.
207 - .
208 - This package contains a version of GRUB that has been built for use on ARM
209 - systems with UEFI.
210 -
211 -Package: grub-efi-arm64-bin
212 -Architecture: any-arm64
213 -Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version}), efibootmgr [linux-any]
214 -Multi-Arch: foreign
215 -Description: GRand Unified Bootloader, version 2 (ARM64 UEFI binaries)
216 - GRUB is a portable, powerful bootloader. This version of GRUB is based on a
217 - cleaner design than its predecessors, and provides the following new features:
218 - .
219 - - Scripting in grub.cfg using BASH-like syntax.
220 - - Support for modern partition maps such as GPT.
221 - - Modular generation of grub.cfg via update-grub. Packages providing GRUB
222 - add-ons can plug in their own script rules and trigger updates by invoking
223 - update-grub.
224 - .
225 - This package contains a version of GRUB that has been built for use on
226 - ARM64 systems with UEFI. It will not automatically install GRUB as the
227 - active boot loader, nor will it automatically update grub.cfg on upgrade,
228 - so most people should install grub-efi-arm64 instead.
229 -
230 -Package: grub-efi-arm64-dbg
231 -Section: debug
232 -Architecture: any-arm64
233 -Depends: ${misc:Depends}, grub-efi-arm64-bin (= ${binary:Version}), grub-common (= ${binary:Version})
234 -Multi-Arch: foreign
235 -Description: GRand Unified Bootloader, version 2 (ARM64 UEFI debug files)
236 - This package contains debugging files for grub-efi-arm64-bin. You only
237 - need these if you are trying to debug GRUB using its GDB stub.
238 -
239 -Package: grub-efi-arm64
240 -Architecture: any-arm64
241 -Pre-Depends: ${misc:Pre-Depends}
242 -Depends: ${shlibs:Depends}, ${misc:Depends}, grub2-common (= ${binary:Version}), grub-efi-arm64-bin (= ${binary:Version}), ucf
243 -Multi-Arch: foreign
244 -Description: GRand Unified Bootloader, version 2 (ARM64 UEFI version)
245 - GRUB is a portable, powerful bootloader. This version of GRUB is based on a
246 - cleaner design than its predecessors, and provides the following new features:
247 - .
248 - - Scripting in grub.cfg using BASH-like syntax.
249 - - Support for modern partition maps such as GPT.
250 - - Modular generation of grub.cfg via update-grub. Packages providing GRUB
251 - add-ons can plug in their own script rules and trigger updates by invoking
252 - update-grub.
253 - .
254 - This package contains a version of GRUB that has been built for use on
255 - ARM64 systems with UEFI.
256 -
257 -Package: grub-ieee1275-bin
258 -Architecture: any-i386 any-amd64 any-powerpc any-ppc64 any-ppc64el any-sparc any-sparc64
259 -Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version})
260 -Replaces: grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-ieee1275 (<< 1.99-1)
261 -Suggests: genisoimage [any-powerpc any-ppc64 any-ppc64el]
262 -Multi-Arch: foreign
263 -Description: GRand Unified Bootloader, version 2 (Open Firmware binaries)
264 - GRUB is a portable, powerful bootloader. This version of GRUB is based on a
265 - cleaner design than its predecessors, and provides the following new features:
266 - .
267 - - Scripting in grub.cfg using BASH-like syntax.
268 - - Support for modern partition maps such as GPT.
269 - - Modular generation of grub.cfg via update-grub. Packages providing GRUB
270 - add-ons can plug in their own script rules and trigger updates by invoking
271 - update-grub.
272 - .
273 - This package contains a version of GRUB that has been built for use with
274 - Open Firmware implementations. It will not automatically install GRUB as
275 - the active boot loader, nor will it automatically update grub.cfg on
276 - upgrade, so most people should install grub-ieee1275 instead.
277 -
278 -Package: grub-ieee1275-dbg
279 -Section: debug
280 -Architecture: any-i386 any-amd64 any-powerpc any-ppc64 any-ppc64el any-sparc any-sparc64
281 -Depends: ${misc:Depends}, grub-ieee1275-bin (= ${binary:Version}), grub-common (= ${binary:Version})
282 -Multi-Arch: foreign
283 -Description: GRand Unified Bootloader, version 2 (Open Firmware debug files)
284 - This package contains debugging files for grub-ieee1275-bin. You only
285 - need these if you are trying to debug GRUB using its GDB stub.
286 -
287 -Package: grub-ieee1275
288 -Architecture: any-i386 any-amd64 any-powerpc any-ppc64 any-ppc64el any-sparc any-sparc64
289 -Pre-Depends: ${misc:Pre-Depends}
290 -Depends: ${shlibs:Depends}, ${misc:Depends}, grub2-common (= ${binary:Version}), grub-ieee1275-bin (= ${binary:Version}), ucf, powerpc-ibm-utils (>= 1.2.12-1) [any-powerpc any-ppc64 any-ppc64el], powerpc-utils [any-powerpc any-ppc64 any-ppc64el]
291 -Replaces: grub-legacy, grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-efi-amd64, grub-efi-ia32, grub-coreboot, grub-pc
292 -Conflicts: grub (<< 0.97-54), grub-legacy, grub-efi-amd64, grub-efi-ia32, grub-coreboot, grub-pc, grub-xen
293 -Multi-Arch: foreign
294 -Description: GRand Unified Bootloader, version 2 (Open Firmware version)
295 - GRUB is a portable, powerful bootloader. This version of GRUB is based on a
296 - cleaner design than its predecessors, and provides the following new features:
297 - .
298 - - Scripting in grub.cfg using BASH-like syntax.
299 - - Support for modern partition maps such as GPT.
300 - - Modular generation of grub.cfg via update-grub. Packages providing GRUB
301 - add-ons can plug in their own script rules and trigger updates by invoking
302 - update-grub.
303 - .
304 - This package contains a version of GRUB that has been built for use with
305 - Open Firmware implementations.
306 -
307 -Package: grub-firmware-qemu
308 -Architecture: any-i386 any-amd64
309 -Depends: ${misc:Depends}
310 -Recommends: qemu
311 -Enhances: qemu
312 -Multi-Arch: foreign
313 -Description: GRUB firmware image for QEMU
314 - This package contains a binary of GRUB that has been built for use as
315 - firmware for QEMU. It can be used as a replacement for other PC BIOS
316 - images provided by seabios, bochsbios, and so on.
317 - .
318 - In order to make QEMU use this firmware, simply add `-bios grub.bin' when
319 - invoking it.
320 - .
321 - This package behaves in the same way as GRUB for coreboot, but doesn't
322 - contain any code from coreboot itself, and is only suitable for QEMU. If
323 - you want to install GRUB as firmware on real hardware, you need to use the
324 - grub-coreboot package, and manually combine that with coreboot.
325 -
326 -Package: grub-uboot-bin
327 -Architecture: any-arm
328 -Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version})
329 -Multi-Arch: foreign
330 -Description: GRand Unified Bootloader, version 2 (ARM U-Boot binaries)
331 - GRUB is a portable, powerful bootloader. This version of GRUB is based on a
332 - cleaner design than its predecessors, and provides the following new features:
333 - .
334 - - Scripting in grub.cfg using BASH-like syntax.
335 - - Support for modern partition maps such as GPT.
336 - - Modular generation of grub.cfg via update-grub. Packages providing GRUB
337 - add-ons can plug in their own script rules and trigger updates by invoking
338 - update-grub.
339 - .
340 - This package contains a version of GRUB that has been built for use with
341 - ARM systems with U-Boot. It will not automatically install GRUB as the
342 - active boot loader, nor will it automatically update grub.cfg on upgrade,
343 - so most people should install grub-uboot instead.
344 -
345 -Package: grub-uboot-dbg
346 -Section: debug
347 -Architecture: any-arm
348 -Depends: ${misc:Depends}, grub-uboot-bin (= ${binary:Version}), grub-common (= ${binary:Version})
349 -Multi-Arch: foreign
350 -Description: GRand Unified Bootloader, version 2 (ARM U-Boot debug files)
351 - This package contains debugging files for grub-uboot-bin. You only need
352 - these if you are trying to debug GRUB using its GDB stub.
353 -
354 -Package: grub-uboot
355 -Architecture: any-arm
356 -Pre-Depends: ${misc:Pre-Depends}
357 -Depends: ${shlibs:Depends}, ${misc:Depends}, grub2-common (= ${binary:Version}), grub-uboot-bin (= ${binary:Version}), ucf
358 -Conflicts: grub-efi-arm
359 -Multi-Arch: foreign
360 -Description: GRand Unified Bootloader, version 2 (ARM U-Boot version)
361 - GRUB is a portable, powerful bootloader. This version of GRUB is based on a
362 - cleaner design than its predecessors, and provides the following new features:
363 - .
364 - - Scripting in grub.cfg using BASH-like syntax.
365 - - Support for modern partition maps such as GPT.
366 - - Modular generation of grub.cfg via update-grub. Packages providing GRUB
367 - add-ons can plug in their own script rules and trigger updates by invoking
368 - update-grub.
369 - .
370 - This package contains a version of GRUB that has been built for use with
371 - ARM systems with U-Boot.
372 -
373 -Package: grub-xen-bin
374 -Architecture: i386 amd64
375 -Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version})
376 -Multi-Arch: foreign
377 -Description: GRand Unified Bootloader, version 2 (Xen binaries)
378 - GRUB is a portable, powerful bootloader. This version of GRUB is based on a
379 - cleaner design than its predecessors, and provides the following new features:
380 - .
381 - - Scripting in grub.cfg using BASH-like syntax.
382 - - Support for modern partition maps such as GPT.
383 - - Modular generation of grub.cfg via update-grub. Packages providing GRUB
384 - add-ons can plug in their own script rules and trigger updates by invoking
385 - update-grub.
386 - .
387 - This package contains a version of GRUB that has been built for use with
388 - the Xen hypervisor (i.e. PV-GRUB). It will not automatically install GRUB
389 - as the active boot loader, nor will it automatically update grub.cfg on
390 - upgrade, so most people should install grub-xen instead.
391 -
392 -Package: grub-xen-dbg
393 -Section: debug
394 -Architecture: i386 amd64
395 -Depends: ${misc:Depends}, grub-xen-bin (= ${binary:Version}), grub-common (= ${binary:Version})
396 -Multi-Arch: foreign
397 -Description: GRand Unified Bootloader, version 2 (Xen debug files)
398 - This package contains debugging files for grub-xen-bin. You only need
399 - these if you are trying to debug GRUB using its GDB stub.
400 -
401 -Package: grub-xen
402 -Architecture: i386 amd64
403 -Pre-Depends: ${misc:Pre-Depends}
404 -Depends: ${shlibs:Depends}, ${misc:Depends}, grub2-common (= ${binary:Version}), grub-xen-bin (= ${binary:Version}), ucf
405 -Conflicts: grub (<< 0.97-54), grub-legacy, grub-efi-amd64, grub-efi-ia32, grub-coreboot, grub-ieee1275, grub-pc
406 -Multi-Arch: foreign
407 -Description: GRand Unified Bootloader, version 2 (Xen version)
408 - GRUB is a portable, powerful bootloader. This version of GRUB is based on a
409 - cleaner design than its predecessors, and provides the following new features:
410 - .
411 - - Scripting in grub.cfg using BASH-like syntax.
412 - - Support for modern partition maps such as GPT.
413 - - Modular generation of grub.cfg via update-grub. Packages providing GRUB
414 - add-ons can plug in their own script rules and trigger updates by invoking
415 - update-grub.
416 - .
417 - This package contains a version of GRUB that has been built for use with
418 - the Xen hypervisor (i.e. PV-GRUB).
419 -
420 -Package: grub-xen-host
421 -Architecture: i386 amd64
422 -Depends: ${shlibs:Depends}, ${misc:Depends}, grub-xen-bin (= ${binary:Version})
423 -Multi-Arch: foreign
424 -Description: GRand Unified Bootloader, version 2 (Xen host version)
425 - GRUB is a portable, powerful bootloader. This version of GRUB is based on a
426 - cleaner design than its predecessors, and provides the following new features:
427 - .
428 - - Scripting in grub.cfg using BASH-like syntax.
429 - - Support for modern partition maps such as GPT.
430 - - Modular generation of grub.cfg via update-grub. Packages providing GRUB
431 - add-ons can plug in their own script rules and trigger updates by invoking
432 - update-grub.
433 - .
434 - This package arranges for GRUB binary images which can be used to boot a Xen
435 - guest (i.e. PV-GRUB) to be present in the control domain filesystem.
436 -
437 -Package: grub-yeeloong-bin
438 -Architecture: any-mipsel
439 -Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version})
440 -Replaces: grub-common (<< 1.98+20100617-2), grub-yeeloong (<< 1.99-1)
441 -Multi-Arch: foreign
442 -Description: GRand Unified Bootloader, version 2 (Yeeloong binaries)
443 - GRUB is a portable, powerful bootloader. This version of GRUB is based on a
444 - cleaner design than its predecessors, and provides the following new features:
445 - .
446 - - Scripting in grub.cfg using BASH-like syntax.
447 - - Support for modern partition maps such as GPT.
448 - - Modular generation of grub.cfg via update-grub. Packages providing GRUB
449 - add-ons can plug in their own script rules and trigger updates by invoking
450 - update-grub.
451 - .
452 - This package contains a version of GRUB that has been built for use with
453 - the Lemote Yeeloong laptop. It will not automatically install GRUB as the
454 - active boot loader, nor will it automatically update grub.cfg on upgrade,
455 - so most people should install grub-yeeloong instead.
456 -
457 -Package: grub-yeeloong-dbg
458 -Section: debug
459 -Architecture: any-mipsel
460 -Depends: ${misc:Depends}, grub-yeeloong-bin (= ${binary:Version}), grub-common (= ${binary:Version})
461 -Multi-Arch: foreign
462 -Description: GRand Unified Bootloader, version 2 (Yeeloong debug files)
463 - This package contains debugging files for grub-yeeloong-bin. You only
464 - need these if you are trying to debug GRUB using its GDB stub.
465 -
466 -Package: grub-yeeloong
467 -Architecture: any-mipsel
468 -Pre-Depends: ${misc:Pre-Depends}
469 -Depends: ${shlibs:Depends}, ${misc:Depends}, grub2-common (= ${binary:Version}), grub-yeeloong-bin (= ${binary:Version}), ucf
470 -Replaces: grub-common (<< 1.98+20100617-2)
471 -Multi-Arch: foreign
472 -Description: GRand Unified Bootloader, version 2 (Yeeloong version)
473 - GRUB is a portable, powerful bootloader. This version of GRUB is based on a
474 - cleaner design than its predecessors, and provides the following new features:
475 - .
476 - - Scripting in grub.cfg using BASH-like syntax.
477 - - Support for modern partition maps such as GPT.
478 - - Modular generation of grub.cfg via update-grub. Packages providing GRUB
479 - add-ons can plug in their own script rules and trigger updates by invoking
480 - update-grub.
481 - .
482 - This package contains a version of GRUB that has been built for use with
483 - the Lemote Yeeloong laptop.
484 -
485 Package: grub-theme-starfield
486 # Could be Architecture: any, but in practice this package is useless in a
487 # utilities-only build.
488 @@ -719,10 +273,3 @@ Depends: ${misc:Depends}, grub-common (= ${binary:Version})
489 Multi-Arch: foreign
490 Description: GRand Unified Bootloader, version 2 (starfield theme)
491 This is the default theme for GRUB's graphical menu.
492 -
493 -Package: grub-mount-udeb
494 -Package-Type: udeb
495 -Section: debian-installer
496 -Architecture: linux-any kfreebsd-any
497 -Depends: ${shlibs:Depends}, ${misc:Depends}
498 -Description: export GRUB filesystems using FUSE
499 --
500 2.1.4
501