Manjaro Difference between revisions of "Translations:Installation with Manjaro Architect/62/ru"

Difference between revisions of "Translations:Installation with Manjaro Architect/62/ru"

From Manjaro
(Created page with "Main Menu | ├── Prepare Installation │ ├── Set Virtual Console │ ├── List Devices │ ├── Partition Disk │ ├── LUKS Encry...")
 
(No difference)

Latest revision as of 12:57, 2 February 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Installation with Manjaro Architect)
Main Menu
 |
 ├── Prepare Installation
 │    ├── Set Virtual Console
 │    ├── List Devices
 │    ├── Partition Disk
 │    ├── LUKS Encryption
 │    ├── Logical Volume Management
 │    ├── Mount Partitions
 │    ├── Configure Installer Mirrorlist
 │    └── Refresh Pacman Keys
 │
 ├── Install Desktop System
 │  ├── Install Manjaro Desktop
 │  ├── Install Bootloader
 │  ├── Configure Base
 │  │  ├── Generate FSTAB
 │  │  ├── Set Hostname
 │  │  ├── Set System Locale
 │  │  ├── Set Desktop Keyboard Layout
 │  │  ├── Set Timezone and Clock
 │  │  ├── Set Root Password
 │  │  └── Add New User(s)
 │  │
 │  ├── Security and systemd Tweaks
 │  │  ├── Amend journald Logging
 │  │  ├── Disable coredump Logging
 │  │  └── Restrict Access to Kernel Logs
 │  │
 │  ├── Review Configuration Files
 │  └── Chroot into Installation
 │
 ├── Install CLI System
 │  ├── Install Base Packages
 │  ├── Install Bootloader
 │  ├── Configure Base
 │  │  ├── Generate FSTAB
 │  │  ├── Set Hostname
 │  │  ├── Set System Locale
 │  │  ├── Set Desktop Keyboard Layout
 │  │  ├── Set Timezone and Clock
 │  │  ├── Set Root Password
 │  │  └── Add New User(s)
 │  │
 │  ├── Install Custom Packages
 │  ├── Security and systemd Tweaks
 │  │  ├── Amend journald Logging
 │  │  ├── Disable coredump Logging
 │  │  └── Restrict Access to Kernel Logs
 │  │
 │  ├── Review Configuration Files
 │  └── Chroot into Installation
 │
 ├── Install Custom System
 │  ├── Install Base Packages
 │  ├── Install Unconfigured Desktop Environments
 │  │  ├── Install Display Server
 │  │  ├── Install Desktop Environment
 │  │  ├── Install Display Manager
 │  │  ├── Install Networking Capabilities
 │  │  ├── Install Multimedia Support
 │  │  └── Install Custom Packages
 │  ├── Install Bootloader
 │  ├── Configure Base
 │  │  ├── Generate FSTAB
 │  │  ├── Set Hostname
 │  │  ├── Set System Locale
 │  │  ├── Set Desktop Keyboard Layout
 │  │  ├── Set Timezone and Clock
 │  │  ├── Set Root Password
 │  │  └── Add New User(s)
 │  │
 │  ├── Install Custom Packages
 │  ├── Security and systemd Tweaks
 │  │  ├── Amend journald Logging
 │  │  ├── Disable coredump Logging
 │  │  └── Restrict Access to Kernel Logs
 │  │
 │  ├── Review Configuration Files
 │  └── Chroot into Installation
 │
 └── System Rescue
     ├── Install Hardware Drivers
     │  ├── Install Display Drivers
     │  └── Install Network Drivers
     │
     ├── Install Bootloader
     ├── Configure Base
     │  ├── Generate FSTAB
     │  ├── Set Hostname
     │  ├── Set System Locale
     │  ├── Set Desktop Keyboard Layout
     │  ├── Set Timezone and Clock
     │  ├── Set Root Password
     │  └── Add New User(s)
     │
     ├── Install Custom Packages
     ├── Remove Packages
     ├── Review Configuration Files
     └── Chroot into Installation

Main Menu

|
├── Prepare Installation
│    ├── Set Virtual Console
│    ├── List Devices
│    ├── Partition Disk
│    ├── LUKS Encryption
│    ├── Logical Volume Management
│    ├── Mount Partitions
│    ├── Configure Installer Mirrorlist
│    └── Refresh Pacman Keys
│
├── Install Desktop System
│   ├── Install Manjaro Desktop
│   ├── Install Bootloader
│   ├── Configure Base
│   │   ├── Generate FSTAB
│   │   ├── Set Hostname
│   │   ├── Set System Locale
│   │   ├── Set Desktop Keyboard Layout
│   │   ├── Set Timezone and Clock
│   │   ├── Set Root Password
│   │   └── Add New User(s)
│   │
│   ├── Security and systemd Tweaks
│   │   ├── Amend journald Logging
│   │   ├── Disable coredump Logging
│   │   └── Restrict Access to Kernel Logs
│   │
│   ├── Review Configuration Files
│   └── Chroot into Installation
│
├── Install CLI System
│   ├── Install Base Packages
│   ├── Install Bootloader
│   ├── Configure Base
│   │   ├── Generate FSTAB
│   │   ├── Set Hostname
│   │   ├── Set System Locale
│   │   ├── Set Desktop Keyboard Layout
│   │   ├── Set Timezone and Clock
│   │   ├── Set Root Password
│   │   └── Add New User(s)
│   │
│   ├── Install Custom Packages
│   ├── Security and systemd Tweaks
│   │   ├── Amend journald Logging
│   │   ├── Disable coredump Logging
│   │   └── Restrict Access to Kernel Logs
│   │
│   ├── Review Configuration Files
│   └── Chroot into Installation
│
├── Install Custom System
│   ├── Install Base Packages
│   ├── Install Unconfigured Desktop Environments
│   │   ├── Install Display Server
│   │   ├── Install Desktop Environment
│   │   ├── Install Display Manager
│   │   ├── Install Networking Capabilities
│   │   ├── Install Multimedia Support
│   │   └── Install Custom Packages
│   ├── Install Bootloader
│   ├── Configure Base
│   │   ├── Generate FSTAB
│   │   ├── Set Hostname
│   │   ├── Set System Locale
│   │   ├── Set Desktop Keyboard Layout
│   │   ├── Set Timezone and Clock
│   │   ├── Set Root Password
│   │   └── Add New User(s)
│   │
│   ├── Install Custom Packages
│   ├── Security and systemd Tweaks
│   │   ├── Amend journald Logging
│   │   ├── Disable coredump Logging
│   │   └── Restrict Access to Kernel Logs
│   │
│   ├── Review Configuration Files
│   └── Chroot into Installation
│
└── System Rescue
    ├── Install Hardware Drivers
    │   ├── Install Display Drivers
    │   └── Install Network Drivers
    │
    ├── Install Bootloader
    ├── Configure Base
    │   ├── Generate FSTAB
    │   ├── Set Hostname
    │   ├── Set System Locale
    │   ├── Set Desktop Keyboard Layout
    │   ├── Set Timezone and Clock
    │   ├── Set Root Password
    │   └── Add New User(s)
    │
    ├── Install Custom Packages
    ├── Remove Packages
    ├── Review Configuration Files
    └── Chroot into Installation
Cookies help us deliver our services. By using our services, you agree to our use of cookies.