Skip to content

Commit 1c502d8

Browse files
authored
Merge pull request #6 from JedMeister/buster-dev
more Buster dev
2 parents fee754d + 2276ee1 commit 1c502d8

File tree

6 files changed

+2
-278
lines changed

6 files changed

+2
-278
lines changed

execproxy.c

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <string.h>
55
#include <sys/stat.h>
66
#include <sys/types.h>
7+
#include <stdlib.h>
78

89
#ifndef MODULE_PATH
910
#error "no MODULE_PATH defined"

share/bootstrap.mk

-163
This file was deleted.

share/bootstrap/cleanup.sh

-11
This file was deleted.

share/bootstrap/debootstrap.py

-40
This file was deleted.

share/bootstrap/exclude_spec.py

-63
This file was deleted.

share/product.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ define root.patched/body
396396
$(if $(REMOVELIST),fab-apply-removelist $(REMOVELIST) $O/root.patched)
397397

398398
# update initramfs (handle reconfigured initramfs scripts)
399-
fab-chroot $O/root.patched "update-initramfs -u"
399+
fab-chroot $O/root.patched "update-initramfs -u" || fab-chroot $O/root.patched "live-update-initramfs -u"
400400
fab-chroot $O/root.patched "rm -rf /boot/*.bak"
401401

402402
# apply the common removelists-final

0 commit comments

Comments
 (0)