From OpenSCADAWiki
Jump to: navigation, search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)The Automation Linux distributive as the package repositories is represented by PLC-firmwares and Live/Install/Service Disks which are built by the tool [http://www.altlinux.org/Mkimage mkimage] for creating the distributions of ALTLinux. '''mkimage''' is a tool for building Sisyphus-based system on basis of a template and as an initial set of templates there was taken the set of formation of ALTLinux distributions at "git://git.altlinux.org/people/boyarsh/packages/mkimage-profiles-desktop". The procedure of creating such firmwares from a template is the following:
<syntaxhighlight lang="bash">
# Creation the configuration script "configure"
./autoconf
# Configuring the builder to generate the disk images
./configure --with-imagetype=flash
# Building of the image
make plc.cd
</syntaxhighlight>
 h Ukrainian (uk)Дистрибутив Linux Автоматизації, як репозиторій пакетів, представлено ПЛК-прошивками та Живими/Встановлювальними/Сервісними Дисками які складаються засобом [http://www.altlinux.org/Mkimage mkimage] створення дистрибутивів ALTLinux. '''mkimage''' це засіб побудови систем заснованих на Sisyphus ґрунтуючись на шаблоні та у якості початкового набору шаблонів було отримано набір формування ALTLinux дистрибутивів на "git://git.altlinux.org/people/boyarsh/packages/mkimage-profiles-desktop". Процедура створення таких прошивок із шаблону наступна:
<syntaxhighlight lang="bash">
# Створення конфігураційного скрипту "configure"
./autoconf
# Конфігурація складальника для генерації штампів дисків
./configure --with-imagetype=flash
# Складання штампу
make plc.cd
</syntaxhighlight>