diff options
author | cperciva <cperciva@FreeBSD.org> | 2014-11-21 07:57:07 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2014-11-21 07:57:07 +0800 |
commit | f73e3e29d6a81e73fe06c74f1f557dc065ddce50 (patch) | |
tree | 56b0aff2a8971fccf9002b508482688cf31c6f39 /sysutils/Makefile | |
parent | a94390dc03e3a298bd3f3e1e075b200067fc73fe (diff) | |
download | freebsd-ports-gnome-f73e3e29d6a81e73fe06c74f1f557dc065ddce50.tar.gz freebsd-ports-gnome-f73e3e29d6a81e73fe06c74f1f557dc065ddce50.tar.zst freebsd-ports-gnome-f73e3e29d6a81e73fe06c74f1f557dc065ddce50.zip |
Add firstboot-growfs port:
When the system first boots, resize the (GPT) partition holding the root
filesystem, then resize the (UFS) root filesystem. This is intended to be
used in virtual machines where a VM image is built with one size but may
be launched onto a larger disk.
This will be used in EC2 images in the near future.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 097ed22745c1..2694e4b53d13 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -245,6 +245,7 @@ SUBDIR += filewatcherd SUBDIR += finfo SUBDIR += firstboot-freebsd-update + SUBDIR += firstboot-growfs SUBDIR += firstboot-pkgs SUBDIR += flasher SUBDIR += flashrom |