diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/debootstrap/Makefile | 1 | ||||
-rw-r--r-- | sysutils/debootstrap/pkg-message | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/debootstrap/Makefile b/sysutils/debootstrap/Makefile index 1487ff9b0b84..7a390fcd0753 100644 --- a/sysutils/debootstrap/Makefile +++ b/sysutils/debootstrap/Makefile @@ -34,5 +34,6 @@ post-patch: post-install: @${INSTALL_MAN} ${WRKSRC}/debootstrap.8 \ ${MAN8PREFIX}/man/man8/debootstrap.8 + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/sysutils/debootstrap/pkg-message b/sysutils/debootstrap/pkg-message new file mode 100644 index 000000000000..697d07996ac4 --- /dev/null +++ b/sysutils/debootstrap/pkg-message @@ -0,0 +1,5 @@ +*** NOTE *** +To successfully create an installation of Debian GNU/kFreeBSD +debootstrap requires the following kernel modules loaded: + +fdescfs linprocfs linsysfs tmpfs |