[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Multi Bootloaders support patch (not working)



This is a patch for adding Multi bootloaders support to Debian Live. (Based on current git master).

This is the first step I need to be able to add loopback.cfg support to Debian Live.

It's currently not working. Any help on debugging it it's needed.

Thank you !

adrian15
--
Support free software. Donate to Super Grub Disk. Apoya el software libre. Dona a Super Grub Disk. http://www.supergrubdisk.org/donate/

commit c0263ca760f1af55a4b74c386baba14ea84eea7c
Author: Daniel Baumann <mail@daniel-baumann.ch>
Date:   Fri Aug 14 14:05:39 2015 +0200

    Wrap and sort debian control file.

diff --git a/debian/control b/debian/control
index 05d6c59..f2996af 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,10 @@ Source: live-build
 Section: misc
 Priority: optional
 Maintainer: Live Systems Maintainers <debian-live@lists.debian.org>
-Uploaders: Daniel Baumann <mail@daniel-baumann.ch>
-Build-Depends: debhelper (>= 9)
+Uploaders:
+ Daniel Baumann <mail@daniel-baumann.ch>,
+Build-Depends:
+ debhelper (>= 9),
 Standards-Version: 3.9.6
 Homepage: http://live-systems.org/devel/live-build/
 Vcs-Browser: http://live-systems.org/gitweb/?p=live-build.git
@@ -12,18 +14,18 @@ Vcs-Git: git://live-systems.org/git/live-build.git
 Package: live-build
 Architecture: all
 Depends:
- ${misc:Depends},
  debootstrap,
+ ${misc:Depends},
 Recommends:
  apt-utils,
  cpio,
- wget,
  live-boot-doc,
  live-config-doc,
  live-manual-html | live-manual,
+ wget,
 Suggests:
- gpgv,
  debian-keyring,
+ gpgv,
 Description: Live System Build Components
  The Live Systems project maintains the components to build Debian based Live
  systems and the official Debian Live images themselves.

Reply to: