Commit Graph

47 Commits

Author SHA1 Message Date
553464f70f Redundant dependency 2024-11-25 19:53:18 +03:00
8f83dd51dc Added net-ifupdown2.desktop to /steps folder 2024-11-20 16:59:30 +03:00
a9016a33ab Redisigned installer-distro-alt-server-v for PVE:
-Uses net-ifupdown2 module instead of net-eth
-No need for postinstall vmbr creation (net-ifupdown2 does that)
2024-11-19 02:58:18 +03:00
Andrew A. Vasilyev
87e26f676f 10.1.0-alt2
- drop installer-feature-sudo-enable-by-default-stage3
2023-06-16 22:39:34 +03:00
Andrew A. Vasilyev
00a339e4e9 10.1.0-alt1
- move initinstall.d/05-vm-profile to separate package volumes-profile-alt-server-v
2023-04-12 20:16:58 +03:00
Andrew A. Vasilyev
b992ae9029 move initinstall.d/05-vm-profile to separate package volumes-profile-alt-server-v 2023-04-12 20:13:29 +03:00
10982dd990 10.0.0-alt2
- decrease minimal root size to 7GB
2021-12-28 00:14:58 +03:00
15825b1c39 05-vm-profile: decrease minimal root size to 7GB 2021-12-28 00:14:14 +03:00
2f5655fed8 10.0.0-alt1
- define swap not more then 2GB
- define minimal root part as 15GB
- define minimal var part as 1GB
2021-12-27 20:38:35 +03:00
dc88e6a6c6 05-vm-profile: define minimal var part as 1GB 2021-12-27 20:38:04 +03:00
c7832b062e 05-vm-profile: define minimal root part as 15GB
- disable detect max disk size. nvme disks was not detect.
- set min disk size as 15GB.
2021-12-27 20:38:04 +03:00
9269f85208 05-vm-profile: define swap not more then 2GB 2021-12-27 17:50:15 +03:00
Andrew A. Vasilyev
181b826025 9.2.0-alt1
- simplify FS profiles
2021-06-02 15:57:57 +03:00
Andrew A. Vasilyev
07f1c95c9c 05-vm-profile: simplify profiles 2021-06-02 15:57:46 +03:00
9b898a0bbb 9.0.1-alt1
- update title for /var/lib/vz (ALT #38193)
- drop Generic server (large /srv) profile in vm
- switch from alterator-grub to installer-feature-bootloader in m-p
2020-07-10 14:32:55 +03:00
ae62eaa68d 05-vm-profile: drop Generic server (large /srv) profile 2020-07-10 14:30:30 +03:00
e6234512a2 05-vm-profile: update title for /var/lib/vz 2020-07-06 21:56:38 +03:00
Andrew A. Vasilyev
2567148020 9.0.0-alt3
- add vmbr creation for PVE
2020-02-14 14:39:25 +03:00
5fa80f00d5 9.0.0-alt2
- add support vd* disks in vm profile
- rename /var/lib/libvirt/images -> /var/lib/libvirt
2019-09-26 21:01:12 +03:00
abc6e90dcc rename /var/lib/libvirt/images -> /var/lib/libvirt 2019-09-26 20:59:20 +03:00
2f1e787814 add support vd* disks 2019-09-26 20:58:05 +03:00
2035893448 9.0.0-alt1
- add OpenVZ server (large /var/lib/vz)
- add Podman server (large /var/lib/containers)
- update alterator-menu lists
2019-09-25 20:12:18 +03:00
a3b056d991 update alterator-menu lists 2019-09-25 20:10:30 +03:00
5770cfbddd 05-vm-profile: add Podman server (large /var/lib/containers) 2019-09-25 20:09:24 +03:00
caa4fa613e 05-vm-profile: add OpenVZ server (large /var/lib/vz) 2019-09-25 19:47:01 +03:00
df714835c1 7.0.6-alt1
- vm -> vm-ortodox
- add preinstall and postinstall scripts
- update Requires and Provides
2019-08-21 19:17:04 +03:00
a1fbedc49b vm -> vm-ortodox 2019-08-21 19:17:04 +03:00
867c921d0e add preinstall and postinstall scripts 2019-08-21 19:16:58 +03:00
4fe1ddb529 7.0.5-alt1
- update title in vm-profile
2019-08-21 16:52:13 +03:00
d85bfe5018 update title 2019-08-21 16:44:16 +03:00
fa73fdc74d 7.0.4-alt1
- /var/lib/libvirt ->  /var/lib/libvirt/images
- add LXD HN server (large /var/lib/lxd)
2019-07-11 20:28:18 +03:00
9ae6dc5102 05-vm-profile: add LXD HN server (large /var/lib/lxd) 2019-07-11 20:27:06 +03:00
0a9ba2bf5a 05-vm-profile: /var/lib/libvirt -> /var/lib/libvirt/images 2019-07-11 20:26:50 +03:00
b252cb0716 update vm profile for server-v 2019-06-14 21:45:02 +03:00
d4b09709c6 update {expert,order}-list 2019-06-14 17:38:55 +03:00
4a2bada0a4 7.0.3-alt1
- package as name alt-server-v for Server Virtualization
2019-06-14 17:35:04 +03:00
Michael Shigorin
c05a35f922 7.0.2-alt1
- tweaked disk partitioning profiles towards capping the size
  of partitions differing from the "main" one (otherwise it's
  prone to e.g. three largish partitions of which two will be
  likely mostly empty forever)
- changed profile order so that "generic server" comes first
2016-03-11 23:33:59 +03:00
Michael Shigorin
a20de4ce58 05-vm-profile: cap sizes, tweak order
The "non-main" partitions shouldn't occupy comparable disk size
as e.g. 300 Gb rootfs on a terabyte drive is usually way too much,
especially at expense of the actual filesystem holding data;
so the size is now between [1..2] * base value.

Profile order has been changed too with "generic server"
becoming the default.
2016-03-11 23:33:48 +03:00
Michael Shigorin
93ec7a1238 7.0.1-alt1
- added a few more disk partitioning profiles (closes: #29483)
- fixed silly typo in steps file (non-root user *is* added now)
2013-10-28 17:55:37 +04:00
Michael Shigorin
4b816903ae 05-vm-profile: tweak boilerplate
Repetitive "holds most space" is not concise enough.
2013-10-28 17:54:16 +04:00
Michael Shigorin
bc428675ec 05-vm-profile: added 20G base partition size
Physical disks larger than say 100 gibberishbytes tend to be
used with larger sets of software, data, backups etc; let's
bump the base partition size to 20Gb then as proposed by dubrsl@
within #29483.
2013-10-28 17:54:16 +04:00
Michael Shigorin
e43aa1ab02 05-vm-profile: added KVM server
As per #29483 (but the exact rootfs size and swap).
2013-10-28 17:54:16 +04:00
Michael Shigorin
2e414ef29d installer-steps: fix typo in users-add step
user-add is definitely not going to work...
2013-10-28 17:54:16 +04:00
Michael Shigorin
d8520396ed 05-vm-profile: partitioning tweaks
Added "HN server" and adjusted the rest as proposed
in #29483 by dubrsl@; this might be not the final
version though!
2013-10-17 13:46:05 +04:00
Michael Shigorin
5ffe2de5ca 7.0.0-alt1
- initial release based on installer-distro-altlinux-generic 7.0.1-alt1
- get things back somewhat closer to a useful (not test) distribution
2013-10-11 21:38:56 +04:00
Michael Shigorin
c3eb141b88 initial scripts 2013-10-11 21:38:51 +04:00
Michael Shigorin
4ce24e20ca initial gear rules 2013-09-30 17:30:48 +04:00