update title

This commit is contained in:
Алексей Шабалин 2019-08-21 16:44:16 +03:00
parent fa73fdc74d
commit d85bfe5018

View File

@ -48,27 +48,27 @@ base="$[ 2*$base ]"
cat > /var/cache/alterator/vm-profile.scm << _EOF_
((rootonly
(title . "Minimal server (one rootfs /)")
(title . "Minimal server (rootfs only /)")
(action . trivial)
(actiondata
("swap" (size . $swap) (fsim . "SWAPFS") (methods $methods))
("/" (size $base . #t) (fsim . "Ext2/3") (methods $methods))))
(kvm
(title . "KVM HN server (large /var/lib/libvirt/images)")
(title . "KVM Server (large /var/lib/libvirt/images)")
(action . trivial)
(actiondata
("swap" (size . $[2*$swap]) (fsim . "SWAPFS") (methods $methods))
("/" (size $base . $[2*$base]) (fsim . "Ext2/3") (methods $methods))
("/var/lib/libvirt/images" (size $base . #t) (fsim . "Ext2/3") (methods $methods))))
(docker
(title . "Docker HN server (large /var/lib/docker)")
(title . "Docker Server (large /var/lib/docker)")
(action . trivial)
(actiondata
("swap" (size . $swap) (fsim . "SWAPFS") (methods $methods))
("/" (size $base . $[2*$base]) (fsim . "Ext2/3") (methods $methods))
("/var/lib/docker" (size $base . #t) (fsim . "Ext2/3") (methods $methods))))
(lxd
(title . "LXD HN server (large /var/lib/lxd)")
(title . "LXD Server (large /var/lib/lxd)")
(action . trivial)
(actiondata
("swap" (size . $swap) (fsim . "SWAPFS") (methods $methods))