05-vm-profile: drop Generic server (large /srv) profile

This commit is contained in:
Алексей Шабалин 2020-07-10 14:23:57 +03:00
parent e6234512a2
commit ae62eaa68d

View File

@ -88,14 +88,6 @@ cat > /var/cache/alterator/vm-profile.scm << _EOF_
("swap" (size . $swap) (fsim . "SWAPFS") (methods $methods))
("/" (size $base . $[2*$base]) (fsim . "Ext2/3") (methods $methods))
("/var/lib/vz" (size $base . #t) (fsim . "Ext2/3") (methods $methods))))
(srv
(title . "Generic server (large /srv)")
(action . trivial)
(actiondata
("swap" (size . $swap) (fsim . "SWAPFS") (methods $methods))
("/" (size $base . $[2*$base]) (fsim . "Ext2/3") (methods $methods))
("/var" (size $base . $[2*$base]) (fsim . "Ext2/3") (methods $methods))
("/srv" (size $base . #t) (fsim . "Ext2/3") (methods $methods))))
(var
(title . "Generic server (large /var)")
(action . trivial)