penguins-eggs 10.0.21 → 10.0.22

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 (45) hide show
  1. package/.oclif.manifest.json +1 -1
  2. package/README.md +33 -29
  3. package/conf/derivatives.yaml +1 -0
  4. package/conf/distros/alpine/README.md +3 -0
  5. package/conf/distros/noble/calamares/modules/automirror.yml +6 -0
  6. package/conf/distros/noble/calamares/modules/before_bootloader_context.yml +18 -0
  7. package/conf/distros/noble/calamares/modules/before_bootloader_mkdirs_context.yml +10 -0
  8. package/conf/distros/noble/calamares/modules/bootloader.yml +33 -0
  9. package/conf/distros/noble/calamares/modules/displaymanager.yml +9 -0
  10. package/conf/distros/noble/calamares/modules/finished.yml +3 -0
  11. package/conf/distros/noble/calamares/modules/fstab.yml +2 -0
  12. package/conf/distros/noble/calamares/modules/grubcfg.yml +3 -0
  13. package/conf/distros/noble/calamares/modules/locale.yml +8 -0
  14. package/conf/distros/noble/calamares/modules/machineid.yml +8 -0
  15. package/conf/distros/noble/calamares/modules/mount.yml +38 -0
  16. package/conf/distros/noble/calamares/modules/oemid.yml +2 -0
  17. package/conf/distros/noble/calamares/modules/packages.yml +17 -0
  18. package/conf/distros/noble/calamares/modules/partition.yml +21 -0
  19. package/conf/distros/noble/calamares/modules/pkgselect_context.yml +19 -0
  20. package/conf/distros/noble/calamares/modules/pkgselect_snap_context.yml +9 -0
  21. package/conf/distros/noble/calamares/modules/shellprocess_add386arch.yml +5 -0
  22. package/conf/distros/noble/calamares/modules/shellprocess_bug-LP#1829805.yml +5 -0
  23. package/conf/distros/noble/calamares/modules/shellprocess_fixconkeys_part1.yml +5 -0
  24. package/conf/distros/noble/calamares/modules/shellprocess_fixconkeys_part2.yml +5 -0
  25. package/conf/distros/noble/calamares/modules/shellprocess_logs.yml +5 -0
  26. package/conf/distros/noble/calamares/modules/shellprocess_oemprep.yml +5 -0
  27. package/conf/distros/noble/calamares/modules/umount.yml +4 -0
  28. package/conf/distros/noble/calamares/modules/unpackfs.yml +5 -0
  29. package/conf/distros/noble/calamares/modules/users.conf.oem +30 -0
  30. package/conf/distros/noble/calamares/modules/users.yml +23 -0
  31. package/conf/distros/noble/calamares/modules/welcome.yml +28 -0
  32. package/conf/distros/noble/calamares/settings.yml +87 -0
  33. package/dist/classes/distro.js +4 -3
  34. package/dist/classes/incubation/incubator.js +9 -0
  35. package/dist/classes/ovary.js +19 -18
  36. package/dist/classes/pacman.js +11 -9
  37. package/dist/classes/utils.d.ts +1 -0
  38. package/dist/classes/utils.js +44 -7
  39. package/dist/classes/xdg.js +0 -3
  40. package/dist/components/information.js +5 -2
  41. package/dist/krill/modules/machine-id.js +9 -1
  42. package/dist/krill/sequence.js +21 -17
  43. package/manpages/doc/man/eggs.1.gz +0 -0
  44. package/manpages/doc/man/eggs.html +587 -3
  45. package/package.json +7 -7
@@ -1461,5 +1461,5 @@
1461
1461
  ]
1462
1462
  }
1463
1463
  },
1464
- "version": "10.0.21"
1464
+ "version": "10.0.22"
1465
1465
  }
package/README.md CHANGED
@@ -42,7 +42,7 @@ penguins-eggs
42
42
  `penguins-eggs-10.0.x` depend on `nodejs >18`, not directly available in all the distros. We can rely on [nodesource](https://github.com/nodesource/distributions?tab=readme-ov-file#debian-and-ubuntu-based-distributions) adding them.
43
43
 
44
44
  ### using get-eggs
45
- It's the most pratical way and is valid for Arch, Debian, Devuan and Ubuntu. get-eggs configure automatically `nodesource` when need. Copy and paste:
45
+ It's the most pratical way and is valid for Arch, Debian, Devuan, Ubuntu and Alpine Linux. get-eggs configure automatically `nodesource` when need. Copy and paste:
46
46
  ```
47
47
  git clone https://github.com/pieroproietti/get-eggs
48
48
  cd get-eggs
@@ -59,6 +59,9 @@ Before to install `penguins-eggs-10.x` add the repos from `nodesource`, follow t
59
59
  #### Debian 9 stretch, Ubuntu 18.04 bionic
60
60
  Use the package `penguins-eggs-10.x.x-bionic-x` - compilated against node16 - and follow this [indications](https://github.com/pieroproietti/penguins-eggs/issues/368#issuecomment-2169961955) to get `nodejs>16` available.
61
61
 
62
+ ### Alpine Linux
63
+ Only source installation actully, consult [WAY-TO-ALPINE](https://github.com/pieroproietti/penguins-eggs/blob/master/DOCS/WAY-TO-ALPINE.md).
64
+
62
65
  # Introduction
63
66
 
64
67
  `penguins-eggs` is the package name of `eggs` a console tool, under continuous development, that allows you to remaster your system and redistribute it as live images on USB sticks or via PXE.
@@ -104,7 +107,8 @@ See [penguins-wardrobe](https://github.com/pieroproietti/penguins-wardrobe), for
104
107
  # Technology
105
108
  `eggs` is primarily written in TypeScript and is designed to be compatible with various Linux distributions. While there may be differences in package managers, paths, and other aspects, the underlying programs used to build the live system are generally the same.
106
109
 
107
- Currently, `eggs` supports several Linux distributions, including [Debian](https://www.debian.org/), [Devuan](https://www.devuan.org/), [Ubuntu](https://ubuntu.com/), [Arch](https://archlinux.org/), [Manjaro](https://manjaro.org/) and [derivatives](./conf/derivatives.yaml).
110
+ Currently, `eggs` supports several Linux distributions, including [Arch](https://archlinux.org/), [Debian](https://www.
111
+ debian.org/), [Devuan](https://www.devuan.org/), [Manjaro](https://manjaro.org/), [Ubuntu](https://ubuntu.com/) and [derivatives](./conf/derivatives.yaml).
108
112
 
109
113
  It also caters to different architectures, namely `amd64`, `i386`, and `arm64`.
110
114
 
@@ -486,7 +490,7 @@ EXAMPLES
486
490
  $ eggs adapt
487
491
  ```
488
492
 
489
- _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/adapt.ts)_
493
+ _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/adapt.ts)_
490
494
 
491
495
  ## `eggs analyze`
492
496
 
@@ -507,7 +511,7 @@ EXAMPLES
507
511
  sudo eggs analyze
508
512
  ```
509
513
 
510
- _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/analyze.ts)_
514
+ _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/analyze.ts)_
511
515
 
512
516
  ## `eggs autocomplete [SHELL]`
513
517
 
@@ -538,7 +542,7 @@ EXAMPLES
538
542
  $ eggs autocomplete --refresh-cache
539
543
  ```
540
544
 
541
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.1.11/src/commands/autocomplete/index.ts)_
545
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.0/src/commands/autocomplete/index.ts)_
542
546
 
543
547
  ## `eggs calamares`
544
548
 
@@ -571,7 +575,7 @@ EXAMPLES
571
575
  sudo eggs calamares --remove
572
576
  ```
573
577
 
574
- _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/calamares.ts)_
578
+ _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/calamares.ts)_
575
579
 
576
580
  ## `eggs config`
577
581
 
@@ -598,7 +602,7 @@ EXAMPLES
598
602
  sudo eggs config --clean --nointeractive
599
603
  ```
600
604
 
601
- _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/config.ts)_
605
+ _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/config.ts)_
602
606
 
603
607
  ## `eggs cuckoo`
604
608
 
@@ -618,7 +622,7 @@ EXAMPLES
618
622
  sudo eggs cuckoo
619
623
  ```
620
624
 
621
- _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/cuckoo.ts)_
625
+ _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/cuckoo.ts)_
622
626
 
623
627
  ## `eggs dad`
624
628
 
@@ -646,7 +650,7 @@ EXAMPLES
646
650
  sudo dad --default
647
651
  ```
648
652
 
649
- _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/dad.ts)_
653
+ _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/dad.ts)_
650
654
 
651
655
  ## `eggs export deb`
652
656
 
@@ -673,7 +677,7 @@ EXAMPLES
673
677
  $ eggs export deb --all
674
678
  ```
675
679
 
676
- _See code: [src/commands/export/deb.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/export/deb.ts)_
680
+ _See code: [src/commands/export/deb.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/export/deb.ts)_
677
681
 
678
682
  ## `eggs export iso`
679
683
 
@@ -698,7 +702,7 @@ EXAMPLES
698
702
  $ eggs export iso --clean
699
703
  ```
700
704
 
701
- _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/export/iso.ts)_
705
+ _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/export/iso.ts)_
702
706
 
703
707
  ## `eggs help [COMMAND]`
704
708
 
@@ -759,7 +763,7 @@ EXAMPLES
759
763
  sudo eggs install --chroot
760
764
  ```
761
765
 
762
- _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/install.ts)_
766
+ _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/install.ts)_
763
767
 
764
768
  ## `eggs kill`
765
769
 
@@ -782,7 +786,7 @@ EXAMPLES
782
786
  sudo eggs kill
783
787
  ```
784
788
 
785
- _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/kill.ts)_
789
+ _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/kill.ts)_
786
790
 
787
791
  ## `eggs krill`
788
792
 
@@ -841,7 +845,7 @@ EXAMPLES
841
845
  $ eggs mom
842
846
  ```
843
847
 
844
- _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/mom.ts)_
848
+ _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/mom.ts)_
845
849
 
846
850
  ## `eggs produce`
847
851
 
@@ -898,7 +902,7 @@ EXAMPLES
898
902
  sudo eggs produce --excludes home # exclude ~/*
899
903
  ```
900
904
 
901
- _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/produce.ts)_
905
+ _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/produce.ts)_
902
906
 
903
907
  ## `eggs status`
904
908
 
@@ -919,7 +923,7 @@ EXAMPLES
919
923
  $ eggs status
920
924
  ```
921
925
 
922
- _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/status.ts)_
926
+ _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/status.ts)_
923
927
 
924
928
  ## `eggs syncfrom`
925
929
 
@@ -945,7 +949,7 @@ EXAMPLES
945
949
  sudo eggs syncfrom --file /path/to/luks-volume
946
950
  ```
947
951
 
948
- _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/syncfrom.ts)_
952
+ _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/syncfrom.ts)_
949
953
 
950
954
  ## `eggs syncto`
951
955
 
@@ -972,7 +976,7 @@ EXAMPLES
972
976
  sudo eggs syncto --excludes
973
977
  ```
974
978
 
975
- _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/syncto.ts)_
979
+ _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/syncto.ts)_
976
980
 
977
981
  ## `eggs tools clean`
978
982
 
@@ -994,7 +998,7 @@ EXAMPLES
994
998
  sudo eggs tools clean
995
999
  ```
996
1000
 
997
- _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/tools/clean.ts)_
1001
+ _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/tools/clean.ts)_
998
1002
 
999
1003
  ## `eggs tools ppa`
1000
1004
 
@@ -1020,7 +1024,7 @@ EXAMPLES
1020
1024
  sudo eggs tools ppa --remove
1021
1025
  ```
1022
1026
 
1023
- _See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/tools/ppa.ts)_
1027
+ _See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/tools/ppa.ts)_
1024
1028
 
1025
1029
  ## `eggs tools skel`
1026
1030
 
@@ -1044,7 +1048,7 @@ EXAMPLES
1044
1048
  sudo eggs tools skel --user user-to-be-copied
1045
1049
  ```
1046
1050
 
1047
- _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/tools/skel.ts)_
1051
+ _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/tools/skel.ts)_
1048
1052
 
1049
1053
  ## `eggs tools stat`
1050
1054
 
@@ -1070,7 +1074,7 @@ EXAMPLES
1070
1074
  $ eggs tools stat --year
1071
1075
  ```
1072
1076
 
1073
- _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/tools/stat.ts)_
1077
+ _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/tools/stat.ts)_
1074
1078
 
1075
1079
  ## `eggs tools yolk`
1076
1080
 
@@ -1091,7 +1095,7 @@ EXAMPLES
1091
1095
  sudo eggs tools yolk
1092
1096
  ```
1093
1097
 
1094
- _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/tools/yolk.ts)_
1098
+ _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/tools/yolk.ts)_
1095
1099
 
1096
1100
  ## `eggs update`
1097
1101
 
@@ -1112,7 +1116,7 @@ EXAMPLES
1112
1116
  $ eggs update
1113
1117
  ```
1114
1118
 
1115
- _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/update.ts)_
1119
+ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/update.ts)_
1116
1120
 
1117
1121
  ## `eggs version`
1118
1122
 
@@ -1132,7 +1136,7 @@ FLAG DESCRIPTIONS
1132
1136
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
1133
1137
  ```
1134
1138
 
1135
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.9/src/commands/version.ts)_
1139
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.10/src/commands/version.ts)_
1136
1140
 
1137
1141
  ## `eggs wardrobe get [REPO]`
1138
1142
 
@@ -1158,7 +1162,7 @@ EXAMPLES
1158
1162
  $ eggs wardrobe get your-wardrobe
1159
1163
  ```
1160
1164
 
1161
- _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/wardrobe/get.ts)_
1165
+ _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/wardrobe/get.ts)_
1162
1166
 
1163
1167
  ## `eggs wardrobe list [REPO]`
1164
1168
 
@@ -1187,7 +1191,7 @@ EXAMPLES
1187
1191
  $ eggs wardrobe list --distro arch
1188
1192
  ```
1189
1193
 
1190
- _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/wardrobe/list.ts)_
1194
+ _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/wardrobe/list.ts)_
1191
1195
 
1192
1196
  ## `eggs wardrobe show [REPO]`
1193
1197
 
@@ -1217,7 +1221,7 @@ EXAMPLES
1217
1221
  $ eggs wardrobe show accessories/
1218
1222
  ```
1219
1223
 
1220
- _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/wardrobe/show.ts)_
1224
+ _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/wardrobe/show.ts)_
1221
1225
 
1222
1226
  ## `eggs wardrobe wear [REPO]`
1223
1227
 
@@ -1248,7 +1252,7 @@ EXAMPLES
1248
1252
  sudo eggs wardrobe wear wagtail/waydroid
1249
1253
  ```
1250
1254
 
1251
- _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.21/src/commands/wardrobe/wear.ts)_
1255
+ _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.22/src/commands/wardrobe/wear.ts)_
1252
1256
  <!-- commandsstop -->
1253
1257
 
1254
1258
  # penGUI
@@ -36,6 +36,7 @@
36
36
  family: debian
37
37
  ids:
38
38
  - lory # Parrot lory
39
+ - orchid # VanillaOS
39
40
 
40
41
  #
41
42
  # DEVUAN
@@ -0,0 +1,3 @@
1
+ # Alpine
2
+
3
+ It take all configuration of Debian buster
@@ -0,0 +1,6 @@
1
+ ---
2
+ baseUrl: archive.ubuntu.com
3
+ distribution: Lubuntu
4
+ geoip:
5
+ style: "xml"
6
+ url: "https://geoip.ubuntu.com/lookup"
@@ -0,0 +1,18 @@
1
+ # Make sure the correct bootloader package is installed for EFI.
2
+ # Also pull in shim so secureboot has a chance at working.
3
+ # Because of edge cases, we ignore BIOS, and do the same
4
+ # procedure for all EFI types.
5
+ ---
6
+ firmwareType:
7
+ bios: "-/bin/true"
8
+ "*":
9
+ - command: apt-cdrom add -m -d=/media/cdrom/
10
+ timeout: 10
11
+ - command: sed -i '/deb http/d' /etc/apt/sources.list
12
+ timeout: 10
13
+ - command: apt-get update
14
+ timeout: 10800
15
+ - 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)
16
+ timeout: 10800
17
+ - command: apt install -y --no-upgrade -o Acquire::gpgv::Options::=--ignore-time-conflict shim-signed
18
+ timeout: 10800
@@ -0,0 +1,10 @@
1
+ ---
2
+ dontChroot: true
3
+ timeout: 10
4
+ firmwareType:
5
+ efi:
6
+ - -cp /cdrom/casper/vmlinuz ${ROOT}/boot/vmlinuz-$(uname -r)
7
+ - -mkdir -pv ${ROOT}/media/cdrom
8
+ - -mount --bind /cdrom ${ROOT}/media/cdrom
9
+ bios:
10
+ - -cp /cdrom/casper/vmlinuz ${ROOT}/boot/vmlinuz-$(uname -r)
@@ -0,0 +1,33 @@
1
+ ---
2
+ efiBootLoader: "grub"
3
+
4
+ # systemd-boot configuration files settings, set kernel and initramfs file names
5
+ # and amount of time before default selection boots
6
+ kernel: "/vmlinuz-linux"
7
+ img: "/initramfs-linux.img"
8
+ fallback: "/initramfs-linux-fallback.img"
9
+ timeout: "10"
10
+ # Optionally set the menu entry name and kernel name to use in systemd-boot.
11
+ # If not specified here, these settings will be taken from branding.desc.
12
+ # bootloaderEntryName: "Generic GNU/Linux"
13
+ # kernelLine: ", with Stable-Kernel"
14
+ # fallbackKernelLine: ", with Stable-Kernel (fallback initramfs)"
15
+
16
+ # GRUB 2 binary names and boot directory
17
+ # Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.
18
+ grubInstall: "grub-install"
19
+ grubMkconfig: "grub-mkconfig"
20
+ grubCfg: "/boot/grub/grub.cfg"
21
+
22
+ # Optionally set the bootloader ID to use for EFI. This is passed to
23
+ # grub-install --bootloader-id.
24
+ #
25
+ # If not set here, the value from bootloaderEntryName from branding.desc
26
+ # is used, with problematic characters (space and slash) replaced.
27
+ #
28
+ # The ID is also used as a directory name within the EFI environment,
29
+ # and the bootloader is copied from /boot/efi/EFI/<dirname>/ . When
30
+ # setting the option here, take care to use only valid directory
31
+ # names since no sanitizing is done.
32
+ #
33
+ efiBootloaderId: "ubuntu"
@@ -0,0 +1,9 @@
1
+ displaymanagers:
2
+ - sddm
3
+
4
+ defaultDesktopEnvironment:
5
+ executable: "lxqt"
6
+ desktopFile: "Lubuntu"
7
+
8
+ basicSetup: false
9
+ sysconfigSetup: false
@@ -0,0 +1,3 @@
1
+ ---
2
+ restartNowMode: user-checked
3
+ restartNowCommand: "systemctl -i reboot"
@@ -0,0 +1,2 @@
1
+ crypttabOptions: luks,keyscript=/bin/cat
2
+ efiMountOptions: umask=0077
@@ -0,0 +1,3 @@
1
+ overwrite: false
2
+ defaults:
3
+ GRUB_ENABLE_CRYPTODISK: true
@@ -0,0 +1,8 @@
1
+ ---
2
+ region: "America"
3
+ zone: "New_York"
4
+ localeGenPath: "/etc/locale.gen"
5
+ geoip:
6
+ style: "xml"
7
+ url: "https://geoip.ubuntu.com/lookup"
8
+ selector: "TimeZone"
@@ -0,0 +1,8 @@
1
+ ---
2
+ # Whether to create /etc/machine-id for systemd.
3
+ systemd: true
4
+ # Whether to create /var/lib/dbus/machine-id for D-Bus.
5
+ dbus: true
6
+ # Whether /var/lib/dbus/machine-id should be a symlink to /etc/machine-id
7
+ # (ignored if dbus is false, or if there is no /etc/machine-id to point to).
8
+ dbus-symlink: true
@@ -0,0 +1,38 @@
1
+ extraMounts:
2
+ - device: proc
3
+ fs: proc
4
+ mountPoint: /proc
5
+ - device: sys
6
+ fs: sysfs
7
+ mountPoint: /sys
8
+ - device: /dev
9
+ mountPoint: /dev
10
+ options: [ bind ]
11
+ - device: tmpfs
12
+ fs: tmpfs
13
+ mountPoint: /run
14
+ - device: /run/udev
15
+ mountPoint: /run/udev
16
+ options: [ bind ]
17
+ - device: efivarfs
18
+ fs: efivarfs
19
+ mountPoint: /sys/firmware/efi/efivars
20
+ efi: true
21
+ - device: /run/systemd/resolve
22
+ mountPoint: /run/systemd/resolve
23
+ options: [ bind ]
24
+
25
+ mountOptions:
26
+ - filesystem: default
27
+ options: [ defaults ]
28
+ - filesystem: btrfs
29
+ options: [ defaults, noatime, autodefrag ]
30
+ ssdOptions: [ discard, compress=lzo ]
31
+ - filesystem: ext4
32
+ ssdOptions: [ discard ]
33
+ - filesystem: jfs
34
+ ssdOptions: [ discard ]
35
+ - filesystem: xfs
36
+ ssdOptions: [ discard ]
37
+ - filesystem: swap
38
+ ssdOptions: [ discard ]
@@ -0,0 +1,2 @@
1
+ ---
2
+ batch-identifier: lubuntu-2404-${DATE}
@@ -0,0 +1,17 @@
1
+ update_db: true
2
+ backend: apt
3
+ operations:
4
+ - remove:
5
+ - "^live-*"
6
+ - calamares-settings-lubuntu
7
+ - calamares
8
+ - zram-config
9
+ - cifs-utils
10
+ - lubuntu-installer-prompt
11
+ - try_install:
12
+ - language-pack-$LOCALE
13
+ - language-pack-gnome-$LOCALE
14
+ - language-pack-kde-$LOCALE
15
+ - hunspell-$LOCALE
16
+ - libreoffice-help-$LOCALE
17
+ - libreoffice-l10n-$LOCALE
@@ -0,0 +1,21 @@
1
+ efiSystemPartition: "/boot/efi"
2
+ enableLuksAutomatedPartitioning: true
3
+ luksGeneration: luks2
4
+ userSwapChoices:
5
+ - none
6
+ - file
7
+ initialSwapChoice: file
8
+ drawNestedPartitions: true
9
+ defaultFileSystemType: "ext4"
10
+ availableFileSystemTypes: ["ext4","btrfs","xfs"]
11
+ partitionLayout:
12
+ - name: "lubuntu_boot"
13
+ filesystem: ext4
14
+ noEncrypt: true
15
+ onlyPresentWithEncryption: true
16
+ mountPoint: "/boot"
17
+ size: 4G
18
+ - name: "lubuntu_2404"
19
+ filesystem: unknown
20
+ mountPoint: "/"
21
+ size: 100%
@@ -0,0 +1,19 @@
1
+ ---
2
+ dontChroot: false
3
+ timeout: 10800
4
+ "packages.minimalButton":
5
+ true:
6
+ - "DEBIAN_FRONTEND=noninteractive apt-get -y --purge remove snapd lubuntu-snap-installation-monitor vlc plasma-discover transmission-qt quassel 2048-qt featherpad noblenote kcalc qps zsync partitionmanager qapt-deb-installer picom qlipper qtpass libreoffice*"
7
+ - "apt-get -y autoremove"
8
+ "packages.partyButton":
9
+ true:
10
+ - "DEBIAN_FRONTEND=noninteractive apt-get update"
11
+ - "DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-restricted-addons unrar"
12
+ "packages.updatesButton":
13
+ true:
14
+ - "DEBIAN_FRONTEND=noninteractive apt-get update"
15
+ - "DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::='--force-confnew' full-upgrade"
16
+ "packages.virtmanagerButton":
17
+ true:
18
+ - "DEBIAN_FRONTEND=noninteractive apt-get update"
19
+ - "DEBIAN_FRONTEND=noninteractive apt-get -y install virt-manager"
@@ -0,0 +1,9 @@
1
+ ---
2
+ dontChroot: true
3
+ timeout: 10800
4
+ "packages.elementButton":
5
+ true: "snap-seed-glue --seed ${ROOT}/var/lib/snapd/seed element-desktop"
6
+ "packages.kritaButton":
7
+ true: "snap-seed-glue --seed ${ROOT}/var/lib/snapd/seed krita"
8
+ "packages.thunderbirdButton":
9
+ true: "snap-seed-glue --seed ${ROOT}/var/lib/snapd/seed thunderbird"
@@ -0,0 +1,5 @@
1
+ ---
2
+ dontChroot: false
3
+ timeout: 30
4
+ script:
5
+ - command: "/usr/bin/dpkg --add-architecture i386"
@@ -0,0 +1,5 @@
1
+ ---
2
+ dontChroot: false
3
+ timeout: 30
4
+ script:
5
+ - "touch ${ROOT}/boot/initrd.img-$(uname -r)"
@@ -0,0 +1,5 @@
1
+ ---
2
+ dontChroot: true
3
+ timeout: 30
4
+ script:
5
+ - /usr/libexec/fixconkeys-part1 ${ROOT}
@@ -0,0 +1,5 @@
1
+ ---
2
+ dontChroot: false
3
+ timeout: 10800
4
+ script:
5
+ - /usr/libexec/fixconkeys-part2
@@ -0,0 +1,5 @@
1
+ ---
2
+ dontChroot: true
3
+ timeout: 30
4
+ script:
5
+ - calamares-logs-helper ${ROOT}
@@ -0,0 +1,5 @@
1
+ ---
2
+ dontChroot: true
3
+ timeout: 120
4
+ script:
5
+ - "/usr/libexec/calamares-oemprep.sh ${ROOT}"
@@ -0,0 +1,4 @@
1
+ ---
2
+ # Setting emergency to true will make it so this module is still run
3
+ # when a prior module fails
4
+ emergency: true
@@ -0,0 +1,5 @@
1
+ ---
2
+ unpack:
3
+ - source: "/cdrom/casper/filesystem.squashfs"
4
+ sourcefs: "squashfs"
5
+ destination: ""
@@ -0,0 +1,30 @@
1
+ ---
2
+ doAutologin: false
3
+ setRootPassword: false
4
+ sudoersGroup: sudo
5
+ defaultGroups:
6
+ - adm
7
+ - cdrom
8
+ - dip
9
+ - lpadmin
10
+ - plugdev
11
+ - name: sambashare
12
+ must_exist: false
13
+ system: true
14
+ - sudo
15
+ passwordRequirements:
16
+ minLength: 1
17
+ maxLength: -1
18
+ # Explicitly set the shell instead of deferring to Calamares. We have a platform
19
+ # expectation derived from Ubuntu here.
20
+ user:
21
+ shell: /bin/bash
22
+ forbidden_names: [ root ]
23
+ # Force the user of an OEM user
24
+ presets:
25
+ fullName:
26
+ value: "OEM configuration"
27
+ editable: false
28
+ loginName:
29
+ value: "oem"
30
+ editable: false
@@ -0,0 +1,23 @@
1
+ ---
2
+ doAutologin: false
3
+ setRootPassword: false
4
+ sudoersGroup: sudo
5
+ defaultGroups:
6
+ - adm
7
+ - cdrom
8
+ - dip
9
+ - lpadmin
10
+ - plugdev
11
+ - name: sambashare
12
+ must_exist: false
13
+ system: true
14
+ - sudo
15
+ passwordRequirements:
16
+ minLength: 1
17
+ maxLength: -1
18
+ # Explicitly set the shell instead of deferring to Calamares. We have a platform
19
+ # expectation derived from Ubuntu here.
20
+ user:
21
+ shell: /bin/bash
22
+ forbidden_names: [ root ]
23
+ allowActiveDirectory: true
@@ -0,0 +1,28 @@
1
+ ---
2
+ showSupportUrl: true
3
+ showKnownIssuesUrl: true
4
+ showReleaseNotesUrl: true
5
+ # WARNING: Calamares documentation indicates that showDonateUrl will be moved to branding in the future. Be prepared for things to break right here.
6
+ showDonateUrl: https://lubuntu.me/donate/
7
+
8
+ requirements:
9
+ requiredStorage: 8
10
+ requiredRam: 0.5
11
+ internetCheckUrl: https://lubuntu.me
12
+
13
+ check:
14
+ - storage
15
+ - ram
16
+ - power
17
+ - internet
18
+ - root
19
+ required:
20
+ - root
21
+ - storage
22
+ - ram
23
+
24
+ # GeoIP is effectively disabled by setting style to "none"
25
+ geoip:
26
+ style: "none"
27
+ url: "https://geoip.ubuntu.com/lookup"
28
+ selector: "CountryCode"