Createimg now creates a working 1G partition
This commit is contained in:
parent
b0824a051b
commit
39b9430cf8
3 changed files with 25 additions and 8 deletions
10
pkgs/tiny-linux-bootloader/bsect.patch
Normal file
10
pkgs/tiny-linux-bootloader/bsect.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- bsect.asm
|
||||
+++ bsect.asm
|
||||
@@ -15,7 +15,6 @@
|
||||
; You should have received a copy of the GNU General Public License
|
||||
; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
-%define DEBUG
|
||||
%include "config.inc"
|
||||
|
||||
[BITS 16]
|
|
@ -6,6 +6,7 @@ fetch() {
|
|||
tar -xf $pkgname-$pkgver.tar.xz
|
||||
cd $pkgname-$pkgver
|
||||
patch -p1 < ../../build.patch
|
||||
patch -p1 < ../../bsect.patch
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue