Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enhance tmp and var size checks | Phil Davis | 2013-03-14 | 1 | -3/+3 |
| | | | | | | | Gets rid of the following console "unexpected operator" messages during boot: Mounting filesystems... [: -gt: unexpected operator [: -gt: unexpected operator Setting up memory disks... done. | ||||
* | Add the ability for full installs to optionally use RAM disks for /tmp and ↵ | jim-p | 2013-03-11 | 1 | -15/+15 |
| | | | | | | /var, and to allow selecting a size for /tmp and /var RAM disks on both Full installs and NanoBSD. I think I caught most of the edge cases for transitioning into and out of RAM disk mode, and preserving data across reboots as is done on NanoBSD (RRD, DHCP leases, pkg/pbi info). | ||||
* | Create symlink after disks are mounted | Scott Ullrich | 2009-08-06 | 1 | -6/+0 |
| | |||||
* | Allow packages to be persistent across reboots. Resolved #44 | sullrich | 2009-08-05 | 1 | -1/+9 |
| | |||||
* | Expand /var to 60 megabytes to fix the uploading images to firmware upgrade ↵ | Scott Ullrich | 2009-07-05 | 1 | -1/+1 |
| | | | | on nanbsd. | ||||
* | remove unused variable | Scott Ullrich | 2009-07-02 | 1 | -3/+0 |
| | |||||
* | No need for special etc handling | Scott Ullrich | 2009-07-02 | 1 | -18/+11 |
| | |||||
* | Use /etc/platform to check if we are nanobsd. Misc other cleanups | Scott Ullrich | 2009-06-29 | 1 | -13/+17 |
| | |||||
* | Commit changes submit by Rajkumar S: | Scott Ullrich | 2008-08-18 | 1 | -9/+15 |
| | | | | Checks for file named /nanobuild and invokes /etc/rc.initdiskless if found, otherwise it follows the normal embedded bootup. | ||||
* | Use a much larger growable ram disk (128 megs) vs the default low one. | Scott Ullrich | 2006-09-01 | 1 | -1/+8 |
| | | | | It is now possible to upgrade firmware on embedded images, ladies and gentleman. | ||||
* | Increase ram disk size to 20 megs if needed | Scott Ullrich | 2006-06-10 | 1 | -1/+1 |
| | |||||
* | MFC 8640 | Scott Ullrich | 2005-12-23 | 1 | -0/+2 |
| | | | | Output more information on boot | ||||
* | MFC 8035 | Scott Ullrich | 2005-11-26 | 1 | -1/+1 |
| | | | | Make uzip script launching conditional. | ||||
* | MFC latest commits | Scott Ullrich | 2005-11-17 | 1 | -9/+1 |
| | |||||
* | Add rc.embedded for embedded bootup specific instructions similar to rc.cdrom | Scott Ullrich | 2005-11-17 | 1 | -0/+31 |