penguins-eggs 9.1.11 → 9.1.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. package/README.md +57 -83
  2. package/addons/eggs/adapt/applications/eggs-adapt.desktop +1 -1
  3. package/addons/eggs/adapt/bin/{eggs-adapt.sh → adapt} +1 -0
  4. package/addons/eggs/ichoice/bin/eggs-ichoice.sh +0 -0
  5. package/addons/eggs/pve/applications/eggs-pve.desktop +0 -0
  6. package/addons/eggs/rsupport/applications/eggs-rsupport.desktop +0 -0
  7. package/addons/eggs/theme/applications/install-debian.desktop +235 -22
  8. package/addons/neon/theme/applications/install-debian.desktop +0 -0
  9. package/addons/telos/theme/applications/install-debian.desktop +0 -0
  10. package/addons/ufficiozero/theme/applications/install-debian.desktop +0 -0
  11. package/addons/waydroid/theme/applications/install-debian.desktop +0 -0
  12. package/assets/calamares/install-debian +2 -2
  13. package/assets/penguins-eggs.desktop +0 -0
  14. package/assets/penguins-krill.desktop +0 -0
  15. package/assets/penguins-live-installer.desktop +0 -0
  16. package/bin/dev +0 -0
  17. package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/after-bootloader.sh +0 -0
  18. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader/before-bootloader.sh +0 -0
  19. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader-mkdirs/before-bootloader-mkdirs.sh +0 -0
  20. package/conf/distros/bionic/calamares/calamares-modules/bug/bug.sh +0 -0
  21. package/conf/distros/bionic/calamares/calamares-modules/grubcfg/main.py +0 -0
  22. package/conf/distros/bionic/calamares/settings.yml +3 -3
  23. package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +12 -0
  24. package/conf/distros/buster/calamares/calamares-modules/cleanup/module.yml +9 -0
  25. package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +13 -0
  26. package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/module.yml +6 -0
  27. package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io-undo/module.yml +6 -0
  28. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  29. package/conf/distros/buster/calamares/modules/bootloader.yml +6 -6
  30. package/conf/distros/buster/calamares/modules/displaymanager.yml +3 -2
  31. package/conf/distros/buster/calamares/modules/finished.yml +2 -2
  32. package/conf/distros/buster/calamares/modules/fstab.yml +1 -2
  33. package/conf/distros/buster/calamares/modules/luksopenswaphookcfg.yml +1 -2
  34. package/conf/distros/buster/calamares/modules/machineid.yml +9 -2
  35. package/conf/distros/buster/calamares/modules/mount.yml +1 -2
  36. package/conf/distros/buster/calamares/modules/packages.yml +1 -1
  37. package/conf/distros/buster/calamares/modules/unpackfs.yml +1 -2
  38. package/conf/distros/buster/calamares/modules/users.yml +3 -4
  39. package/conf/distros/buster/calamares/modules/welcome.yml +1 -1
  40. package/conf/distros/buster/calamares/settings.yml +40 -12
  41. package/conf/distros/focal/calamares/calamares-modules/automirror/main.py +0 -0
  42. package/conf/distros/focal/calamares/modules/after_bootloader_context.yml +2 -3
  43. package/conf/distros/focal/calamares/modules/automirror.yml +6 -0
  44. package/conf/distros/focal/calamares/modules/before_bootloader_context.yml +13 -14
  45. package/conf/distros/focal/calamares/modules/before_bootloader_mkdirs_context.yml +3 -4
  46. package/conf/distros/focal/calamares/modules/bootloader.yml +1 -2
  47. package/conf/distros/focal/calamares/modules/finished.yml +1 -2
  48. package/conf/distros/focal/calamares/modules/fstab.yml +1 -2
  49. package/conf/distros/focal/calamares/modules/grubcfg.yml +2 -3
  50. package/conf/distros/focal/calamares/modules/locale.yml +6 -7
  51. package/conf/distros/focal/calamares/modules/machineid.yml +1 -2
  52. package/conf/distros/focal/calamares/modules/mount.yml +19 -20
  53. package/conf/distros/focal/calamares/modules/partition.yml +5 -3
  54. package/conf/distros/focal/calamares/modules/shellprocess_add386arch.yml +2 -3
  55. package/conf/distros/focal/calamares/modules/shellprocess_bug-LP#1829805.yml +1 -3
  56. package/conf/distros/focal/calamares/modules/shellprocess_logs.yml +2 -3
  57. package/conf/distros/focal/calamares/modules/unpackfs.yml +2 -3
  58. package/conf/distros/focal/calamares/modules/users.yml +4 -3
  59. package/conf/distros/focal/calamares/modules/welcome.yml +21 -22
  60. package/conf/distros/focal/calamares/settings.yml +5 -6
  61. package/conf/distros/jammy/README.md +32 -0
  62. package/conf/distros/jessie/krill/settings.yml +1 -1
  63. package/conf/distros/rolling/calamares/modules/packages.yml +2 -2
  64. package/conf/distros/rolling/calamares/settings.yml +3 -3
  65. package/conf/exclude.list +3 -0
  66. package/lib/classes/daddy.js +7 -4
  67. package/lib/classes/family/archlinux.js +1 -0
  68. package/lib/classes/family/debian.js +15 -29
  69. package/lib/classes/i18n.d.ts +0 -4
  70. package/lib/classes/i18n.js +15 -27
  71. package/lib/classes/incubation/distros/bionic.js +1 -1
  72. package/lib/classes/incubation/distros/buster.js +4 -3
  73. package/lib/classes/incubation/distros/focal.js +1 -1
  74. package/lib/classes/incubation/distros/rolling.js +0 -1
  75. package/lib/classes/incubation/fisherman-helper/displaymanager.js +5 -3
  76. package/lib/classes/incubation/fisherman-helper/packages.js +39 -67
  77. package/lib/classes/incubation/incubator.js +1 -0
  78. package/lib/classes/krill_install.d.ts +0 -1
  79. package/lib/classes/krill_install.js +19 -19
  80. package/lib/classes/ovary.js +97 -101
  81. package/lib/classes/pacman.js +5 -46
  82. package/lib/classes/sources_list.js +11 -20
  83. package/lib/classes/tailor.d.ts +13 -11
  84. package/lib/classes/tailor.js +267 -92
  85. package/lib/classes/users.js +63 -60
  86. package/lib/classes/utils.d.ts +1 -1
  87. package/lib/classes/utils.js +16 -12
  88. package/lib/classes/xdg.js +37 -21
  89. package/lib/commands/analyze.js +4 -4
  90. package/lib/commands/calamares.d.ts +1 -1
  91. package/lib/commands/calamares.js +7 -7
  92. package/lib/commands/config.d.ts +1 -1
  93. package/lib/commands/config.js +7 -5
  94. package/lib/commands/dad.js +2 -2
  95. package/lib/commands/produce.js +2 -1
  96. package/lib/commands/syncfrom.js +9 -9
  97. package/lib/commands/syncto.js +20 -20
  98. package/lib/commands/tools/skel.js +2 -2
  99. package/lib/commands/wardrobe/ironing.d.ts +3 -0
  100. package/lib/commands/wardrobe/ironing.js +22 -4
  101. package/lib/commands/wardrobe/wear.d.ts +1 -0
  102. package/lib/commands/wardrobe/wear.js +7 -2
  103. package/lib/interfaces/i-materia.d.ts +4 -0
  104. package/lib/interfaces/index.d.ts +0 -1
  105. package/lib/lib/cli-autologin.js +24 -24
  106. package/lib/lib/dependencies.js +6 -1
  107. package/lib/lib/get_address.js +3 -2
  108. package/lib/lib/get_dns.js +3 -2
  109. package/lib/lib/get_domain.js +3 -2
  110. package/lib/lib/get_gateway.js +3 -2
  111. package/lib/lib/get_hostname.js +3 -2
  112. package/lib/lib/get_netmask.js +3 -2
  113. package/lib/lib/get_password.js +3 -2
  114. package/lib/lib/get_root_password.js +3 -2
  115. package/lib/lib/get_userfullname.js +3 -2
  116. package/lib/lib/get_username.js +3 -2
  117. package/lib/lib/select_filesystem_type.js +2 -2
  118. package/lib/lib/select_installation_device.js +2 -2
  119. package/lib/lib/select_installation_mode.js +3 -2
  120. package/lib/lib/select_regions.js +3 -2
  121. package/lib/lib/select_user_swap_choice.js +2 -2
  122. package/lib/lib/select_zones.js +3 -2
  123. package/oclif.manifest.json +1 -1
  124. package/package.json +115 -114
  125. package/scripts/_eggs +8 -16
  126. package/scripts/bros/waydroid-helper.sh +0 -0
  127. package/scripts/eggs-adapt.sh +5 -0
  128. package/scripts/eggs.bash +3 -4
  129. package/scripts/install-eggs-ppa.sh +0 -0
  130. package/scripts/mom-cli.sh +0 -0
  131. package/scripts/pve-live.service +0 -0
  132. package/scripts/pve-live.sh +0 -0
  133. package/scripts/resy.sh +0 -0
  134. package/scripts/userexist.sh +0 -0
  135. package/conf/distros/buster/calamares/calamares-modules/remove-link/module.yml +0 -9
  136. package/conf/distros/buster/calamares/calamares-modules/remove-link/remove-link.sh +0 -3
  137. package/conf/distros/buster/calamares/modules/shellprocess_eggs-cleanup.yml +0 -6
  138. package/lib/commands/tools/locales.d.ts +0 -13
  139. package/lib/commands/tools/locales.js +0 -43
  140. package/lib/interfaces/i-costume.d.ts +0 -27
  141. package/lib/interfaces/i-costume.js +0 -2
package/README.md CHANGED
@@ -25,31 +25,48 @@ penguins-eggs
25
25
  <!-- tocstop -->
26
26
 
27
27
  # Presentation
28
- penguins-eggs is a console utility, in active development, who let you to remaster your system and redistribuite it as iso images or from the lan via PXE remote boot.
28
+ penguins-eggs is a console utility, under continuous development, that allows you to remaster your system and redistribute it as iso images or via remote boot PXE.
29
29
 
30
- The scope of this project is to implement the process of remastering your version of Linux, generate it as ISO image to burn on a CD/DVD or copy to a usb key to boot your system. You can also boot your egg - via remote boot - on your LAN. You can easily install your live system with gui calamares installer or eggs cli installer.
30
+ The purpose of this project is to implement the process of remastering your own version of Linux, generate it as an ISO image to burn to a CD/DVD or copy to a USB stick to boot your system. You can also boot your "egg" via remote booting-on your LAN. You can easily install your live system with the calamares installer or the eggs TUI installer.
31
31
 
32
- All it is written in pure typescript, so ideally can be used with differents Linux distros. Yes, there are big differences about package manager used, but not so much in the way to work of bash and in the various programs used to build the iso.
32
+ Also, thanks to the wardrobe, you can create or use scripts to switch from a "naked" version - with only a CLI interface - and "wear" it with a GUI or server configurations. See [penguins-wardrobe](https://github.com/pieroproietti/penguins-wardrobe), fork it and adapt it to yours needs.
33
33
 
34
- penguins-eggs, at the moment 2021 may is a mature tool and is extremely usefull, You can easily create your personal customized iso or your organization/school version of Linux and deploy it on your LAN, give it to your friends as usb key or publish yours eggs in the internet!
34
+ The whole thing is written in pure typescript, so ideally it can be used with different Linux distributions. Yes, there are major differences in terms of the package manager used, but not so much in the way bash works and the various programs used to build the isos.
35
35
 
36
- Try penguins-eggs, yes it is a console utility - no GUI - but don't be scared, penguins-eggs is a console command - really very simple - if you are able to open a terminal, you can use it and yours final users will enjoy of full gui and pratical installer to install your livecd.
36
+ penguins-eggs, as of May 2022, is a mature tool and is extremely powerful: you can easily create your own custom version of Linux for your organization/school and distribute it on your LAN, give it to your friends as a usb key, or post your images on the Internet!
37
37
 
38
- ### addons
39
- Starting with version 7.6.x, an addons architecture was added to eggs, allowing third parties to develop extensions. Note that currently we have an extension for the theme that includes both branding calamares, link and installer icon. In addition, also as an addon has been developed choose between GUI or CLI installation, adjust the video resolution, remote support, etc.
38
+ Have no fear, yes eggs is a console utility - without a graphical user interface - but it is really simple - if you are able to open a terminal, you can use it and your end users will enjoy a complete help and fully graphical installation procedure.
39
+
40
+ ### mom and dad
41
+ I've added two lightweight assistants integrated with eggs: mom and dad. While mom is a bash script with whiptail - and guides the user to the various commands and documentation, dad started as a short way to create isos. All you have to do is type **sudo eggs dad** and follow simple instructions. You can also shortcut the way to reset the configuration **sudo dad -c** or - even faster - reset the configuration, load defaults, kill created isos: simply type **sudo eggs dad -d** and you will immediately be able to produce the egg in the default /home/eggs nest.
42
+
43
+ ### yolk
44
+ yolk - so called staying on the subject of eggs - is a local repository included in the livecd that contains a minimum of indispensable packages during installation. Thanks to yolk, you can safely install your system without the need of an active internet connection.
45
+
46
+ ### wardrobe
47
+ wardrobe was added to eggs on april 2022, it's is a way to guide and consolidate the process of creating a custom version of Linux, starting from a CLI system. All my personal editions are passed to use wardrobe for their convenience, in that way I can organize, consolidate and manage better my work. I used birds names for my customizations, we have: colibri, duck, eagle, owl, wagtail and warbier.
48
+
49
+ I hope peoples will be interested in wardrobe and you will end to fork the main repository and add your customizations: together will be possibile to make great steps impossible for a single developer.
50
+
51
+ You can read more in wardrobe on [penguin's eggs blog](https://penguins-eggs.net/2022/04/12/wardrobe-colibri-duck-eagle-and-owl/). The results of mine customizations are mostly under [Debian bullseye](https://sourceforge.net/projects/penguins-eggs/files/iso/debian/bullseye/), [Devuan chimaera](https://sourceforge.net/projects/penguins-eggs/files/iso/devuan/chimaera/) and [Ubuntu jammy](https://sourceforge.net/projects/penguins-eggs/files/iso/ubuntu/jammy/) on my sourgeforce page.
52
+
53
+ ### krill
54
+ eggs include a CLI installer named krill, this let you to produce and install servers configurations. krill use a nice TUI interface using the same, configuration created by eggs for [calamares](calamares.io). This lead to have "about the same" experience installing, from old distros to new ones and for GUI and CLI. To force using krill in place of calamares in a GUI system just: **sudo eggs install --cli**
55
+
56
+ ### addons and themes
57
+ Addons are used mostly to let third parties to develop extensions. Note that currently we have an extension for the theme that includes both branding calamares, link and installer icon. In addition, also as an addon has been developed choose between GUI or CLI installation, adapt the video resolution, link to remote support, etc.
40
58
 
41
59
  ### backup
42
- From version 8.0.10 You can use the backup mode by simply adding --backup in the produce command. This way eggs will save your users data and accounts and will not add a live user, you will have to log in with the main user of your system with the his password. **Note:** since eggs always configures autologin, you may have a security risk with valuable data. Use this option only for your personal stuff and do not share the iso on the network.
60
+ You can use the backup mode by simply adding --backup in the produce command. This way eggs will save your users data and accounts and will not add a live user, you will have to log in with the main user of your system with the his password. **Note:** since eggs always configures autologin, you may have a security risk with valuable data. Use this option only for your personal stuff and do not share the iso on the network.
43
61
 
44
62
  * ```eggs produce``` just remove users accounts and home. This let to have working servers examples;
45
63
  * ```eggs produce --backup``` remove servers and users data from live, and put them on a LUKS volume.
46
64
 
47
- From version 9.0.16 we have two new commands: ```eggs syncfrom``` (alias restore) and ```eggs syncto``` (alias backup).
65
+ We have another two commands for backup/restore: ```eggs syncfrom``` and ```eggs syncto```. A working installation, can easily sync users and servers data to a luks-eggs-backup file:
48
66
 
49
- A working installation, can easily sync users and servers data to a luks-eggs-backup:
50
67
  * ```eggs syncto -f /tmp/luks-eggs-backup``` backup users and servers data to LUKS volume /tmp/luks-eggs-backup:
51
68
 
52
- A new installation, can easyly get users and servers data from a luks-eggs-backup:
69
+ Or a new installation, can easyly get users and servers data from a luks-eggs-backup:
53
70
  * ```eggs syncfrom from -f /tmp/luks-eggs-backup``` restore users and servers data from the LUKS volume /tmp/luks-eggs-backup.
54
71
 
55
72
  **NOTE:**
@@ -57,37 +74,16 @@ A new installation, can easyly get users and servers data from a luks-eggs-backu
57
74
  * installing with calamares: when installation is finished, you need to mount the rootdir of your installed system and, give the following command: ```sudo eggs syncfrom -f /path/to/luks-eggs-backup -r /path/to/rootdir```
58
75
  * it's possbile actually to change the nest directory, editing configuration file ```/etc/penguins-eggs.d/eggs.yaml```. Example: ```set snapshot_dir: '/opt/eggs/'```, but you can't use the following: /etc, /boot, /usr and /var.
59
76
 
60
- **DISCLAIM:** using this new feathures can be dangerous for your data:
61
- * ```syncfrom``` replace all users homes and all servers homes with data from the luck-eggs-backup, Force this data in not appropriate system can easily end in a long disaster recovery;
62
- * I want stress you again on the fact we are working with a **live filesystem** mounted binded to the **REAL filesystem**. This mean who removing a directory under the nest, usually ```/nest/ovarium/filesystem.squashfs```, mean remove it from the REAL filesystem. So, if something went wrong during the iso production and You remain with live filesystem again binded, the shortest way to solve the problem is simply reboot.
63
-
64
- ### krill
65
- Starting with eggs 8.0.0 I included a new CLI installer named krill. krill let you to install your system in a nice CLI interface using the same, configuration created by eggs for [calamares](calamares.io). This lead to have "about the same" experience installing, from old distros to new one and for GUI and CLI. To force using krill in place of calamares in a GUI system just: **sudo eggs install --cli**
66
-
67
- ### mom and dad
68
- I've added two lightweight assistants integrated with eggs: mom and dad. While mom is a bash script with whiptail - and guides the user to the various commands and documentation, dad started as a short way to create isos. All you have to do is type **sudo eggs dad** and follow simple instructions. You can also shortcut the way to reset the configuration **sudo dad -c** or - even faster - reset the configuration, load defaults, kill created isos. Simply type **sudo eggs dad -d** and you will immediately be able to produce the egg in the default /home/eggs nest.
69
-
70
- I suggest to leave the default values unchanged during the development of your remaster. You will be more fast in producing eggs, enjoy of dad after reinstalling eggs. If you need more space, simply mount your big device in /home/eggs.
71
-
72
- ### yolk
73
- yolk so called - staying on the subject of eggs - is a local repository included in the livecd that contains a minimum of indispensable packages during installation. Thanks to yolk, you can safely install your system without the need of an active internet connection.
74
-
75
- ### wardrobe
76
- wardrobe was added to eggs on april 2022, it's is a way to guide and consolidate the processo of creating a custom version of Linux, starting from a CLI system. Actually - after very short time . all my personal editions are created using wardrobe. In this way I can organize, consolidate and manage better my work.
77
-
78
- I hope peoples will be interested in wardrobe and you will end to fork the main repository and add your customizations: together will be possibile to make great steps impossible for an alone developer.
79
-
80
- You can read more in wardrobe on [penguin's eggs blog](https://penguins-eggs.net/2022/04/12/wardrobe-colibri-duck-eagle-and-owl/). The result of mine customizations are under [ISOs/Debian/bullseys](https://sourceforge.net/projects/penguins-eggs/files/iso/debian/bullseye/) on my sourgeforce page.
77
+ **DISCLAIM:** using this feathures in non appropriate way can be dangerous for your data:
78
+ * ```syncfrom``` replace all users homes and all servers homes with data from the luck-eggs-backup file, Force this data in a not appropriate system can easily end in a long disaster recovery.
81
79
 
82
80
  ## What distributions can I use?
83
- eggs was born on Debian strecth/buster, but actually full support Debian from jessie to bookworm/sid, Devuan beowulf, chimaera, daedalus, Ubuntu bionic, focal, , hirsute, impish, jammy and all derivatives including Linux mint, Deepin, neon KDE, etc. I continuisly try it against Debian various versions, before releases, I tried it successfully in LMDE 4 debbie, and deepin. eggs, generally must work with all the derivates from Debian, Devuan and Ubuntu.
81
+ eggs was born on Debian strecth, buster and following, actually full support Debian from jessie to bookworm/sid, Devuan beowulf, chimaera, daedalus, Ubuntu bionic, focal, jammy and all derivatives from them, including Linux mint, Deepin, neon KDE, etc. Eggs is able to remaster and install manjaro linux too and derivated, i need help to continue the effort to manjaro.
84
82
 
85
83
  You can read more on the [blog](https://penguins-eggs.net/2021/11/02/distros-that-can-be-remastered-with-eggs/), some examples of iso images remastered with eggs are in the [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/files/iso/).
86
84
 
87
85
  ## What architecture can I use?
88
- From eggs v. 8.0.4 I'm releasing eggs in 4 differents architectures: **i386**, **amd64**, **arm64** and **armel**. eggs - at the moment - produce in i386 and amd64, but can be installed already on arm64 and armel. This mean who it is possible to install it in [raspberrypi](https://www.raspberrypi.org/), but again not possible to produce a [Raspberry Pi OS](https://www.raspberrypi.org/software/) egg in armel or arm64. I'm working to complete this step, but need help and experience.
89
-
90
- **Note:** Of course it is possible to produce iso for [Raspberry Pi Desktop](https://downloads.raspberrypi.org/rpd_x86/images/) amd64 based.
86
+ Eggs, can be released for differents architectures: **amd64**, **arm64** and **armel**. Actually I'm producing mainly for PCs (amd64) and armel. Someone want to contribute to bring eggs on [raspberrypi](https://www.raspberrypi.org/)?
91
87
 
92
88
  # Packages
93
89
  eggs is released deb packages for i386, amd64, armel and arm64 architectures. Due the characteristic of eggs, they can installed in Debian, Devuan or Ubuntu based distros, withouth worries about different versions, except for the architecture. It include standard scripts for preinst, postinst, prerm and postrm.
@@ -112,7 +108,7 @@ Update your repositories: **sudo apt update** and install eggs: **sudo apt insta
112
108
  The simplest way to install eggs is download the [package eggs](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) from [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/) and install it
113
109
 
114
110
  ```
115
- sudo dpkg -i eggs_9.0.16-1_amd64.deb
111
+ sudo dpkg -i eggs_9.1.26_amd64.deb
116
112
  ```
117
113
 
118
114
  or, on a i386 system:
@@ -123,11 +119,6 @@ sudo dpkg -i eggs_8.17.17-1_i386.deb
123
119
  ## Upgrade eggs
124
120
  If you are using penguins-eggs-ppa You can ugrade eggs as others packages just: **sudo apt upgrade**.
125
121
 
126
- ### Upgrade from basket
127
- If you are using not the penguins-eggs-ppa, the fastest way to use sudo eggs update and choose basket. Eggs let you to select the last 4 versions on the [basket](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) and install it.
128
-
129
- ```sudo eggs update```
130
-
131
122
  ### Manual upgrade
132
123
  Simply download new versions of eggs from [sourgeforge page](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) and install it with the standard command **sudo dpkg -i eggs_8.17.x-1_amd64.deb**.
133
124
 
@@ -141,7 +132,7 @@ $ npm install -g penguins-eggs
141
132
  $ eggs COMMAND
142
133
  running command...
143
134
  $ eggs (--version|-v)
144
- penguins-eggs/9.1.11 linux-x64 node-v16.14.2
135
+ penguins-eggs/9.1.29 linux-x64 node-v16.15.0
145
136
  $ eggs --help [COMMAND]
146
137
  USAGE
147
138
  $ eggs COMMAND
@@ -170,7 +161,6 @@ USAGE
170
161
  * [`eggs syncfrom`](#eggs-syncfrom)
171
162
  * [`eggs syncto`](#eggs-syncto)
172
163
  * [`eggs tools clean`](#eggs-tools-clean)
173
- * [`eggs tools locales`](#eggs-tools-locales)
174
164
  * [`eggs tools skel`](#eggs-tools-skel)
175
165
  * [`eggs tools stat`](#eggs-tools-stat)
176
166
  * [`eggs tools yolk`](#eggs-tools-yolk)
@@ -198,7 +188,7 @@ DESCRIPTION
198
188
  adapt monitor resolution for VM only
199
189
  ```
200
190
 
201
- _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.11/src/commands/adapt.ts)_
191
+ _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/adapt.ts)_
202
192
 
203
193
  ## `eggs analyze`
204
194
 
@@ -219,7 +209,7 @@ EXAMPLES
219
209
  $ sudo eggs analyze
220
210
  ```
221
211
 
222
- _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.11/src/commands/analyze.ts)_
212
+ _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/analyze.ts)_
223
213
 
224
214
  ## `eggs autocomplete [SHELL]`
225
215
 
@@ -248,7 +238,7 @@ EXAMPLES
248
238
  $ eggs autocomplete --refresh-cache
249
239
  ```
250
240
 
251
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.2.0/src/commands/autocomplete/index.ts)_
241
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.3.0/src/commands/autocomplete/index.ts)_
252
242
 
253
243
  ## `eggs calamares`
254
244
 
@@ -256,14 +246,14 @@ calamares or install or configure it
256
246
 
257
247
  ```
258
248
  USAGE
259
- $ eggs calamares [-h] [-v] [-i] [-f] [-r] [--theme <value>]
249
+ $ eggs calamares [-h] [-v] [-i] [-r] [--remove] [--theme <value>]
260
250
 
261
251
  FLAGS
262
- -f, --final final: remove calamares and all it's dependencies after the installation
263
252
  -h, --help Show CLI help.
264
253
  -i, --install install calamares and it's dependencies
265
- -r, --remove remove calamares and it's dependencies
254
+ -r, --release release: remove calamares and all it's dependencies after the installation
266
255
  -v, --verbose
256
+ --remove remove calamares and it's dependencies
267
257
  --theme=<value> theme/branding for eggs and calamares
268
258
 
269
259
  DESCRIPTION
@@ -277,7 +267,7 @@ EXAMPLES
277
267
  install calamares and create it's configuration's files
278
268
  ```
279
269
 
280
- _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.11/src/commands/calamares.ts)_
270
+ _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/calamares.ts)_
281
271
 
282
272
  ## `eggs config`
283
273
 
@@ -301,7 +291,7 @@ EXAMPLES
301
291
  Configure and install prerequisites deb packages to run it
302
292
  ```
303
293
 
304
- _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.11/src/commands/config.ts)_
294
+ _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/config.ts)_
305
295
 
306
296
  ## `eggs dad`
307
297
 
@@ -321,7 +311,7 @@ DESCRIPTION
321
311
  ask help from daddy - configuration helper
322
312
  ```
323
313
 
324
- _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.11/src/commands/dad.ts)_
314
+ _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/dad.ts)_
325
315
 
326
316
  ## `eggs export deb`
327
317
 
@@ -412,7 +402,7 @@ DESCRIPTION
412
402
  informations about eggs configuration
413
403
  ```
414
404
 
415
- _See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.11/src/commands/info.ts)_
405
+ _See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/info.ts)_
416
406
 
417
407
  ## `eggs install`
418
408
 
@@ -437,7 +427,7 @@ EXAMPLES
437
427
  Install the system using GUI or CLI installer
438
428
  ```
439
429
 
440
- _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.11/src/commands/install.ts)_
430
+ _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/install.ts)_
441
431
 
442
432
  ## `eggs kill`
443
433
 
@@ -459,7 +449,7 @@ EXAMPLES
459
449
  kill the eggs/free the nest
460
450
  ```
461
451
 
462
- _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.11/src/commands/kill.ts)_
452
+ _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/kill.ts)_
463
453
 
464
454
  ## `eggs mom`
465
455
 
@@ -476,7 +466,7 @@ DESCRIPTION
476
466
  ask for mommy - gui helper
477
467
  ```
478
468
 
479
- _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.11/src/commands/mom.ts)_
469
+ _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/mom.ts)_
480
470
 
481
471
  ## `eggs produce`
482
472
 
@@ -537,7 +527,7 @@ EXAMPLES
537
527
  in /home/eggs/ovarium and you can customize all you need
538
528
  ```
539
529
 
540
- _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.11/src/commands/produce.ts)_
530
+ _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/produce.ts)_
541
531
 
542
532
  ## `eggs remove`
543
533
 
@@ -567,7 +557,7 @@ EXAMPLES
567
557
  remove eggs, eggs configurations, packages dependencies
568
558
  ```
569
559
 
570
- _See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.11/src/commands/remove.ts)_
560
+ _See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/remove.ts)_
571
561
 
572
562
  ## `eggs syncfrom`
573
563
 
@@ -591,11 +581,11 @@ EXAMPLES
591
581
  $ sudo eggs restore
592
582
  ```
593
583
 
594
- _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.11/src/commands/syncfrom.ts)_
584
+ _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/syncfrom.ts)_
595
585
 
596
586
  ## `eggs syncto`
597
587
 
598
- Backup users, server and datas to luks-eggs-backup
588
+ saving users' datas and accounts on LUKS volume
599
589
 
600
590
  ```
601
591
  USAGE
@@ -608,13 +598,13 @@ FLAGS
608
598
  --delete=<value> rsync --delete delete extraneous files from dest dirs
609
599
 
610
600
  DESCRIPTION
611
- Backup users, server and datas to luks-eggs-backup
601
+ saving users' datas and accounts on LUKS volume
612
602
 
613
603
  EXAMPLES
614
604
  $ sudo eggs syncto
615
605
  ```
616
606
 
617
- _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.11/src/commands/syncto.ts)_
607
+ _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/syncto.ts)_
618
608
 
619
609
  ## `eggs tools clean`
620
610
 
@@ -632,23 +622,6 @@ DESCRIPTION
632
622
  clean system log, apt, etc
633
623
  ```
634
624
 
635
- ## `eggs tools locales`
636
-
637
- install/clean locales
638
-
639
- ```
640
- USAGE
641
- $ eggs tools locales [-h] [-r] [-v]
642
-
643
- FLAGS
644
- -h, --help Show CLI help.
645
- -r, --reinstall reinstall locales
646
- -v, --verbose verbose
647
-
648
- DESCRIPTION
649
- install/clean locales
650
- ```
651
-
652
625
  ## `eggs tools skel`
653
626
 
654
627
  update skel from home configuration
@@ -726,7 +699,7 @@ EXAMPLES
726
699
  update/upgrade the penguin's eggs tool
727
700
  ```
728
701
 
729
- _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.11/src/commands/update.ts)_
702
+ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/update.ts)_
730
703
 
731
704
  ## `eggs version`
732
705
 
@@ -822,14 +795,15 @@ wear costume/accessories from wardrobe
822
795
 
823
796
  ```
824
797
  USAGE
825
- $ eggs wardrobe wear [COSTUME] [-w <value>] [-n] [-s] [-v] [-h]
798
+ $ eggs wardrobe wear [COSTUME] [-w <value>] [-a] [-f] [-s] [-v] [-h]
826
799
 
827
800
  ARGUMENTS
828
801
  COSTUME costume
829
802
 
830
803
  FLAGS
804
+ -a, --no_accessories not install accessories
805
+ -f, --no_firmwares not install firmwares
831
806
  -h, --help Show CLI help.
832
- -n, --no_accessories not install accessories
833
807
  -s, --silent
834
808
  -v, --verbose
835
809
  -w, --wardrobe=<value> wardrobe
@@ -3,7 +3,7 @@
3
3
  Encoding=UTF-8
4
4
  Name=adapt resolution
5
5
  Type=Application
6
- Exec=/usr/bin/eggs adapt
6
+ Exec=/usr/local/bin/adapt
7
7
  Icon=video-display
8
8
  Categories=GNOME;GTK;Utility;
9
9
  Name[it]=Adatta risoluzione
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env bash
1
2
  xrandr --output Virtual-0 --auto > /dev/null
2
3
  xrandr --output Virtual-1 --auto > /dev/null
3
4
  xrandr --output Virtual-2 --auto > /dev/null
File without changes
File without changes
@@ -1,28 +1,241 @@
1
1
  [Desktop Entry]
2
2
  Type=Application
3
3
  Version=1.0
4
- Name=Install Linux
5
- GenericName=Calamares Installer
6
- Exec=/sbin/install-debian
7
- Comment=Calamares — Installer for Debian Live
8
- Keywords=calamares;system;install;debian;installer
4
+ Name=Install System
5
+ GenericName=System Installer
6
+ Keywords=calamares;system;installer;
7
+ Exec=pkexec calamares
8
+ # Exec=pkexec /usr/bin/calamares
9
+ TryExec=calamares
10
+ Comment=Calamares — System Installer
9
11
  Icon=install-debian
10
12
  Terminal=false
13
+ StartupNotify=true
11
14
  Categories=Qt;System;
12
- StartupWMClass=calamares
13
- StartupNotify=True
14
- Name[it]=Installa sistema
15
- GenericName[it]=Installa sistema
16
- Comment[it]=Installazione sistema GUI
17
- Name[en]=Install system
18
- GenericName[en]=Install the system
19
- Comment[en]=Install the system GUI
20
- Name[es]=Instalación del sistema
21
- GenericName[es]=Instalación del sistema
22
- Comment[es]=Instalación del sistema GUI
23
- Name[pt]=Instalação do sistema
24
- GenericName[pt]=Instalação do sistema
25
- Comment[pt]=Instalação do sistema GUI
26
- Name[fr]=Installation du système
27
- GenericName[fr]=Installation du système
28
- Comment[fr]=Installation du système GUI
15
+ X-AppStream-Ignore=true
16
+
17
+ Name[ar]=تثبيت النظام
18
+ Icon[ar]=كالامارس
19
+ GenericName[ar]=مثبت النظام
20
+ Comment[ar]=كالامارس - مثبت النظام
21
+ Name[as]=চিছটেম ইনস্তল কৰক
22
+ Icon[as]=কেলামাৰেচ
23
+ GenericName[as]=চিছটেম ইনস্তলাৰ
24
+ Comment[as]=কেলামাৰেচ চিছটেম​ ইনস্তলাৰ
25
+ Name[az]=Sistemi Quraşdırmaq
26
+ Icon[az]=calamares
27
+ GenericName[az]=Sistem Quraşdırıcısı
28
+ Comment[az]=Calamares Sistem Quraşdırıcısı
29
+ Name[be]=Усталяваць сістэму
30
+ Icon[be]=calamares
31
+ GenericName[be]=Усталёўшчык сістэмы
32
+ Comment[be]=Calamares — усталёўшчык сістэмы
33
+ Name[bg]=Инсталирай системата
34
+ Icon[bg]=calamares
35
+ GenericName[bg]=Системен Инсталатор
36
+ Comment[bg]=Calamares — Системен Инсталатор
37
+ Name[bn]=সিস্টেম ইনস্টল করুন
38
+ Icon[bn]=ক্যালামারেস
39
+ GenericName[bn]=সিস্টেম ইনস্টলার
40
+ Comment[bn]=ক্যালামারেস - সিস্টেম ইনস্টলার
41
+ Name[ca]=Instal·la el sistema
42
+ Icon[ca]=calamares
43
+ GenericName[ca]=Instal·lador de sistema
44
+ Comment[ca]=Calamares — Instal·lador de sistema
45
+ Name[da]=Installér system
46
+ Icon[da]=calamares
47
+ GenericName[da]=Systeminstallationsprogram
48
+ Comment[da]=Calamares — Systeminstallationsprogram
49
+ Name[de]=System installieren
50
+ Icon[de]=calamares
51
+ GenericName[de]=Installation des Betriebssystems
52
+ Comment[de]=Calamares - Installation des Betriebssystems
53
+ Name[el]=Εγκατάσταση συστήματος
54
+ Icon[el]=calamares
55
+ GenericName[el]=Εγκατάσταση συστήματος
56
+ Comment[el]=Calamares — Εγκατάσταση συστήματος
57
+ Name[en_GB]=Install System
58
+ Icon[en_GB]=calamares
59
+ GenericName[en_GB]=System Installer
60
+ Comment[en_GB]=Calamares — System Installer
61
+ Name[es]=Instalar Sistema
62
+ Icon[es]=calamares
63
+ GenericName[es]=Instalador del Sistema
64
+ Comment[es]=Calamares — Instalador del Sistema
65
+ Name[et]=Paigalda süsteem
66
+ Icon[et]=calamares
67
+ GenericName[et]=Süsteemipaigaldaja
68
+ Comment[et]=Calamares — süsteemipaigaldaja
69
+ Name[eu]=Sistema instalatu
70
+ Icon[eu]=calamares
71
+ GenericName[eu]=Sistema instalatzailea
72
+ Comment[eu]=Calamares - sistema instalatzailea
73
+ Name[fa]=نصب سامانه
74
+ Icon[fa]=کالامارس
75
+ GenericName[fa]=نصب‌کنندهٔ سامانه
76
+ Comment[fa]=کالامارس — نصب‌کنندهٔ سامانه
77
+ Name[es_PR]=Instalar el sistema
78
+ Name[fr]=Installer le système
79
+ Icon[fr]=calamares
80
+ GenericName[fr]=Installateur système
81
+ Comment[fr]=Calamares - Installateur système
82
+ Name[fur]=Instale il sisteme
83
+ Icon[fur]=calamares
84
+ GenericName[fur]=Program di instalazion dal sisteme
85
+ Comment[fur]=Calamares — Program di instalazion dal sisteme
86
+ Name[gl]=Instalación do Sistema
87
+ Icon[gl]=calamares
88
+ GenericName[gl]=Instalador de sistemas
89
+ Comment[gl]=Calamares — Instalador de sistemas
90
+ Name[he]=התקנת מערכת
91
+ Icon[he]=calamares
92
+ GenericName[he]=אשף התקנה
93
+ Comment[he]=Calamares - אשף התקנה
94
+ Name[hi]=सिस्टम इंस्टॉल करें
95
+ Icon[hi]=calamares
96
+ GenericName[hi]=सिस्टम इंस्टॉलर
97
+ Comment[hi]=Calamares — सिस्टम इंस्टॉलर
98
+ Name[hr]=Instaliraj sustav
99
+ Icon[hr]=calamares
100
+ GenericName[hr]=Instalacija sustava
101
+ Comment[hr]=Calamares — Instalacija sustava
102
+ Name[ie]=Installar li sistema
103
+ Icon[ie]=calamares
104
+ GenericName[ie]=Installator del sistema
105
+ Comment[ie]=Calamares — Installator del sistema
106
+ Name[hu]=Rendszer telepítése
107
+ Icon[hu]=calamares
108
+ GenericName[hu]=Rendszertelepítő
109
+ Comment[hu]=Calamares – Rendszertelepítő
110
+ Name[id]=Instal Sistem
111
+ Icon[id]=calamares
112
+ GenericName[id]=Pemasang
113
+ Comment[id]=Calamares — Pemasang Sistem
114
+ Name[is]=Setja upp kerfið
115
+ Icon[is]=calamares
116
+ GenericName[is]=Kerfis uppsetning
117
+ Comment[is]=Calamares — Kerfis uppsetning
118
+ Name[cs_CZ]=Nainstalovat systém
119
+ Icon[cs_CZ]=calamares
120
+ GenericName[cs_CZ]=Instalátor systému
121
+ Comment[cs_CZ]=Calamares – instalátor operačních systémů
122
+ Name[ja]=システムをインストール
123
+ Icon[ja]=calamares
124
+ GenericName[ja]=システムインストーラー
125
+ Comment[ja]=Calamares — システムインストーラー
126
+ Name[ko]=시스템 설치
127
+ Icon[ko]=깔라마레스
128
+ GenericName[ko]=시스템 설치 관리자
129
+ Comment[ko]=깔라마레스 — 시스템 설치 관리자
130
+ Name[lt]=Įdiegti Sistemą
131
+ Icon[lt]=calamares
132
+ GenericName[lt]=Sistemos diegimas į kompiuterį
133
+ Comment[lt]=Calamares — Sistemos diegimo programa
134
+ Name[it_IT]=Installa il sistema
135
+ Icon[it_IT]=calamares
136
+ GenericName[it_IT]=Programma d'installazione del sistema
137
+ Comment[it_IT]=Calamares — Programma d'installazione del sistema
138
+ Name[mk]=Инсталирај го системот
139
+ Icon[mk]=calamares
140
+ GenericName[mk]=Системен Инсталер
141
+ Comment[mk]=Calamares - Системен Инсталер
142
+ Name[ml]=സിസ്റ്റം ഇൻസ്റ്റാൾ ചെയ്യുക
143
+ Icon[ml]=കലാമാരേസ്
144
+ GenericName[ml]=സിസ്റ്റം ഇൻസ്റ്റാളർ
145
+ Comment[ml]=കലാമാരേസ് - സിസ്റ്റം ഇൻസ്റ്റാളർ
146
+ Name[nb]=Installer System
147
+ Icon[nb]=calamares
148
+ GenericName[nb]=Systeminstallatør
149
+ Comment[nb]=Calamares-systeminstallatør
150
+ Name[nl]=Installeer systeem
151
+ Icon[nl]=calamares
152
+ GenericName[nl]=Installatieprogramma
153
+ Comment[nl]=Calamares — Installatieprogramma
154
+ Name[az_AZ]=Sistemi quraşdırmaq
155
+ Icon[az_AZ]=calamares
156
+ GenericName[az_AZ]=Sistem quraşdırcısı
157
+ Comment[az_AZ]=Calamares — Sistem Quraşdırıcısı
158
+ Name[pl]=Zainstaluj system
159
+ Icon[pl]=calamares
160
+ GenericName[pl]=Instalator systemu
161
+ Comment[pl]=Calamares — Instalator systemu
162
+ Name[pt_BR]=Sistema de Instalação
163
+ Icon[pt_BR]=calamares
164
+ GenericName[pt_BR]=Instalador de Sistema
165
+ Comment[pt_BR]=Calamares — Instalador de Sistema
166
+ Name[ro]=Instalează sistemul
167
+ Icon[ro]=calamares
168
+ GenericName[ro]=Instalator de sistem
169
+ Comment[ro]=Calamares — Instalator de sistem
170
+ Name[ru]=Установить систему
171
+ Icon[ru]=calamares
172
+ GenericName[ru]=Установщик системы
173
+ Comment[ru]=Calamares - Установщик системы
174
+ Name[sk]=Inštalovať systém
175
+ Icon[sk]=calamares
176
+ GenericName[sk]=Inštalátor systému
177
+ Comment[sk]=Calamares — Inštalátor systému
178
+ Name[sl]=Namesti sistem
179
+ Name[sq]=Instalo Sistemin
180
+ Icon[sq]=calamares
181
+ GenericName[sq]=Instalues Sistemi
182
+ Comment[sq]=Calamares — Instalues Sistemi
183
+ Name[fi_FI]=Asenna Järjestelmä
184
+ Icon[fi_FI]=calamares
185
+ GenericName[fi_FI]=Järjestelmän Asennusohjelma
186
+ Comment[fi_FI]=Calamares — Järjestelmän Asentaja
187
+ Name[sr@latin]=Instaliraj sistem
188
+ Name[sr]=Инсталирај систем
189
+ Icon[sr]=calamares
190
+ GenericName[sr]=Инсталатер система
191
+ Comment[sr]=Каламарес — инсталатер система
192
+ Name[sv]=Installera system
193
+ Icon[sv]=calamares
194
+ GenericName[sv]=Systeminstallerare
195
+ Comment[sv]=Calamares — Systeminstallerare
196
+ Name[tg]=Насбкунии низом
197
+ Icon[tg]=calamares
198
+ GenericName[tg]=Насбкунандаи низомӣ
199
+ Comment[tg]=Calamares — Насбкунандаи низомӣ
200
+ Name[th]=ติดตั้งระบบ
201
+ Name[uk]=Встановити Систему
202
+ Icon[uk]=calamares
203
+ GenericName[uk]=Встановлювач системи
204
+ Comment[uk]=Calamares - Встановлювач системи
205
+ Name[vi]=Cài đặt hệ thống
206
+ Icon[vi]=calamares
207
+ GenericName[vi]=Bộ cài đặt hệ thống
208
+ Comment[vi]=Calamares — Bộ cài đặt hệ thống
209
+ Name[zh_CN]=安装系统
210
+ Icon[zh_CN]=calamares
211
+ GenericName[zh_CN]=系统安装程序
212
+ Comment[zh_CN]=Calamares — 系统安装程序
213
+ Name[zh_TW]=安裝系統
214
+ Icon[zh_TW]=calamares
215
+ GenericName[zh_TW]=系統安裝程式
216
+ Comment[zh_TW]=Calamares ── 系統安裝程式
217
+ Name[ast]=Instalar el sistema
218
+ Icon[ast]=calamares
219
+ GenericName[ast]=Instalador del sistema
220
+ Comment[ast]=Calamares — Instalador del sistema
221
+ Name[eo]=Instali Sistemo
222
+ Icon[eo]=calamares
223
+ GenericName[eo]=Sistema Instalilo
224
+ Comment[eo]=Calamares — Sistema Instalilo
225
+ Name[ne_NP]= सिस्टम इन्स्टल गर्नुहोस्
226
+ Icon[ne_NP]=Calamares
227
+ GenericName[ne_NP]=सिस्टम इन्स्टलर
228
+ Comment[ne_NP]=Calamares - सिस्टम इन्स्टलर
229
+ Name[es_MX]=Instalar el Sistema
230
+ Icon[es_MX]=calamares
231
+ GenericName[es_MX]=Instalador del sistema
232
+ Comment[es_MX]=Calamares - Instalador del sistema
233
+ Name[pt_PT]=Instalar Sistema
234
+ Icon[pt_PT]=calamares
235
+ GenericName[pt_PT]=Instalador de Sistema
236
+ Comment[pt_PT]=Calamares - Instalador de Sistema
237
+ Name[tr_TR]=Sistemi Yükle
238
+ Icon[tr_TR]=calamares
239
+ GenericName[tr_TR]=Sistem Yükleyici
240
+ Comment[tr_TR]=Calamares — Sistem Yükleyici
241
+