-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Matt Riddell wrote: > Ingmar Schraub wrote: >> Matt Riddell wrote: >>> Ingmar Schraub wrote: >>>> Hello Matt, >>>> you have three options: >>>> 1.) in rc.conf you can set "VAR_SIZE". You can even do this on your live >>>> system. Just reboot altering this setting. >>>> 2.) you can adjust the size in the 'rc' file (live system or build >>>> system), target/generic/target_skeleton/etc/rc >>>> 3.) resize the filesystem with "mount -o remount,size=$VAR_SIZE /var" >>> Ok, cool thanks for those. If I want to not have a separate /var/ tmpfs >>> partition how would I go about it? >>> >>> I.E. If I want the /var/ partition to be a part of the root partition. >> You modify the 'rc' script in order not to setup /var as tmpfs and add >> /var to your rootfs skeleton. (or do a 'mkdir -p /var' in the rc script >> - assuming you are running unionfs). > > Ah ok, should have just read the script :) > > Thanks man
Ok, I've just changed the rc in the build system to: # mount -t tmpfs -o size=5000k none /var mkdir -p /var/ Is the root fs up at this stage? And yeah, using unionfs - -- Kind Regards, Matt Riddell Director _______________________________________________ http://www.venturevoip.com (Great new VoIP end to end solution) http://www.venturevoip.com/news.php (Daily Asterisk News - html) http://www.venturevoip.com/newrssfeed.php (Daily Asterisk News - rss) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIsm3ODQNt8rg0Kp4RAvgoAJsFp09miwPwD/jCvGtX/R8L6I/zlgCfZbmf AXL+iATke6a/rsGgWwRzHDU= =kyc/ -----END PGP SIGNATURE----- ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
