Project

General

Profile

Download (948 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
8ad8b044 03/13/2013 06:56 PM Phil Davis

Enhance tmp and var size checks

Gets rid of the following console "unexpected operator" messages during boot:
Mounting filesystems...
[: -gt: unexpected operator
[: -gt: unexpected operator
Setting up memory disks... done.

e92e83d4 03/12/2013 02:16 AM Jim Pingle

Add the ability for full installs to optionally use RAM disks for /tmp and /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).

8bb895eb 08/06/2009 10:28 PM Scott Ullrich

Create symlink after disks are mounted

1ec24317 08/05/2009 07:00 PM Scott Ullrich

Allow packages to be persistent across reboots. Resolved #44

081db683 07/05/2009 08:36 PM Scott Ullrich

Expand /var to 60 megabytes to fix the uploading images to firmware upgrade on nanbsd.

0590677a 07/02/2009 11:51 PM Scott Ullrich

remove unused variable

83e638ce 07/02/2009 11:48 PM Scott Ullrich

No need for special etc handling

cff48183 06/30/2009 03:08 AM Scott Ullrich

Use /etc/platform to check if we are nanobsd. Misc other cleanups

4f1842be 08/18/2008 04:30 PM Scott Ullrich

Commit changes submit by Rajkumar S:

Checks for file named /nanobuild and invokes /etc/rc.initdiskless if found, otherwise it follows the normal embedded bootup.

e9f2dd08 09/01/2006 09:40 PM Scott Ullrich

Use a much larger growable ram disk (128 megs) vs the default low one.

It is now possible to upgrade firmware on embedded images, ladies and gentleman.

8692fc2d 06/10/2006 08:13 PM Scott Ullrich

Increase ram disk size to 20 megs if needed

ebe6a739 12/23/2005 10:30 PM Scott Ullrich

MFC 8640
Output more information on boot

deb0fc81 11/26/2005 01:09 AM Scott Ullrich

MFC 8035
Make uzip script launching conditional.

16469df3 11/17/2005 08:06 PM Scott Ullrich

MFC latest commits

c613b74f 11/17/2005 03:21 AM Scott Ullrich

Add rc.embedded for embedded bootup specific instructions similar to rc.cdrom