Commit Graph

15 Commits

Author SHA1 Message Date
Phil Davis
8ad8b0449d 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.
2013-03-14 00:41:52 +05:45
jim-p
e92e83d4e2 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).
2013-03-11 22:16:18 -04:00
Scott Ullrich
8bb895eb4a Create symlink after disks are mounted 2009-08-06 18:28:58 -04:00
sullrich
1ec2431763 Allow packages to be persistent across reboots. Resolved #44 2009-08-05 15:00:42 -04:00
Scott Ullrich
081db683b5 Expand /var to 60 megabytes to fix the uploading images to firmware upgrade on nanbsd. 2009-07-05 16:36:44 -04:00
Scott Ullrich
0590677a53 remove unused variable 2009-07-02 19:51:21 -04:00
Scott Ullrich
83e638ce47 No need for special etc handling 2009-07-02 19:48:00 -04:00
Scott Ullrich
cff4818384 Use /etc/platform to check if we are nanobsd. Misc other cleanups 2009-06-29 23:08:51 -04:00
Scott Ullrich
4f1842be28 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.
2008-08-18 16:30:11 +00:00
Scott Ullrich
e9f2dd087f 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.
2006-09-01 21:40:09 +00:00
Scott Ullrich
8692fc2dbd Increase ram disk size to 20 megs if needed 2006-06-10 20:13:05 +00:00
Scott Ullrich
ebe6a73961 MFC 8640
Output more information on boot
2005-12-23 22:30:48 +00:00
Scott Ullrich
deb0fc8182 MFC 8035
Make uzip script launching conditional.
2005-11-26 01:09:02 +00:00
Scott Ullrich
16469df3e4 MFC latest commits 2005-11-17 20:06:59 +00:00
Scott Ullrich
c613b74f77 Add rc.embedded for embedded bootup specific instructions similar to rc.cdrom 2005-11-17 03:21:19 +00:00