Createimg now creates a working 1G partition

This commit is contained in:
aheirman 2021-02-13 13:11:06 +01:00
parent b0824a051b
commit 39b9430cf8
3 changed files with 25 additions and 8 deletions

View file

@ -6,6 +6,7 @@ fetch() {
tar -xf $pkgname-$pkgver.tar.xz
cd $pkgname-$pkgver
patch -p1 < ../../build.patch
patch -p1 < ../../bsect.patch
}
package() {