penguins-eggs 9.1.12 → 9.1.26
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.
- package/README.md +44 -70
- package/addons/eggs/adapt/applications/eggs-adapt.desktop +0 -0
- package/addons/eggs/adapt/bin/eggs-adapt.sh +0 -0
- package/addons/eggs/ichoice/bin/eggs-ichoice.sh +0 -0
- package/addons/eggs/pve/applications/eggs-pve.desktop +0 -0
- package/addons/eggs/rsupport/applications/eggs-rsupport.desktop +0 -0
- package/addons/eggs/theme/applications/install-debian.desktop +235 -22
- package/addons/neon/theme/applications/install-debian.desktop +0 -0
- package/addons/telos/theme/applications/install-debian.desktop +0 -0
- package/addons/ufficiozero/theme/applications/install-debian.desktop +0 -0
- package/addons/waydroid/theme/applications/install-debian.desktop +0 -0
- package/assets/calamares/install-debian +2 -2
- package/assets/penguins-eggs.desktop +0 -0
- package/assets/penguins-krill.desktop +0 -0
- package/assets/penguins-live-installer.desktop +0 -0
- package/bin/dev +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/after-bootloader.sh +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/before-bootloader/before-bootloader.sh +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/before-bootloader-mkdirs/before-bootloader-mkdirs.sh +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/bug/bug.sh +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/grubcfg/main.py +0 -0
- package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +13 -0
- package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/module.yml +6 -0
- package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io-undo/module.yml +6 -0
- package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
- package/conf/distros/buster/calamares/modules/bootloader.yml +6 -6
- package/conf/distros/buster/calamares/modules/displaymanager.yml +3 -2
- package/conf/distros/buster/calamares/modules/finished.yml +3 -3
- package/conf/distros/buster/calamares/modules/fstab.yml +1 -2
- package/conf/distros/buster/calamares/modules/luksopenswaphookcfg.yml +1 -2
- package/conf/distros/buster/calamares/modules/machineid.yml +9 -2
- package/conf/distros/buster/calamares/modules/mount.yml +1 -2
- package/conf/distros/buster/calamares/modules/packages.yml +1 -1
- package/conf/distros/buster/calamares/modules/shellprocess_eggs-cleanup.yml +1 -0
- package/conf/distros/buster/calamares/modules/unpackfs.yml +1 -2
- package/conf/distros/buster/calamares/modules/users.yml +3 -4
- package/conf/distros/buster/calamares/modules/welcome.yml +1 -1
- package/conf/distros/buster/calamares/settings.yml +37 -7
- package/conf/distros/focal/calamares/calamares-modules/automirror/main.py +0 -0
- package/conf/distros/focal/calamares/modules/after_bootloader_context.yml +2 -3
- package/conf/distros/focal/calamares/modules/automirror.yml +6 -0
- package/conf/distros/focal/calamares/modules/before_bootloader_context.yml +13 -14
- package/conf/distros/focal/calamares/modules/before_bootloader_mkdirs_context.yml +3 -4
- package/conf/distros/focal/calamares/modules/bootloader.yml +1 -2
- package/conf/distros/focal/calamares/modules/displaymanager.yml +11 -0
- package/conf/distros/focal/calamares/modules/finished.yml +1 -2
- package/conf/distros/focal/calamares/modules/fstab.yml +1 -2
- package/conf/distros/focal/calamares/modules/grubcfg.yml +2 -3
- package/conf/distros/focal/calamares/modules/locale.yml +6 -7
- package/conf/distros/focal/calamares/modules/machineid.yml +1 -2
- package/conf/distros/focal/calamares/modules/mount.yml +19 -20
- package/conf/distros/focal/calamares/modules/partition.yml +5 -3
- package/conf/distros/focal/calamares/modules/shellprocess_add386arch.yml +2 -3
- package/conf/distros/focal/calamares/modules/shellprocess_bug-LP#1829805.yml +1 -3
- package/conf/distros/focal/calamares/modules/shellprocess_logs.yml +2 -3
- package/conf/distros/focal/calamares/modules/unpackfs.yml +2 -3
- package/conf/distros/focal/calamares/modules/users.yml +4 -3
- package/conf/distros/focal/calamares/modules/welcome.yml +21 -22
- package/conf/distros/focal/calamares/settings.yml +4 -5
- package/conf/distros/jammy/README.md +32 -0
- package/conf/exclude.list +3 -0
- package/lib/classes/daddy.js +2 -2
- package/lib/classes/family/debian.js +8 -22
- package/lib/classes/i18n.d.ts +0 -4
- package/lib/classes/i18n.js +15 -27
- package/lib/classes/incubation/distros/buster.js +3 -1
- package/lib/classes/incubation/fisherman-helper/displaymanager.js +5 -3
- package/lib/classes/incubation/fisherman-helper/packages.js +36 -67
- package/lib/classes/krill_install.js +6 -6
- package/lib/classes/ovary.js +90 -92
- package/lib/classes/pacman.js +0 -8
- package/lib/classes/sources_list.js +11 -20
- package/lib/classes/tailor.d.ts +13 -11
- package/lib/classes/tailor.js +266 -102
- package/lib/classes/utils.d.ts +1 -1
- package/lib/classes/utils.js +15 -11
- package/lib/classes/xdg.js +38 -18
- package/lib/commands/analyze.js +4 -4
- package/lib/commands/calamares.d.ts +1 -1
- package/lib/commands/calamares.js +7 -7
- package/lib/commands/dad.js +2 -2
- package/lib/commands/syncfrom.js +9 -9
- package/lib/commands/syncto.js +12 -12
- package/lib/commands/tools/skel.js +2 -2
- package/lib/commands/wardrobe/ironing.d.ts +3 -0
- package/lib/commands/wardrobe/ironing.js +22 -4
- package/lib/commands/wardrobe/wear.d.ts +1 -0
- package/lib/commands/wardrobe/wear.js +7 -2
- package/lib/interfaces/i-materia.d.ts +3 -0
- package/lib/interfaces/index.d.ts +0 -1
- package/lib/lib/cli-autologin.js +24 -24
- package/lib/lib/get_address.js +3 -2
- package/lib/lib/get_dns.js +3 -2
- package/lib/lib/get_domain.js +3 -2
- package/lib/lib/get_gateway.js +3 -2
- package/lib/lib/get_hostname.js +3 -2
- package/lib/lib/get_netmask.js +3 -2
- package/lib/lib/get_password.js +3 -2
- package/lib/lib/get_root_password.js +3 -2
- package/lib/lib/get_userfullname.js +3 -2
- package/lib/lib/get_username.js +3 -2
- package/lib/lib/select_filesystem_type.js +2 -2
- package/lib/lib/select_installation_device.js +2 -2
- package/lib/lib/select_installation_mode.js +3 -2
- package/lib/lib/select_regions.js +3 -2
- package/lib/lib/select_user_swap_choice.js +2 -2
- package/lib/lib/select_zones.js +3 -2
- package/oclif.manifest.json +1 -1
- package/package.json +114 -114
- package/scripts/_eggs +2 -1
- package/scripts/bros/waydroid-helper.sh +0 -0
- package/scripts/eggs.bash +2 -2
- package/scripts/install-eggs-ppa.sh +0 -0
- package/scripts/mom-cli.sh +0 -0
- package/scripts/pve-live.service +0 -0
- package/scripts/pve-live.sh +0 -0
- package/scripts/resy.sh +0 -0
- package/scripts/userexist.sh +0 -0
- package/lib/commands/tools/locales.d.ts +0 -13
- package/lib/commands/tools/locales.js +0 -43
- package/lib/interfaces/i-costume.d.ts +0 -27
- package/lib/interfaces/i-costume.js +0 -2
package/README.md
CHANGED
|
@@ -35,16 +35,32 @@ penguins-eggs, at the moment 2021 may is a mature tool and is extremely usefull,
|
|
|
35
35
|
|
|
36
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.
|
|
37
37
|
|
|
38
|
-
###
|
|
39
|
-
|
|
38
|
+
### mom and dad
|
|
39
|
+
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.
|
|
40
|
+
|
|
41
|
+
### yolk
|
|
42
|
+
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.
|
|
43
|
+
|
|
44
|
+
### wardrobe
|
|
45
|
+
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.
|
|
46
|
+
|
|
47
|
+
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.
|
|
48
|
+
|
|
49
|
+
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.
|
|
50
|
+
|
|
51
|
+
### krill
|
|
52
|
+
eggs include a CLI installer named krill, this ley 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 one and for GUI and CLI. To force using krill in place of calamares in a GUI system just: **sudo eggs install --cli**
|
|
53
|
+
|
|
54
|
+
### addons and themes
|
|
55
|
+
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
56
|
|
|
41
57
|
### backup
|
|
42
|
-
|
|
58
|
+
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
59
|
|
|
44
60
|
* ```eggs produce``` just remove users accounts and home. This let to have working servers examples;
|
|
45
61
|
* ```eggs produce --backup``` remove servers and users data from live, and put them on a LUKS volume.
|
|
46
62
|
|
|
47
|
-
|
|
63
|
+
Since version 9.0.16 we have two new commands: ```eggs syncfrom``` (alias restore) and ```eggs syncto``` (alias backup).
|
|
48
64
|
|
|
49
65
|
A working installation, can easily sync users and servers data to a luks-eggs-backup:
|
|
50
66
|
* ```eggs syncto -f /tmp/luks-eggs-backup``` backup users and servers data to LUKS volume /tmp/luks-eggs-backup:
|
|
@@ -61,34 +77,14 @@ A new installation, can easyly get users and servers data from a luks-eggs-backu
|
|
|
61
77
|
* ```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
78
|
* 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
79
|
|
|
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.
|
|
81
|
-
|
|
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,
|
|
81
|
+
eggs was born on Debian strecth/buster, but actually full support Debian from jessie to bookworm/sid, Devuan beowulf, chimaera, daedalus, Ubuntu bionic, focal, jammy and all derivatives including Linux mint, Deepin, neon KDE, etc. Eggs is able to remaster and install manjaro linux too and derivated.
|
|
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
86
|
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
87
|
|
|
90
|
-
**Note:** Of course it is possible to produce iso for [Raspberry Pi Desktop](https://downloads.raspberrypi.org/rpd_x86/images/) amd64 based.
|
|
91
|
-
|
|
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.
|
|
94
90
|
The packages usually go before in sourgeforce page of eggs, (unstable version) and later in ppa (stable version).
|
|
@@ -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.
|
|
111
|
+
sudo dpkg -i eggs_9.1.24_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.
|
|
135
|
+
penguins-eggs/9.1.26 linux-x64 node-v18.2.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.
|
|
191
|
+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/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.
|
|
212
|
+
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/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.
|
|
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] [-
|
|
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
|
|
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.
|
|
270
|
+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/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.
|
|
294
|
+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/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.
|
|
314
|
+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/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.
|
|
405
|
+
_See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/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.
|
|
430
|
+
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/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.
|
|
452
|
+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/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.
|
|
469
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/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.
|
|
530
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/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.
|
|
560
|
+
_See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/src/commands/remove.ts)_
|
|
571
561
|
|
|
572
562
|
## `eggs syncfrom`
|
|
573
563
|
|
|
@@ -591,7 +581,7 @@ 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.
|
|
584
|
+
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/src/commands/syncfrom.ts)_
|
|
595
585
|
|
|
596
586
|
## `eggs syncto`
|
|
597
587
|
|
|
@@ -614,7 +604,7 @@ 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.
|
|
607
|
+
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/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.
|
|
702
|
+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/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>] [-
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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
|
|
5
|
-
GenericName=
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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
|
-
|
|
13
|
-
|
|
14
|
-
Name[
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
GenericName[
|
|
25
|
-
Comment[
|
|
26
|
-
Name[
|
|
27
|
-
|
|
28
|
-
|
|
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
|
+
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
sudo mv /etc/fstab /etc/fstab.orig.calamares
|
|
8
8
|
|
|
9
9
|
# Access control to run calamares as root for xwayland
|
|
10
|
-
xhost +si:localuser:root
|
|
10
|
+
#xhost +si:localuser:root
|
|
11
11
|
pkexec calamares
|
|
12
|
-
xhost -si:localuser:root
|
|
12
|
+
#xhost -si:localuser:root
|
|
13
13
|
|
|
14
14
|
# Restore stale fstab, for what it's worth
|
|
15
15
|
sudo mv /etc/fstab.orig.calamares /etc/fstab
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/bin/dev
CHANGED
|
File without changes
|
package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/after-bootloader.sh
CHANGED
|
File without changes
|
package/conf/distros/bionic/calamares/calamares-modules/before-bootloader/before-bootloader.sh
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
|
|
3
|
+
CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
|
|
4
|
+
|
|
5
|
+
if [ "$1" = "-u" ]; then
|
|
6
|
+
rm $CHROOT/etc/dpkg/dpkg.cfg.d/calamares-force-unsafe-io
|
|
7
|
+
sync
|
|
8
|
+
exit 0
|
|
9
|
+
fi
|
|
10
|
+
|
|
11
|
+
echo "force-unsafe-io" > $CHROOT/etc/dpkg/dpkg.cfg.d/calamares-force-unsafe-io
|
|
12
|
+
|
|
13
|
+
exit 0
|
|
File without changes
|