From: Ralph Ronnquist Date: Sun, 3 Apr 2022 11:45:13 +0000 (+1000) Subject: including diskfile support X-Git-Tag: v0.1.5~7 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=100127280023c999cd73db88d4ec1bf19cedcc67;p=rrq%2Foverlay-boot.git including diskfile support --- diff --git a/Makefile b/Makefile index 1daf2e7..c4195a8 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ MAN8FILES = overlay-boot.8 overlay-go.8 overlay-stop.8 #HTMLDOC = $(MAN8FILES:%=%.html) VARLIBFILES = overlay-boot overlay-go overlay-stop functions reaper VARLIBFILES += overlay-init overlay-postmount overlay-premount +VARLIBFILES += overlay-diskfile # The default is to build asm/reaper REAPER = src/reaper diff --git a/debian/overlay-boot.links b/debian/overlay-boot.links index 5a179b6..c1d7c8d 100644 --- a/debian/overlay-boot.links +++ b/debian/overlay-boot.links @@ -1,3 +1,4 @@ /var/lib/overlay-boot/overlay-boot /usr/sbin/overlay-boot /var/lib/overlay-boot/overlay-stop /usr/sbin/overlay-stop /var/lib/overlay-boot/overlay-go /usr/sbin/overlay-go +/var/lib/overlay-boot/overlay-diskfile /usr/sbin/overlay-diskfile