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.
Files changed (144) hide show
  1. package/README.md +46 -466
  2. package/addons/eggs/adapt/applications/eggs-adapt.desktop +0 -0
  3. package/addons/eggs/adapt/bin/eggs-adapt.sh +0 -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/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +13 -0
  23. package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/module.yml +6 -0
  24. package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io-undo/module.yml +6 -0
  25. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  26. package/conf/distros/buster/calamares/modules/bootloader.yml +6 -6
  27. package/conf/distros/buster/calamares/modules/displaymanager.yml +3 -2
  28. package/conf/distros/buster/calamares/modules/finished.yml +3 -3
  29. package/conf/distros/buster/calamares/modules/fstab.yml +1 -2
  30. package/conf/distros/buster/calamares/modules/luksopenswaphookcfg.yml +1 -2
  31. package/conf/distros/buster/calamares/modules/machineid.yml +9 -2
  32. package/conf/distros/buster/calamares/modules/mount.yml +1 -2
  33. package/conf/distros/buster/calamares/modules/packages.yml +1 -1
  34. package/conf/distros/buster/calamares/modules/shellprocess_eggs-cleanup.yml +1 -0
  35. package/conf/distros/buster/calamares/modules/unpackfs.yml +1 -2
  36. package/conf/distros/buster/calamares/modules/users.yml +3 -4
  37. package/conf/distros/buster/calamares/modules/welcome.yml +1 -1
  38. package/conf/distros/buster/calamares/settings.yml +37 -7
  39. package/conf/distros/focal/calamares/calamares-modules/automirror/main.py +0 -0
  40. package/conf/distros/focal/calamares/modules/after_bootloader_context.yml +2 -3
  41. package/conf/distros/focal/calamares/modules/automirror.yml +6 -0
  42. package/conf/distros/focal/calamares/modules/before_bootloader_context.yml +13 -14
  43. package/conf/distros/focal/calamares/modules/before_bootloader_mkdirs_context.yml +3 -4
  44. package/conf/distros/focal/calamares/modules/bootloader.yml +1 -2
  45. package/conf/distros/focal/calamares/modules/displaymanager.yml +11 -0
  46. package/conf/distros/focal/calamares/modules/finished.yml +1 -2
  47. package/conf/distros/focal/calamares/modules/fstab.yml +1 -2
  48. package/conf/distros/focal/calamares/modules/grubcfg.yml +2 -3
  49. package/conf/distros/focal/calamares/modules/locale.yml +6 -7
  50. package/conf/distros/focal/calamares/modules/machineid.yml +1 -2
  51. package/conf/distros/focal/calamares/modules/mount.yml +19 -20
  52. package/conf/distros/focal/calamares/modules/partition.yml +5 -3
  53. package/conf/distros/focal/calamares/modules/shellprocess_add386arch.yml +2 -3
  54. package/conf/distros/focal/calamares/modules/shellprocess_bug-LP#1829805.yml +1 -3
  55. package/conf/distros/focal/calamares/modules/shellprocess_logs.yml +2 -3
  56. package/conf/distros/focal/calamares/modules/unpackfs.yml +2 -3
  57. package/conf/distros/focal/calamares/modules/users.yml +4 -3
  58. package/conf/distros/focal/calamares/modules/welcome.yml +21 -22
  59. package/conf/distros/focal/calamares/settings.yml +4 -5
  60. package/conf/distros/jammy/README.md +32 -0
  61. package/conf/exclude.list +3 -0
  62. package/lib/classes/daddy.js +2 -2
  63. package/lib/classes/family/debian.js +8 -22
  64. package/lib/classes/i18n.d.ts +0 -4
  65. package/lib/classes/i18n.js +15 -27
  66. package/lib/classes/incubation/distros/buster.js +3 -1
  67. package/lib/classes/incubation/fisherman-helper/displaymanager.js +5 -3
  68. package/lib/classes/incubation/fisherman-helper/packages.js +36 -67
  69. package/lib/classes/krill_install.js +6 -6
  70. package/lib/classes/ovary.js +90 -92
  71. package/lib/classes/pacman.js +0 -8
  72. package/lib/classes/sources_list.js +11 -20
  73. package/lib/classes/tailor.d.ts +13 -11
  74. package/lib/classes/tailor.js +267 -92
  75. package/lib/classes/utils.d.ts +1 -1
  76. package/lib/classes/utils.js +15 -11
  77. package/lib/classes/xdg.js +38 -18
  78. package/lib/commands/adapt.d.ts +0 -1
  79. package/lib/commands/adapt.js +1 -1
  80. package/lib/commands/analyze.js +8 -5
  81. package/lib/commands/calamares.d.ts +1 -1
  82. package/lib/commands/calamares.js +7 -7
  83. package/lib/commands/config.d.ts +0 -1
  84. package/lib/commands/config.js +4 -1
  85. package/lib/commands/dad.js +5 -2
  86. package/lib/commands/install.d.ts +0 -1
  87. package/lib/commands/install.js +6 -3
  88. package/lib/commands/kill.js +4 -1
  89. package/lib/commands/produce.d.ts +0 -1
  90. package/lib/commands/produce.js +5 -2
  91. package/lib/commands/remove.js +3 -0
  92. package/lib/commands/syncfrom.d.ts +0 -1
  93. package/lib/commands/syncfrom.js +14 -11
  94. package/lib/commands/syncto.d.ts +0 -1
  95. package/lib/commands/syncto.js +17 -14
  96. package/lib/commands/tools/clean.d.ts +0 -1
  97. package/lib/commands/tools/clean.js +9 -4
  98. package/lib/commands/tools/skel.d.ts +0 -1
  99. package/lib/commands/tools/skel.js +6 -3
  100. package/lib/commands/tools/stat.d.ts +0 -1
  101. package/lib/commands/tools/stat.js +1 -1
  102. package/lib/commands/tools/yolk.js +3 -0
  103. package/lib/commands/update.js +5 -2
  104. package/lib/commands/wardrobe/ironing.d.ts +3 -0
  105. package/lib/commands/wardrobe/ironing.js +22 -4
  106. package/lib/commands/wardrobe/wear.d.ts +1 -0
  107. package/lib/commands/wardrobe/wear.js +7 -2
  108. package/lib/interfaces/i-materia.d.ts +4 -0
  109. package/lib/interfaces/index.d.ts +0 -1
  110. package/lib/lib/cli-autologin.js +24 -24
  111. package/lib/lib/dependencies.js +6 -1
  112. package/lib/lib/get_address.js +3 -2
  113. package/lib/lib/get_dns.js +3 -2
  114. package/lib/lib/get_domain.js +3 -2
  115. package/lib/lib/get_gateway.js +3 -2
  116. package/lib/lib/get_hostname.js +3 -2
  117. package/lib/lib/get_netmask.js +3 -2
  118. package/lib/lib/get_password.js +3 -2
  119. package/lib/lib/get_root_password.js +3 -2
  120. package/lib/lib/get_userfullname.js +3 -2
  121. package/lib/lib/get_username.js +3 -2
  122. package/lib/lib/select_filesystem_type.js +2 -2
  123. package/lib/lib/select_installation_device.js +2 -2
  124. package/lib/lib/select_installation_mode.js +3 -2
  125. package/lib/lib/select_regions.js +3 -2
  126. package/lib/lib/select_user_swap_choice.js +2 -2
  127. package/lib/lib/select_zones.js +3 -2
  128. package/oclif.manifest.json +1 -1
  129. package/package.json +114 -114
  130. package/scripts/_eggs +3 -9
  131. package/scripts/bros/waydroid-helper.sh +0 -0
  132. package/scripts/eggs.bash +2 -3
  133. package/scripts/install-eggs-ppa.sh +0 -0
  134. package/scripts/mom-cli.sh +0 -0
  135. package/scripts/pve-live.service +0 -0
  136. package/scripts/pve-live.sh +0 -0
  137. package/scripts/resy.sh +0 -0
  138. package/scripts/userexist.sh +0 -0
  139. package/lib/commands/bro.d.ts +0 -14
  140. package/lib/commands/bro.js +0 -31
  141. package/lib/commands/tools/locales.d.ts +0 -13
  142. package/lib/commands/tools/locales.js +0 -40
  143. package/lib/interfaces/i-costume.d.ts +0 -27
  144. package/lib/interfaces/i-costume.js +0 -2
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 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
+
@@ -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
@@ -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
@@ -0,0 +1,6 @@
1
+ ---
2
+ type: "job"
3
+ name: "disable-dpkg-sync"
4
+ interface: "process"
5
+ command: "/usr/sbin/dpkg-unsafe-io.sh"
6
+ timeout: 600
@@ -0,0 +1,6 @@
1
+ ---
2
+ type: "job"
3
+ name: "re-enable-dpkg-sync"
4
+ interface: "process"
5
+ command: "/usr/sbin/dpkg-unsafe-io.sh -u"
6
+ timeout: 600
@@ -1,5 +1,7 @@
1
- # Debian Buster
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 bootx32.efi or bootx64.efi depending on
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 Buster
2
- # displaymanager
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,6 +1,6 @@
1
- # Debian Buster
2
- # finished
1
+ # Debian/Bookworm
3
2
  ---
4
3
  restartNowEnabled: true
5
4
  restartNowChecked: true
6
- restartNowCommand: {{restartNowCommand}}
5
+ # restartNowCommand: {{restartNowCommand}}
6
+ restartNowCommand: "systemctl -i reboot"
@@ -1,5 +1,4 @@
1
- # Debian Buster
2
- # fstab
1
+ # Debian/Bookworm
3
2
  ---
4
3
  mountOptions:
5
4
  default: defaults,noatime
@@ -1,5 +1,4 @@
1
- # Debian Buster
2
- # luksopenswaphookcfg
1
+ # Debian/Bookworm
3
2
  # Writes an openswap configuration with LUKS settings to the given path
4
3
  ---
5
4
  # Path of the configuration file to write (in the target system)
@@ -1,5 +1,5 @@
1
- # Debian Buster
2
- # machineid
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 Buster
2
- # mount
1
+ # Debian/Bookworm
3
2
  # Mount filesystems in the target (generally, before treating the
4
3
  # target as a usable chroot / "live" system). Filesystems are
5
4
  # automatically mounted from the partitioning module. Filesystems
@@ -1,4 +1,4 @@
1
- # Debian Buster
1
+ # Debian/Bookworm
2
2
  # packages
3
3
  ---
4
4
  backend: apt
@@ -1,3 +1,4 @@
1
+ # Ubuntu jammy 22.04
1
2
  ---
2
3
  dontChroot: false
3
4
  timeout: 30
@@ -1,5 +1,4 @@
1
- # Debian Buster
2
- # unpackfs
1
+ # Debian/bookworm
3
2
  ---
4
3
  unpack:
5
4
  - source: {{source}}
@@ -1,5 +1,4 @@
1
- # Debian Buster
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: true
20
- doReusePassword: false
18
+ setRootPassword: false
19
+ # doReusePassword: false
@@ -1,4 +1,4 @@
1
- # Debian Buster
1
+ # Debian/bookworm
2
2
  # welcome
3
3
  ---
4
4
  showSupportUrl: true
@@ -1,13 +1,41 @@
1
- # Debian buster, Debian bullseye, Devuan beowulf
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
- #instances:
8
- #- id: owncloud
9
- # module: webview
10
- # config: owncloud.conf
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
@@ -1,5 +1,4 @@
1
- # Ubuntu Focal
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
- "*": "-for i in `ls @@ROOT@@/home/`; do rm @@ROOT@@/home/$i/Desktop/lubuntu-calamares.desktop || exit 0; done"
10
+ "*": "-for i in `ls @@ROOT@@/home/`; do rm @@ROOT@@/home/$i/Desktop/lubuntu-calamares.desktop || exit 0; done"
@@ -0,0 +1,6 @@
1
+ ---
2
+ baseUrl: archive.ubuntu.com
3
+ distribution: Lubuntu
4
+ geoip:
5
+ style: "json"
6
+ url: "https://ipapi.co/json"
@@ -1,20 +1,19 @@
1
- # Ubuntu Focal
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
- bios: "-/bin/true"
14
- "*":
15
- - command: apt-get update
16
- timeout: 120
17
- - 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)
18
- timeout: 300
19
- - command: apt install -y --no-upgrade --allow-unauthenticated -o Acquire::gpgv::Options::=--ignore-time-conflict shim-signed
20
- timeout: 300
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 Focal
2
- # before_bootloader_mkdirs_context
1
+ # Ubuntu jammy 22.04
3
2
  ---
4
3
  dontChroot: true
5
4
  timeout: 10
6
5
  firmwareType:
7
- efi:
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
- bios:
10
+ bios:
12
11
  - -cp /cdrom/casper/vmlinuz @@ROOT@@/boot/vmlinuz-$(uname -r)
@@ -1,5 +1,4 @@
1
- # Ubuntu Focal
2
- # bootloader
1
+ # Ubuntu jammy 22.04
3
2
  ---
4
3
  efiBootLoader: "grub"
5
4
 
@@ -0,0 +1,11 @@
1
+ # Ubuntu jammy 22.04
2
+ ---
3
+ displaymanagers:
4
+ - sddm
5
+
6
+ defaultDesktopEnvironment:
7
+ executable: "lxqt"
8
+ desktopFile: "Lubuntu"
9
+
10
+ basicSetup: false
11
+ sysconfigSetup: false