penguins-eggs 9.1.10 → 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 +46 -466
- 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 +267 -92
- 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/adapt.d.ts +0 -1
- package/lib/commands/adapt.js +1 -1
- package/lib/commands/analyze.js +8 -5
- package/lib/commands/calamares.d.ts +1 -1
- package/lib/commands/calamares.js +7 -7
- package/lib/commands/config.d.ts +0 -1
- package/lib/commands/config.js +4 -1
- package/lib/commands/dad.js +5 -2
- package/lib/commands/install.d.ts +0 -1
- package/lib/commands/install.js +6 -3
- package/lib/commands/kill.js +4 -1
- package/lib/commands/produce.d.ts +0 -1
- package/lib/commands/produce.js +5 -2
- package/lib/commands/remove.js +3 -0
- package/lib/commands/syncfrom.d.ts +0 -1
- package/lib/commands/syncfrom.js +14 -11
- package/lib/commands/syncto.d.ts +0 -1
- package/lib/commands/syncto.js +17 -14
- package/lib/commands/tools/clean.d.ts +0 -1
- package/lib/commands/tools/clean.js +9 -4
- package/lib/commands/tools/skel.d.ts +0 -1
- package/lib/commands/tools/skel.js +6 -3
- package/lib/commands/tools/stat.d.ts +0 -1
- package/lib/commands/tools/stat.js +1 -1
- package/lib/commands/tools/yolk.js +3 -0
- package/lib/commands/update.js +5 -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 +4 -0
- package/lib/interfaces/index.d.ts +0 -1
- package/lib/lib/cli-autologin.js +24 -24
- package/lib/lib/dependencies.js +6 -1
- 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 +3 -9
- package/scripts/bros/waydroid-helper.sh +0 -0
- package/scripts/eggs.bash +2 -3
- 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/bro.d.ts +0 -14
- package/lib/commands/bro.js +0 -31
- package/lib/commands/tools/locales.d.ts +0 -13
- package/lib/commands/tools/locales.js +0 -40
- package/lib/interfaces/i-costume.d.ts +0 -27
- package/lib/interfaces/i-costume.js +0 -2
|
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
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
# Debian
|
|
2
|
-
# bootloader
|
|
1
|
+
# Debian bookworm
|
|
2
|
+
# Bootloader configuration. The bootloader is installed to allow
|
|
3
|
+
# the system to start (and pick one of the installed operating
|
|
4
|
+
# systems to run).
|
|
3
5
|
---
|
|
4
6
|
# Define which bootloader you want to use for EFI installations
|
|
5
7
|
# Possible options are 'grub', 'sb-shim' and 'systemd-boot'.
|
|
@@ -42,14 +44,12 @@ efiBootMgr: "efibootmgr"
|
|
|
42
44
|
# setting the option here, keep in mind that the name is sanitized
|
|
43
45
|
# (problematic characters, see above, are replaced).
|
|
44
46
|
#
|
|
45
|
-
#efiBootloaderId: "dirname"
|
|
47
|
+
# efiBootloaderId: "dirname"
|
|
46
48
|
|
|
47
49
|
# Optionally install a copy of the GRUB EFI bootloader as the EFI
|
|
48
|
-
# fallback loader (either
|
|
50
|
+
# fallback loader (either bootia32.efi or bootx64.efi depending on
|
|
49
51
|
# the system). This may be needed on certain systems (Intel DH87MC
|
|
50
52
|
# seems to be the only one). If you set this to false, take care
|
|
51
53
|
# to add another module to optionally install the fallback on those
|
|
52
54
|
# boards that need it.
|
|
53
55
|
installEFIFallback: false
|
|
54
|
-
|
|
55
|
-
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
# Debian
|
|
2
|
-
#
|
|
1
|
+
# Debian/bookworm
|
|
2
|
+
# Configure one or more display managers (e.g. SDDM)
|
|
3
|
+
# with a "best effort" approach.
|
|
3
4
|
---
|
|
4
5
|
#The DM module attempts to set up all the DMs found in this list, in that precise order.
|
|
5
6
|
#It also sets up autologin, if the feature is enabled in globalstorage.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# Debian
|
|
2
|
-
#
|
|
1
|
+
# Debian/bookworm
|
|
2
|
+
# added Whether to copy entropy from the host
|
|
3
3
|
---
|
|
4
4
|
# Whether to create /etc/machine-id for systemd.
|
|
5
5
|
systemd: true
|
|
@@ -8,3 +8,10 @@ dbus: true
|
|
|
8
8
|
# Whether /var/lib/dbus/machine-id should be a symlink to /etc/machine-id
|
|
9
9
|
# (ignored if dbus is false, or if there is no /etc/machine-id to point to).
|
|
10
10
|
symlink: true
|
|
11
|
+
# Whether to copy entropy from the host
|
|
12
|
+
entropy-copy: true
|
|
13
|
+
# Which files to write (paths in the target)
|
|
14
|
+
entropy-files:
|
|
15
|
+
- /var/lib/urandom/random-seed
|
|
16
|
+
- /var/lib/systemd/random-seed
|
|
17
|
+
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
# Debian
|
|
2
|
-
# users
|
|
1
|
+
# Debian/bookworm
|
|
3
2
|
---
|
|
4
3
|
userGroup: users
|
|
5
4
|
defaultGroups:
|
|
@@ -16,5 +15,5 @@ defaultGroups:
|
|
|
16
15
|
- bluetooth
|
|
17
16
|
autologinGroup: autologin
|
|
18
17
|
sudoersGroup: sudo
|
|
19
|
-
setRootPassword:
|
|
20
|
-
doReusePassword: false
|
|
18
|
+
setRootPassword: false
|
|
19
|
+
# doReusePassword: false
|
|
@@ -1,13 +1,41 @@
|
|
|
1
|
-
# Debian
|
|
2
|
-
# settings
|
|
1
|
+
# Debian/bookworm
|
|
3
2
|
---
|
|
4
3
|
# "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
|
|
5
|
-
modules-search: [local, /usr/lib/calamares/modules]
|
|
4
|
+
modules-search: [ local, /usr/lib/calamares/modules ]
|
|
6
5
|
|
|
7
|
-
#
|
|
8
|
-
|
|
9
|
-
#
|
|
10
|
-
|
|
6
|
+
# If this is set to true, Calamares refers to itself as a "setup program"
|
|
7
|
+
# rather than an "installer". Defaults to the value of dont-chroot, but
|
|
8
|
+
# Calamares will complain if this is not explicitly set.
|
|
9
|
+
oem-setup: false
|
|
10
|
+
|
|
11
|
+
# If this is set to true, the "Cancel" button will be disabled entirely.
|
|
12
|
+
# The button is also hidden from view.
|
|
13
|
+
#
|
|
14
|
+
# This can be useful if when e.g. Calamares is used as a post-install
|
|
15
|
+
# configuration tool and you require the user to go through all the
|
|
16
|
+
# configuration steps.
|
|
17
|
+
#
|
|
18
|
+
# Default is false, but Calamares will complain if this is not explicitly set.
|
|
19
|
+
#
|
|
20
|
+
# YAML: boolean.
|
|
21
|
+
disable-cancel: false
|
|
22
|
+
|
|
23
|
+
# If this is set to true, the "Cancel" button will be disabled once
|
|
24
|
+
# you start the 'Installation', meaning there won't be a way to cancel
|
|
25
|
+
# the Installation until it has finished or installation has failed.
|
|
26
|
+
#
|
|
27
|
+
# Default is false, but Calamares will complain if this is not explicitly set.
|
|
28
|
+
#
|
|
29
|
+
# YAML: boolean.
|
|
30
|
+
disable-cancel-during-exec: false
|
|
31
|
+
|
|
32
|
+
# If this is set to true, then once the end of the sequence has
|
|
33
|
+
# been reached, the quit (done) button is clicked automatically
|
|
34
|
+
# and Calamares will close. Default is false: the user will see
|
|
35
|
+
# that the end of installation has been reached, and that things are ok.
|
|
36
|
+
#
|
|
37
|
+
#
|
|
38
|
+
quit-at-end: false
|
|
11
39
|
|
|
12
40
|
instances:
|
|
13
41
|
- id: eggs-cleanup
|
|
@@ -37,6 +65,7 @@ sequence:
|
|
|
37
65
|
- partition
|
|
38
66
|
- mount
|
|
39
67
|
- unpackfs
|
|
68
|
+
# dpkg-unsafe-io
|
|
40
69
|
- sources-yolk
|
|
41
70
|
{{hasSystemd}}machineid
|
|
42
71
|
- fstab
|
|
@@ -56,6 +85,7 @@ sequence:
|
|
|
56
85
|
- plymouthcfg
|
|
57
86
|
- initramfscfg
|
|
58
87
|
- initramfs
|
|
88
|
+
# dpkg-unsafe-io-undo
|
|
59
89
|
- removeuser
|
|
60
90
|
- shellprocess@eggs-cleanup
|
|
61
91
|
- remove-link
|
|
File without changes
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
# Ubuntu
|
|
2
|
-
# after_bootloader_context
|
|
1
|
+
# Ubuntu jammy 22.04
|
|
3
2
|
# Workaround from ubiquity. Ubuntu's grub will want to look in EFI/ubuntu, so
|
|
4
3
|
# let's make sure it can find something there.
|
|
5
4
|
# This only copies the cfg and doesn't overwrite, this is specifically so
|
|
@@ -8,4 +7,4 @@
|
|
|
8
7
|
dontChroot: false
|
|
9
8
|
timeout: 120
|
|
10
9
|
firmwareType:
|
|
11
|
-
|
|
10
|
+
"*": "-for i in `ls @@ROOT@@/home/`; do rm @@ROOT@@/home/$i/Desktop/lubuntu-calamares.desktop || exit 0; done"
|
|
@@ -1,20 +1,19 @@
|
|
|
1
|
-
# Ubuntu
|
|
2
|
-
# before_bootloader_context
|
|
1
|
+
# Ubuntu jammy 22.04
|
|
3
2
|
# Make sure the correct bootloader package is installed for EFI.
|
|
4
3
|
# Also pull in shim so secureboot has a chance at working.
|
|
5
4
|
# Because of edge cases, we ignore BIOS, and do the same
|
|
6
5
|
# procedure for all EFI types.
|
|
7
|
-
# - command: apt-cdrom add -m -d=/media/cdrom/
|
|
8
|
-
# timeout: 10
|
|
9
|
-
# - command: sed -i '/deb http/d' /etc/apt/sources.list
|
|
10
|
-
# timeout: 10
|
|
11
6
|
---
|
|
12
7
|
firmwareType:
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
8
|
+
bios: "-/bin/true"
|
|
9
|
+
"*":
|
|
10
|
+
- command: apt-cdrom add -m -d=/media/cdrom/
|
|
11
|
+
timeout: 10
|
|
12
|
+
- command: sed -i '/deb http/d' /etc/apt/sources.list
|
|
13
|
+
timeout: 10
|
|
14
|
+
- command: apt-get update
|
|
15
|
+
timeout: 120
|
|
16
|
+
- command: apt install -y --no-upgrade -o Acquire::gpgv::Options::=--ignore-time-conflict grub-efi-$(if grep -q 64 /sys/firmware/efi/fw_platform_size; then echo amd64-signed; else echo ia32; fi)
|
|
17
|
+
timeout: 300
|
|
18
|
+
- command: apt install -y --no-upgrade -o Acquire::gpgv::Options::=--ignore-time-conflict shim-signed
|
|
19
|
+
timeout: 300
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
# Ubuntu
|
|
2
|
-
# before_bootloader_mkdirs_context
|
|
1
|
+
# Ubuntu jammy 22.04
|
|
3
2
|
---
|
|
4
3
|
dontChroot: true
|
|
5
4
|
timeout: 10
|
|
6
5
|
firmwareType:
|
|
7
|
-
|
|
6
|
+
efi:
|
|
8
7
|
- -cp /cdrom/casper/vmlinuz @@ROOT@@/boot/vmlinuz-$(uname -r)
|
|
9
8
|
- -mkdir -pv @@ROOT@@/media/cdrom
|
|
10
9
|
- -mount --bind /cdrom @@ROOT@@/media/cdrom
|
|
11
|
-
|
|
10
|
+
bios:
|
|
12
11
|
- -cp /cdrom/casper/vmlinuz @@ROOT@@/boot/vmlinuz-$(uname -r)
|