diff options
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/installer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php index 6736bb1..5737679 100644 --- a/usr/local/www/installer.php +++ b/usr/local/www/installer.php @@ -106,6 +106,7 @@ function start_installation() { fwrite($fd, "/PCBSD/pc-sysinstall/pc-sysinstall -c /PCBSD/pc-sysinstall/examples/pfSense-install.cfg \n"); fwrite($fd, "chmod a+rx /usr/local/bin/after_installation_routines.sh\n"); fwrite($fd, "cd / && /usr/local/bin/after_installation_routines.sh\n"); + fwrite($fd, "mkdir /mnt/tmp\n"); fwrite($fd, "umount /mnt\n"); fwrite($fd, "touch /tmp/install_complete\n"); fclose($fd); |