git: diskless: Miscellaneous fixes.

Sascha Wildner swildner at crater.dragonflybsd.org
Mon Apr 26 03:12:09 PDT 2010


commit 86de41e6561c1bb93c982537c87446371f8279b7
Author: Sascha Wildner <saw at online.de>
Date:   Mon Apr 26 12:11:12 2010 +0200

    diskless: Miscellaneous fixes.
    
    * Increase the space reserved for /etc whose size has grown considerably
      due to the blacklists in /etc/ssh.
    
    * Remove the check for devfs which has been around long enough.
    
    * Use tmpfs instead of mfs.
    
    * Pass whatever is in md_size (e.g. 10M) directly to mount_tmpfs. For
      backwards compatibility, treat number-only values as sectors (i.e.,
      multiply by 512 and pass that to mount_tmpfs).
    
    Submitted-by:  Rumko <rumcic at gmail.com>
    Dragonfly-bug: <http://bugs.dragonflybsd.org/issue1732>

Summary of changes:
 etc/rc.d/diskless     |   25 +++----------------------
 etc/rc.d/initdiskless |   15 +++++++++++++--
 2 files changed, 16 insertions(+), 24 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/86de41e6561c1bb93c982537c87446371f8279b7


-- 
DragonFly BSD source repository





More information about the Commits mailing list