diff options
| author | William Carrel <william.a@carrel.org> | 2026-01-08 08:49:42 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2026-01-08 08:59:06 +0000 |
| commit | 709c1049fe0c6d0217e81268d4f33f7191474453 (patch) | |
| tree | 39b669b5ea03686ca68849b38f08d9f0ab07adef | |
| parent | eb1b6ec7a79aff05f5f10e1d6b1c63a0d8dc5f2f (diff) | |
| -rw-r--r-- | release/tools/gce.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/tools/gce.conf b/release/tools/gce.conf index 558641821b16..6bbd26b5835f 100644 --- a/release/tools/gce.conf +++ b/release/tools/gce.conf @@ -39,7 +39,7 @@ vm_extra_pre_umount() { # Enable growfs on every boot, not only the first, as as instance's disk can # be enlarged post-creation - sed -i -e '/KEYWORD: firstboot/d' /etc/rc.d/growfs + sed -i -e '/KEYWORD: firstboot/d' ${DESTDIR}/etc/rc.d/growfs cat << EOF >> ${DESTDIR}/etc/rc.conf dumpdev="AUTO" |
