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). ------------------------------------------------------------------------- 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]
