Skip to content

Commit

Permalink
Merge pull request #6 from JedMeister/buster-dev
Browse files Browse the repository at this point in the history
more Buster dev
  • Loading branch information
JedMeister authored Feb 21, 2020
2 parents fee754d + 2276ee1 commit 1c502d8
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 278 deletions.
1 change: 1 addition & 0 deletions execproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <stdlib.h>

#ifndef MODULE_PATH
#error "no MODULE_PATH defined"
Expand Down
163 changes: 0 additions & 163 deletions share/bootstrap.mk

This file was deleted.

11 changes: 0 additions & 11 deletions share/bootstrap/cleanup.sh

This file was deleted.

40 changes: 0 additions & 40 deletions share/bootstrap/debootstrap.py

This file was deleted.

63 changes: 0 additions & 63 deletions share/bootstrap/exclude_spec.py

This file was deleted.

2 changes: 1 addition & 1 deletion share/product.mk
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ define root.patched/body
$(if $(REMOVELIST),fab-apply-removelist $(REMOVELIST) $O/root.patched)

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

# apply the common removelists-final
Expand Down

0 comments on commit 1c502d8

Please sign in to comment.