SlideShare a Scribd company logo
1 of 11
Unatended Installations


Какво прСдставляват Unatended инсталациитС
Π—Π°Ρ‰ΠΎ са ΠΏΠΎΠ»Π΅Π·Π½ΠΈ
Π Π°Π·Π»ΠΈΠΊΠΈ ΠΌΠ΅ΠΆΠ΄Ρƒ инсталации ΠΎΡ‚ image ΠΈ unatended
Изисквания
Basic configurations



                          ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
Unatended Installations
DHCPD configuration
allow booting;
allow bootp;

group {
next-server TFTP_server_address;
filename "/tftpboot/pxelinux.0";
     host hostname {
           hardware ethernet ethernet_address;
              fixed-address hostname;
         }
}
                                         ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
Unatended Installations
PXE Configuration file:
boot label
label linux
 kernel vmlinuz-2.4.13.mosix
 append nfsroot=192.168.7.14:/export/nfs/loretta
 ipappend 1


PXE documentation:
 http://syslinux.zytor.com/pxe.php

Syslinux documentation:
 http://syslinux.zytor.com/faq.php
                                         ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
Unatended Installations



Unattended инсталация Π½Π° Fedora (kickstart)
Kickstart ΠΏΡ€ΠΎΠ±Π»Π΅ΠΌΠΈ
Links:
https://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/
http://www.redhat.com/mailman/listinfo/kickstart-list




                                                    ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
Unatended Installations
# BOOT=fc3 Fedora Core 3
lang en_US
langsupport --default=en_US
keyboard us
mouse none
timezone Europe/Sofia
rootpw --iscrypted {ROOT_PW}
text
install
reboot
url --url ftp://{INSTALLER_IP}/fedora/core/3/i386/os/
bootloader --location=mbr
zerombr yes
clearpart --all --initlabel
part /boot --fstype ext3 --size 10
part swap --recommended --asprimary
part / --fstype ext3 --size 10240
part /var --fstype ext3 --size 5120
part /home --fstype ext3 --size 1 --grow
auth --useshadow --enablemd5
selinux --disabled
                                                   ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
Unatended Installations

network --bootproto=static --ip=$ip_address --netmask=$netmask –gateway=$gw
   nameserver=$nameserver –device=eth0 hostname=$hostname
firewall --disabled
skipx
%packages –resolvedeps
%pre
#!/bin/sh
/usr/bin/echo "---INSTALLER_IP--- ---INSTALLER_NAME---" >> /etc/hosts

%post
/usr/bin/wget http://---INSTALLER_IP---/installer/setstatus.php?status_id=3 -O -
/bin/echo -e "nameserver $NS1nnameserver $NS2n" >> /etc/resolv.conf

/bin/echo "#!/bin/bash" > /etc/cron.hourly/timesync.sh
/bin/echo "/usr/sbin/ntpdate pool.ntp.org >/dev/null" >> /etc/cron.hourly/timesync.sh
/bin/chmod 755 /etc/cron.hourly/timesync.sh
/etc/cron.hourly/timesync.sh

                                                         ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
Unatended Installations

Unattended инсталация Π½Π° Debian (preseed)
Preseed ΠΏΡ€ΠΎΠ±Π»Π΅ΠΌΠΈ

Generate preseed:
 debconf-get-selections --installer > config.cfg
 debconf-get-selections >> config.cfg


preseed_1.15



                                           ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
Unatended Installations


Unattended инсталация Π½Π° Windows
ΠŸΡ€ΠΎΠ±Π»Π΅ΠΌΠΈ ΠΏΡ€ΠΈ инсталацията
Π˜Π½Ρ‚Π΅Π³Ρ€Π°Ρ†ΠΈΡ Π½Π° Π΄Ρ€Π°ΠΉΠ²Π΅Ρ€ΠΈ
Π˜Π½Ρ‚Π΅Π³Ρ€Π°Ρ†ΠΈΡ Π½Π° Mass Storage Controler




                            ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
Unatended Installations


Beyond the install
Π˜Π½Ρ‚Π΅Π³Ρ€Π°Ρ†ΠΈΡ Π½Π° прилоТСния
Π”ΠΎΠΏΡŠΠ»Π½ΠΈΡ‚Π΅Π»Π½ΠΈ настройки
ΠŸΠΎΠ΄Π²ΠΎΠ΄Π½ΠΈΡ‚Π΅ камъни




                           ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
Unatended Installations



Π”Ρ€ΡƒΠ³ΠΈ ΠΌΠ΅Ρ‚ΠΎΠ΄ΠΈ Π·Π° unatended инсталации
Π Π΅Π°Π»ΠΈΠ·ΠΈΡ€Π°Π½ΠΈ Ρ€Π΅ΡˆΠ΅Π½ΠΈΡ ΠΈΠ·ΠΏΠΎΠ»Π·Π²Π°Ρ‰ΠΈ unatended
 инсталации




                          ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
Unatended Installations




     Π’ΡŠΠΏΡ€ΠΎΡΠΈ?

               ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²

More Related Content

Viewers also liked

Why we are migrating to Slackware
Why we are migrating to SlackwareWhy we are migrating to Slackware
Why we are migrating to SlackwareMarian Marinov
Β 
LUG-BG 2017 - Rangel Ivanov - Spread some butter - BTRFS
LUG-BG 2017 - Rangel Ivanov - Spread some butter - BTRFSLUG-BG 2017 - Rangel Ivanov - Spread some butter - BTRFS
LUG-BG 2017 - Rangel Ivanov - Spread some butter - BTRFSMarian Marinov
Β 
nftables - the evolution of Linux Firewall
nftables - the evolution of Linux Firewallnftables - the evolution of Linux Firewall
nftables - the evolution of Linux FirewallMarian Marinov
Β 
Lxd the proper way of runing containers
Lxd   the proper way of runing containersLxd   the proper way of runing containers
Lxd the proper way of runing containersMarian Marinov
Β 
английский язык 8 класс Π²Π°ΡƒΠ»ΠΈΠ½Π°
английский язык 8 класс ваулинаанглийский язык 8 класс Π²Π°ΡƒΠ»ΠΈΠ½Π°
английский язык 8 класс Π²Π°ΡƒΠ»ΠΈΠ½Π°reshyvse
Β 
LUG-BG - Kostadin Slavkov - PostgreSQL 10
LUG-BG - Kostadin Slavkov - PostgreSQL 10LUG-BG - Kostadin Slavkov - PostgreSQL 10
LUG-BG - Kostadin Slavkov - PostgreSQL 10Marian Marinov
Β 

Viewers also liked (6)

Why we are migrating to Slackware
Why we are migrating to SlackwareWhy we are migrating to Slackware
Why we are migrating to Slackware
Β 
LUG-BG 2017 - Rangel Ivanov - Spread some butter - BTRFS
LUG-BG 2017 - Rangel Ivanov - Spread some butter - BTRFSLUG-BG 2017 - Rangel Ivanov - Spread some butter - BTRFS
LUG-BG 2017 - Rangel Ivanov - Spread some butter - BTRFS
Β 
nftables - the evolution of Linux Firewall
nftables - the evolution of Linux Firewallnftables - the evolution of Linux Firewall
nftables - the evolution of Linux Firewall
Β 
Lxd the proper way of runing containers
Lxd   the proper way of runing containersLxd   the proper way of runing containers
Lxd the proper way of runing containers
Β 
английский язык 8 класс Π²Π°ΡƒΠ»ΠΈΠ½Π°
английский язык 8 класс ваулинаанглийский язык 8 класс Π²Π°ΡƒΠ»ΠΈΠ½Π°
английский язык 8 класс Π²Π°ΡƒΠ»ΠΈΠ½Π°
Β 
LUG-BG - Kostadin Slavkov - PostgreSQL 10
LUG-BG - Kostadin Slavkov - PostgreSQL 10LUG-BG - Kostadin Slavkov - PostgreSQL 10
LUG-BG - Kostadin Slavkov - PostgreSQL 10
Β 

More from Marian Marinov

Dev.bg DevOps March 2024 Monitoring & Logging
Dev.bg DevOps March 2024 Monitoring & LoggingDev.bg DevOps March 2024 Monitoring & Logging
Dev.bg DevOps March 2024 Monitoring & LoggingMarian Marinov
Β 
Basic presentation of cryptography mechanisms
Basic presentation of cryptography mechanismsBasic presentation of cryptography mechanisms
Basic presentation of cryptography mechanismsMarian Marinov
Β 
Microservices: Benefits, drawbacks and are they for me?
Microservices: Benefits, drawbacks and are they for me?Microservices: Benefits, drawbacks and are they for me?
Microservices: Benefits, drawbacks and are they for me?Marian Marinov
Β 
Introduction and replication to DragonflyDB
Introduction and replication to DragonflyDBIntroduction and replication to DragonflyDB
Introduction and replication to DragonflyDBMarian Marinov
Β 
Message Queuing - Gearman, Mosquitto, Kafka and RabbitMQ
Message Queuing - Gearman, Mosquitto, Kafka and RabbitMQMessage Queuing - Gearman, Mosquitto, Kafka and RabbitMQ
Message Queuing - Gearman, Mosquitto, Kafka and RabbitMQMarian Marinov
Β 
How to successfully migrate to DevOps .pdf
How to successfully migrate to DevOps .pdfHow to successfully migrate to DevOps .pdf
How to successfully migrate to DevOps .pdfMarian Marinov
Β 
How to survive in the work from home era
How to survive in the work from home eraHow to survive in the work from home era
How to survive in the work from home eraMarian Marinov
Β 
Managing sysadmins
Managing sysadminsManaging sysadmins
Managing sysadminsMarian Marinov
Β 
Improve your storage with bcachefs
Improve your storage with bcachefsImprove your storage with bcachefs
Improve your storage with bcachefsMarian Marinov
Β 
Control your service resources with systemd
 Control your service resources with systemd  Control your service resources with systemd
Control your service resources with systemd Marian Marinov
Β 
Comparison of-foss-distributed-storage
Comparison of-foss-distributed-storageComparison of-foss-distributed-storage
Comparison of-foss-distributed-storageMarian Marinov
Β 
Π—Π°Ρ‰ΠΎ ΠΈ ΠΊΠ°ΠΊ Π΄Π° обогатявамС знанията си?
Π—Π°Ρ‰ΠΎ ΠΈ ΠΊΠ°ΠΊ Π΄Π° обогатявамС знанията си?Π—Π°Ρ‰ΠΎ ΠΈ ΠΊΠ°ΠΊ Π΄Π° обогатявамС знанията си?
Π—Π°Ρ‰ΠΎ ΠΈ ΠΊΠ°ΠΊ Π΄Π° обогатявамС знанията си?Marian Marinov
Β 
Securing your MySQL server
Securing your MySQL serverSecuring your MySQL server
Securing your MySQL serverMarian Marinov
Β 
Sysadmin vs. dev ops
Sysadmin vs. dev opsSysadmin vs. dev ops
Sysadmin vs. dev opsMarian Marinov
Β 
DoS and DDoS mitigations with eBPF, XDP and DPDK
DoS and DDoS mitigations with eBPF, XDP and DPDKDoS and DDoS mitigations with eBPF, XDP and DPDK
DoS and DDoS mitigations with eBPF, XDP and DPDKMarian Marinov
Β 
Challenges with high density networks
Challenges with high density networksChallenges with high density networks
Challenges with high density networksMarian Marinov
Β 
SiteGround building automation
SiteGround building automationSiteGround building automation
SiteGround building automationMarian Marinov
Β 
Preventing cpu side channel attacks with kernel tracking
Preventing cpu side channel attacks with kernel trackingPreventing cpu side channel attacks with kernel tracking
Preventing cpu side channel attacks with kernel trackingMarian Marinov
Β 
Managing a lot of servers
Managing a lot of serversManaging a lot of servers
Managing a lot of serversMarian Marinov
Β 
Let's Encrypt failures
Let's Encrypt failuresLet's Encrypt failures
Let's Encrypt failuresMarian Marinov
Β 

More from Marian Marinov (20)

Dev.bg DevOps March 2024 Monitoring & Logging
Dev.bg DevOps March 2024 Monitoring & LoggingDev.bg DevOps March 2024 Monitoring & Logging
Dev.bg DevOps March 2024 Monitoring & Logging
Β 
Basic presentation of cryptography mechanisms
Basic presentation of cryptography mechanismsBasic presentation of cryptography mechanisms
Basic presentation of cryptography mechanisms
Β 
Microservices: Benefits, drawbacks and are they for me?
Microservices: Benefits, drawbacks and are they for me?Microservices: Benefits, drawbacks and are they for me?
Microservices: Benefits, drawbacks and are they for me?
Β 
Introduction and replication to DragonflyDB
Introduction and replication to DragonflyDBIntroduction and replication to DragonflyDB
Introduction and replication to DragonflyDB
Β 
Message Queuing - Gearman, Mosquitto, Kafka and RabbitMQ
Message Queuing - Gearman, Mosquitto, Kafka and RabbitMQMessage Queuing - Gearman, Mosquitto, Kafka and RabbitMQ
Message Queuing - Gearman, Mosquitto, Kafka and RabbitMQ
Β 
How to successfully migrate to DevOps .pdf
How to successfully migrate to DevOps .pdfHow to successfully migrate to DevOps .pdf
How to successfully migrate to DevOps .pdf
Β 
How to survive in the work from home era
How to survive in the work from home eraHow to survive in the work from home era
How to survive in the work from home era
Β 
Managing sysadmins
Managing sysadminsManaging sysadmins
Managing sysadmins
Β 
Improve your storage with bcachefs
Improve your storage with bcachefsImprove your storage with bcachefs
Improve your storage with bcachefs
Β 
Control your service resources with systemd
 Control your service resources with systemd  Control your service resources with systemd
Control your service resources with systemd
Β 
Comparison of-foss-distributed-storage
Comparison of-foss-distributed-storageComparison of-foss-distributed-storage
Comparison of-foss-distributed-storage
Β 
Π—Π°Ρ‰ΠΎ ΠΈ ΠΊΠ°ΠΊ Π΄Π° обогатявамС знанията си?
Π—Π°Ρ‰ΠΎ ΠΈ ΠΊΠ°ΠΊ Π΄Π° обогатявамС знанията си?Π—Π°Ρ‰ΠΎ ΠΈ ΠΊΠ°ΠΊ Π΄Π° обогатявамС знанията си?
Π—Π°Ρ‰ΠΎ ΠΈ ΠΊΠ°ΠΊ Π΄Π° обогатявамС знанията си?
Β 
Securing your MySQL server
Securing your MySQL serverSecuring your MySQL server
Securing your MySQL server
Β 
Sysadmin vs. dev ops
Sysadmin vs. dev opsSysadmin vs. dev ops
Sysadmin vs. dev ops
Β 
DoS and DDoS mitigations with eBPF, XDP and DPDK
DoS and DDoS mitigations with eBPF, XDP and DPDKDoS and DDoS mitigations with eBPF, XDP and DPDK
DoS and DDoS mitigations with eBPF, XDP and DPDK
Β 
Challenges with high density networks
Challenges with high density networksChallenges with high density networks
Challenges with high density networks
Β 
SiteGround building automation
SiteGround building automationSiteGround building automation
SiteGround building automation
Β 
Preventing cpu side channel attacks with kernel tracking
Preventing cpu side channel attacks with kernel trackingPreventing cpu side channel attacks with kernel tracking
Preventing cpu side channel attacks with kernel tracking
Β 
Managing a lot of servers
Managing a lot of serversManaging a lot of servers
Managing a lot of servers
Β 
Let's Encrypt failures
Let's Encrypt failuresLet's Encrypt failures
Let's Encrypt failures
Β 

Unatended installations

  • 1. Unatended Installations Какво прСдставляват Unatended инсталациитС Π—Π°Ρ‰ΠΎ са ΠΏΠΎΠ»Π΅Π·Π½ΠΈ Π Π°Π·Π»ΠΈΠΊΠΈ ΠΌΠ΅ΠΆΠ΄Ρƒ инсталации ΠΎΡ‚ image ΠΈ unatended Изисквания Basic configurations ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
  • 2. Unatended Installations DHCPD configuration allow booting; allow bootp; group { next-server TFTP_server_address; filename "/tftpboot/pxelinux.0"; host hostname { hardware ethernet ethernet_address; fixed-address hostname; } } ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
  • 3. Unatended Installations PXE Configuration file: boot label label linux kernel vmlinuz-2.4.13.mosix append nfsroot=192.168.7.14:/export/nfs/loretta ipappend 1 PXE documentation: http://syslinux.zytor.com/pxe.php Syslinux documentation: http://syslinux.zytor.com/faq.php ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
  • 4. Unatended Installations Unattended инсталация Π½Π° Fedora (kickstart) Kickstart ΠΏΡ€ΠΎΠ±Π»Π΅ΠΌΠΈ Links: https://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ http://www.redhat.com/mailman/listinfo/kickstart-list ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
  • 5. Unatended Installations # BOOT=fc3 Fedora Core 3 lang en_US langsupport --default=en_US keyboard us mouse none timezone Europe/Sofia rootpw --iscrypted {ROOT_PW} text install reboot url --url ftp://{INSTALLER_IP}/fedora/core/3/i386/os/ bootloader --location=mbr zerombr yes clearpart --all --initlabel part /boot --fstype ext3 --size 10 part swap --recommended --asprimary part / --fstype ext3 --size 10240 part /var --fstype ext3 --size 5120 part /home --fstype ext3 --size 1 --grow auth --useshadow --enablemd5 selinux --disabled ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
  • 6. Unatended Installations network --bootproto=static --ip=$ip_address --netmask=$netmask –gateway=$gw nameserver=$nameserver –device=eth0 hostname=$hostname firewall --disabled skipx %packages –resolvedeps %pre #!/bin/sh /usr/bin/echo "---INSTALLER_IP--- ---INSTALLER_NAME---" >> /etc/hosts %post /usr/bin/wget http://---INSTALLER_IP---/installer/setstatus.php?status_id=3 -O - /bin/echo -e "nameserver $NS1nnameserver $NS2n" >> /etc/resolv.conf /bin/echo "#!/bin/bash" > /etc/cron.hourly/timesync.sh /bin/echo "/usr/sbin/ntpdate pool.ntp.org >/dev/null" >> /etc/cron.hourly/timesync.sh /bin/chmod 755 /etc/cron.hourly/timesync.sh /etc/cron.hourly/timesync.sh ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
  • 7. Unatended Installations Unattended инсталация Π½Π° Debian (preseed) Preseed ΠΏΡ€ΠΎΠ±Π»Π΅ΠΌΠΈ Generate preseed: debconf-get-selections --installer > config.cfg debconf-get-selections >> config.cfg preseed_1.15 ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
  • 8. Unatended Installations Unattended инсталация Π½Π° Windows ΠŸΡ€ΠΎΠ±Π»Π΅ΠΌΠΈ ΠΏΡ€ΠΈ инсталацията Π˜Π½Ρ‚Π΅Π³Ρ€Π°Ρ†ΠΈΡ Π½Π° Π΄Ρ€Π°ΠΉΠ²Π΅Ρ€ΠΈ Π˜Π½Ρ‚Π΅Π³Ρ€Π°Ρ†ΠΈΡ Π½Π° Mass Storage Controler ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
  • 9. Unatended Installations Beyond the install Π˜Π½Ρ‚Π΅Π³Ρ€Π°Ρ†ΠΈΡ Π½Π° прилоТСния Π”ΠΎΠΏΡŠΠ»Π½ΠΈΡ‚Π΅Π»Π½ΠΈ настройки ΠŸΠΎΠ΄Π²ΠΎΠ΄Π½ΠΈΡ‚Π΅ камъни ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
  • 10. Unatended Installations Π”Ρ€ΡƒΠ³ΠΈ ΠΌΠ΅Ρ‚ΠΎΠ΄ΠΈ Π·Π° unatended инсталации Π Π΅Π°Π»ΠΈΠ·ΠΈΡ€Π°Π½ΠΈ Ρ€Π΅ΡˆΠ΅Π½ΠΈΡ ΠΈΠ·ΠΏΠΎΠ»Π·Π²Π°Ρ‰ΠΈ unatended инсталации ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²
  • 11. Unatended Installations Π’ΡŠΠΏΡ€ΠΎΡΠΈ? ΠœΠ°Ρ€ΠΈΡΠ½ ΠœΠ°Ρ€ΠΈΠ½ΠΎΠ² ΠΈ Π’Π»Π°Π΄ΠΈΠΌΠΈΡ€ Π’ΠΈΡ‚ΠΊΠΎΠ²