mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Enable the growfs rc(8) script.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
77d9ac1703
commit
60bc17f490
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ arm_install_base() {
|
|||
echo 'sendmail_submit_enable="NO"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
|
||||
echo 'sendmail_outbound_enable="NO"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
|
||||
echo 'sendmail_msp_queue_enable="NO"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
|
||||
echo 'growfs_enable="YES"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
|
||||
|
||||
sync
|
||||
umount_loop ${CHROOTDIR}/${DESTDIR}
|
||||
|
|
|
|||
Loading…
Reference in a new issue