pax_global_header00006660000000000000000000000064122222366370014517gustar00rootroot0000000000000052 comment=67d35f9203fd22b292dcb0c2d00467fd08c4fd57 volumes-profile-lite-0.3/000075500000000000000000000000001222223663700154425ustar00rootroot00000000000000volumes-profile-lite-0.3/.gear-rules000064400000000000000000000000071222223663700175060ustar00rootroot00000000000000tar: . volumes-profile-lite-0.3/10-vm-profile.sh000075500000000000000000000012661222223663700203040ustar00rootroot00000000000000#!/bin/sh SWAPMUL=1 ROOT_SIZE=10 # In Gb HOME_SIZE=0.5 # In Gb # Swap == RAM mem=$[`grep MemTotal /proc/meminfo | sed 's/[^0-9]//g'`*$SWAPMUL*2] # Max size of swap is 16 Gb [ $mem -ge 32948992 ] && mem=32948992 root_size="$(echo "$ROOT_SIZE*2097152"|bc)" home_size="$(echo "$HOME_SIZE*2097152"|bc)" cat > /var/cache/alterator/vm-profile.scm << _EOF_ ((workstation (title . "Setup for workstation") (action . trivial) (actiondata ("swap" (size $mem . $mem) (fsim . "SWAPFS") (methods plain)) ("/" (size $root_size . $root_size ) (fsim . "Ext2/3") (methods plain)) ("/home" (size $home_size . #t) (fsim . "Ext2/3") (methods plain)))) ) _EOF_ volumes-profile-lite-0.3/volumes-profile.spec000064400000000000000000000016031222223663700214460ustar00rootroot00000000000000Name: volumes-profile-lite Version: 0.3 Release: alt1 Summary: Volumes description for School Lite distribution License: GPL Group: System/Configuration/Other Url: http://www.altlinux.org/Installer/beans BuildArch: noarch Packager: Andrey Cherepanov Source: %name-%version.tar %description Volumes description for School Lite distribution %prep %setup %install %define hookdir %_datadir/install2/initinstall.d mkdir -p %buildroot%hookdir install -pm755 *.sh %buildroot%hookdir/ %files %hookdir/* %changelog * Mon Sep 30 2013 Andrey Cherepanov 0.3-alt1 - Change autopartition algorithm: swap==RAM, 10G for / and 512M minimum for home * Fri Dec 17 2010 Andrey Cherepanov 0.2-alt1 - Reduce total installation to 8 Gb * Thu Dec 09 2010 Andrey Cherepanov 0.1-alt1 - initial build (derived from volumes-profile-master)