05-vm-profile: drop Generic server (large /srv) profile
This commit is contained in:
parent
e6234512a2
commit
ae62eaa68d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user