penguins-eggs 9.6.22 → 9.6.34
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/.oclif.manifest.json +1 -1
- package/README.md +926 -414
- package/conf/derivatives.yaml +21 -3
- package/conf/distros/README.md +25 -0
- package/conf/distros/bionic/calamares/calamares-modules/sources-yolk/module.yml +8 -0
- package/conf/distros/bionic/calamares/calamares-modules/sources-yolk/sources-yolk.sh +82 -0
- package/conf/distros/bionic/calamares/modules/packages.yml +6 -0
- package/conf/distros/{rolling/calamares-32 → bionic/calamares}/modules/removeuser.yml +2 -3
- package/conf/distros/bionic/calamares/modules/unpackfs.yml +6 -0
- package/conf/distros/buster/calamares/modules/bootloader.yml +2 -1
- package/conf/distros/buster/calamares/modules/mount.yml +2 -2
- package/conf/distros/focal/calamares/modules/after_bootloader_context.yml +10 -1
- package/conf/distros/focal/calamares/modules/before_bootloader_mkdirs_context.yml +4 -4
- package/conf/distros/focal/calamares/modules/mount.yml +2 -2
- package/conf/distros/focal/calamares/modules/shellprocess_bug-LP#1829805.yml +1 -1
- package/conf/distros/focal/calamares/modules/shellprocess_logs.yml +1 -1
- package/conf/distros/stretch/krill/krill-modules/bootloader-config/bootloader-config.sh +28 -0
- package/conf/distros/stretch/krill/krill-modules/bootloader-config/module.yml +8 -0
- package/conf/distros/stretch/krill/krill-modules/remove-link/module.yml +9 -0
- package/conf/distros/stretch/krill/krill-modules/remove-link/remove-link.sh +5 -0
- package/conf/distros/stretch/krill/krill-modules/sources-yolk/module.yml +8 -0
- package/conf/distros/stretch/krill/krill-modules/sources-yolk/sources-yolk.sh +75 -0
- package/conf/distros/stretch/krill/krill-modules/sources-yolk-unmount/module.yml +8 -0
- package/conf/distros/stretch/krill/modules/partitions.yml +8 -0
- package/conf/distros/stretch/krill/modules/removeuser.yml +15 -0
- package/conf/distros/{rolling/calamares-32 → stretch/krill}/settings.yml +50 -11
- package/conf/eggs.yaml +2 -9
- package/conf/exclude.list.custom +2 -2
- package/conf/exclude.list.template +9 -51
- package/conf/exclude.list.usr +43 -0
- package/dist/classes/distro.js +2 -2
- package/dist/classes/families/archlinux.js +5 -4
- package/dist/classes/incubation/branding.js +4 -3
- package/dist/classes/incubation/fisherman.js +15 -1
- package/dist/classes/incubation/installer.js +3 -1
- package/dist/classes/ovary.js +41 -17
- package/dist/classes/pacman.js +9 -5
- package/dist/classes/settings.js +2 -1
- package/dist/classes/utils.js +19 -4
- package/dist/classes/xdg.js +21 -8
- package/dist/commands/produce.js +26 -8
- package/dist/commands/status.js +2 -0
- package/dist/commands/wardrobe/get.js +1 -0
- package/dist/commands/wardrobe/list.js +1 -0
- package/dist/commands/wardrobe/show.js +1 -0
- package/dist/lib/dependencies.js +18 -18
- package/manpages/doc/man/eggs.1.gz +0 -0
- package/manpages/doc/man/eggs.html +10 -12
- package/mkinitcpio/biglinux/live.conf +74 -0
- package/mkinitcpio/biglinux/mkinitcpio.conf +73 -0
- package/package.json +23 -23
- package/scripts/_eggs +3 -2
- package/scripts/eggs.bash +1 -1
- package/conf/distros/rolling/calamares-32/modules/displaymanager.yml +0 -23
- package/conf/distros/rolling/calamares-32/modules/finished.yml +0 -6
- package/conf/distros/rolling/calamares-32/modules/fstab.yml +0 -14
- package/conf/distros/rolling/calamares-32/modules/locale.yml +0 -11
- package/conf/distros/rolling/calamares-32/modules/mount.yml +0 -39
- package/conf/distros/rolling/calamares-32/modules/packages.yml +0 -11
- package/conf/distros/rolling/calamares-32/modules/partition.yml +0 -283
- package/conf/distros/rolling/calamares-32/modules/shellprocess_removelink.yml +0 -8
- package/conf/distros/rolling/calamares-32/modules/unpackfs.yml +0 -7
- package/conf/distros/rolling/calamares-32/modules/users.yml +0 -20
package/conf/derivatives.yaml
CHANGED
|
@@ -26,9 +26,15 @@
|
|
|
26
26
|
family: debian
|
|
27
27
|
ids:
|
|
28
28
|
- kali-rolling # kali
|
|
29
|
-
- faye
|
|
30
|
-
- Sparky
|
|
31
|
-
- ara
|
|
29
|
+
- faye # LMDE 6
|
|
30
|
+
- Sparky # SparkyLinux 7
|
|
31
|
+
- ara # Parrot ara
|
|
32
|
+
- lory # Parrot lory
|
|
33
|
+
|
|
34
|
+
# trixie
|
|
35
|
+
- id: trixie
|
|
36
|
+
distroLike: Debian
|
|
37
|
+
family: debian
|
|
32
38
|
|
|
33
39
|
#
|
|
34
40
|
# DEVUAN
|
|
@@ -47,6 +53,13 @@
|
|
|
47
53
|
ids:
|
|
48
54
|
- daedalus-ceres # "daedalus ceres"
|
|
49
55
|
|
|
56
|
+
# excalibur derivated
|
|
57
|
+
- id: excalibur
|
|
58
|
+
distroLike: Devuan
|
|
59
|
+
family: debian
|
|
60
|
+
ids:
|
|
61
|
+
- "excalibur"
|
|
62
|
+
|
|
50
63
|
#
|
|
51
64
|
# UBUNTU
|
|
52
65
|
#
|
|
@@ -84,6 +97,7 @@
|
|
|
84
97
|
- vanessa # Linux Mint
|
|
85
98
|
- vera # Linux Mint
|
|
86
99
|
- victoria # Linux Mint
|
|
100
|
+
- virginia # LinuxMint
|
|
87
101
|
|
|
88
102
|
- id: devel
|
|
89
103
|
distroLike: Ubuntu
|
|
@@ -92,6 +106,7 @@
|
|
|
92
106
|
- devel # Rhino
|
|
93
107
|
- lunar # Ubuntu lunar 23.04
|
|
94
108
|
- mantic # Ubuntu lunar 23.10
|
|
109
|
+
- noble # Ubuntu noble
|
|
95
110
|
|
|
96
111
|
#
|
|
97
112
|
# ARCH
|
|
@@ -102,6 +117,9 @@
|
|
|
102
117
|
ids:
|
|
103
118
|
- n/a # Arch
|
|
104
119
|
|
|
120
|
+
# BluestarLinux
|
|
121
|
+
- BluestarLinux
|
|
122
|
+
|
|
105
123
|
# Garuda
|
|
106
124
|
- Raptor
|
|
107
125
|
- Spizaetus
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# PATCHING EGGS for calamares 3.3
|
|
2
|
+
|
|
3
|
+
All the Debian versions inherit from buster for modules (they end on `/etc/calamares/modules`) and calamares-modules (they end on `/usr/lib/x86_64-linux-gnu/calamares/modules/`), Ubuntu focal inherit from buster too for `calamares-modules`, all the others Ubuntu versions inherit from focal.
|
|
4
|
+
|
|
5
|
+
# changes on configuration from calamares 3.2 to 3.3
|
|
6
|
+
|
|
7
|
+
- `${ROOT}` -> `${ROOT}`
|
|
8
|
+
- `options: bind` -> `options: [ bind ]`
|
|
9
|
+
|
|
10
|
+
## Debian
|
|
11
|
+
|
|
12
|
+
- modules/mount.yml
|
|
13
|
+
|
|
14
|
+
## Ubuntu
|
|
15
|
+
- modules/after_bootloader_context.yml
|
|
16
|
+
- modules/before_bootloader_context.yml
|
|
17
|
+
- modules/mount.yml
|
|
18
|
+
|
|
19
|
+
## Arch
|
|
20
|
+
Must to see: actually we are using calamares from Arcolinux.
|
|
21
|
+
|
|
22
|
+
## Manjaro
|
|
23
|
+
Using calamares 3.2
|
|
24
|
+
|
|
25
|
+
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
|
|
3
|
+
#
|
|
4
|
+
# We use just yolk during installation
|
|
5
|
+
#
|
|
6
|
+
# sources-yolk.sh
|
|
7
|
+
# add yolk, rimuove LIST, LIST.d ed esegue apt non autenticato
|
|
8
|
+
#
|
|
9
|
+
# sources-yolk.sh -u
|
|
10
|
+
# remove yolk, restore LIST, LIST.d ed esegue apt non autenticato
|
|
11
|
+
|
|
12
|
+
#
|
|
13
|
+
#
|
|
14
|
+
#
|
|
15
|
+
main() {
|
|
16
|
+
if [ "$1" = "-u" ]; then
|
|
17
|
+
restore
|
|
18
|
+
else
|
|
19
|
+
backup
|
|
20
|
+
yolk
|
|
21
|
+
fi
|
|
22
|
+
sync
|
|
23
|
+
exit 0
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
#
|
|
27
|
+
#
|
|
28
|
+
#
|
|
29
|
+
backup() {
|
|
30
|
+
if [ -f "$BACKUP" ]; then
|
|
31
|
+
rm -f "$BACKUP"
|
|
32
|
+
fi
|
|
33
|
+
|
|
34
|
+
if [ -d "$BACKUP_D" ]; then
|
|
35
|
+
rm -rf "$BACKUP_D"
|
|
36
|
+
fi
|
|
37
|
+
|
|
38
|
+
mv "$LIST" "$BACKUP"
|
|
39
|
+
|
|
40
|
+
mv "$LIST_D" "$BACKUP_D"
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
#
|
|
44
|
+
#
|
|
45
|
+
#
|
|
46
|
+
restore() {
|
|
47
|
+
if [ -f "$LIST" ]; then
|
|
48
|
+
rm -f "$LIST"
|
|
49
|
+
fi
|
|
50
|
+
|
|
51
|
+
if [ -d "$LIST_D" ]; then
|
|
52
|
+
rm -rf "$LIST_D"
|
|
53
|
+
fi
|
|
54
|
+
|
|
55
|
+
mv "$BACKUP" "$LIST"
|
|
56
|
+
|
|
57
|
+
mv "$BACKUP_D" "$LIST_D"
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
#
|
|
61
|
+
#
|
|
62
|
+
#
|
|
63
|
+
yolk() {
|
|
64
|
+
mkdir -p "$LIST_D"
|
|
65
|
+
echo "deb [trusted=yes] file:/var/local/yolk ./" > "$LIST_D/yolk.list"
|
|
66
|
+
touch "$LIST"
|
|
67
|
+
chroot "$CHROOT" apt-get update
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
#
|
|
71
|
+
# WE START HERE
|
|
72
|
+
#
|
|
73
|
+
CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
|
|
74
|
+
|
|
75
|
+
LIST="$CHROOT/etc/apt/sources.list"
|
|
76
|
+
BACKUP="$LIST.backup"
|
|
77
|
+
|
|
78
|
+
LIST_D="$LIST.d"
|
|
79
|
+
BACKUP_D="$LIST_D.backup"
|
|
80
|
+
|
|
81
|
+
main "$1"
|
|
82
|
+
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
#
|
|
2
|
-
# Calamares 3.2
|
|
1
|
+
# Debian Buster
|
|
3
2
|
# removeuser
|
|
4
3
|
# SPDX-FileCopyrightText: no
|
|
5
4
|
# SPDX-License-Identifier: CC0-1.0
|
|
@@ -13,4 +12,4 @@
|
|
|
13
12
|
# continues as normal.
|
|
14
13
|
---
|
|
15
14
|
# Username in the target system to be removed.
|
|
16
|
-
username:
|
|
15
|
+
username: {{username}}
|
|
@@ -53,4 +53,5 @@ efiBootloaderId: "Debian"
|
|
|
53
53
|
# seems to be the only one). If you set this to false, take care
|
|
54
54
|
# to add another module to optionally install the fallback on those
|
|
55
55
|
# boards that need it.
|
|
56
|
-
installEFIFallback: false
|
|
56
|
+
# NOTE: eggs unti calamres 3.2 was installEFIFallback: false
|
|
57
|
+
installEFIFallback: true
|
|
@@ -23,13 +23,13 @@ extraMounts:
|
|
|
23
23
|
mountPoint: /sys
|
|
24
24
|
- device: /dev
|
|
25
25
|
mountPoint: /dev
|
|
26
|
-
options:
|
|
26
|
+
options: {{{options}}}
|
|
27
27
|
- device: tmpfs
|
|
28
28
|
fs: tmpfs
|
|
29
29
|
mountPoint: /run
|
|
30
30
|
- device: /run/udev
|
|
31
31
|
mountPoint: /run/udev
|
|
32
|
-
options:
|
|
32
|
+
options: {{{options}}}
|
|
33
33
|
|
|
34
34
|
extraMountsEfi:
|
|
35
35
|
- device: efivarfs
|
|
@@ -7,4 +7,13 @@
|
|
|
7
7
|
dontChroot: false
|
|
8
8
|
timeout: 120
|
|
9
9
|
firmwareType:
|
|
10
|
-
|
|
10
|
+
efi:
|
|
11
|
+
# grub hack
|
|
12
|
+
- -mkdir /boot/efi/EFI/ubuntu
|
|
13
|
+
- -cp /boot/efi/EFI/neon/grub.cfg /boot/efi/EFI/ubuntu/
|
|
14
|
+
- command: -apt-get update
|
|
15
|
+
timeout: 60
|
|
16
|
+
|
|
17
|
+
bios:
|
|
18
|
+
- command: -apt-get update
|
|
19
|
+
timeout: 60
|
|
@@ -4,8 +4,8 @@ dontChroot: true
|
|
|
4
4
|
timeout: 10
|
|
5
5
|
firmwareType:
|
|
6
6
|
efi:
|
|
7
|
-
- -cp /cdrom/casper/vmlinuz
|
|
8
|
-
- -mkdir -pv
|
|
9
|
-
- -mount --bind /cdrom
|
|
7
|
+
- -cp /cdrom/casper/vmlinuz ${ROOT}/boot/vmlinuz-$(uname -r)
|
|
8
|
+
- -mkdir -pv ${ROOT}/media/cdrom
|
|
9
|
+
- -mount --bind /cdrom ${ROOT}/media/cdrom
|
|
10
10
|
bios:
|
|
11
|
-
- -cp /cdrom/casper/vmlinuz
|
|
11
|
+
- -cp /cdrom/casper/vmlinuz ${ROOT}/boot/vmlinuz-$(uname -r)
|
|
@@ -9,13 +9,13 @@ extraMounts:
|
|
|
9
9
|
mountPoint: /sys
|
|
10
10
|
- device: /dev
|
|
11
11
|
mountPoint: /dev
|
|
12
|
-
options:
|
|
12
|
+
options: {{{options}}}
|
|
13
13
|
- device: tmpfs
|
|
14
14
|
fs: tmpfs
|
|
15
15
|
mountPoint: /run
|
|
16
16
|
- device: /run/udev
|
|
17
17
|
mountPoint: /run/udev
|
|
18
|
-
options:
|
|
18
|
+
options: {{{options}}}
|
|
19
19
|
|
|
20
20
|
extraMountsEfi:
|
|
21
21
|
- device: efivarfs
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
|
|
3
|
+
CHROOT=$(mount | grep proc | grep krill | awk '{print $3}' | sed -e "s#/proc##g")
|
|
4
|
+
|
|
5
|
+
# Creo la directory $CHROOT/tmp se mancante
|
|
6
|
+
TMPDIR=$CHROOT/tmp
|
|
7
|
+
if [ ! -d $TMPDIR ]; then
|
|
8
|
+
echo mkdir $TMPDIR
|
|
9
|
+
fi
|
|
10
|
+
# eseguo apt update
|
|
11
|
+
chroot $CHROOT apt-get -y --allow-unauthenticated update
|
|
12
|
+
# Set secure permissions for the initramfs if we're configuring
|
|
13
|
+
# full-disk-encryption. The initramfs is re-generated later in the
|
|
14
|
+
# installation process so we only set the permissions snippet without
|
|
15
|
+
# regenerating the initramfs right now:
|
|
16
|
+
if [ "$(mount | grep $CHROOT" " | cut -c -16)" = "/dev/mapper/luks" ]; then
|
|
17
|
+
echo "UMASK=0077" > $CHROOT/etc/initramfs-tools/conf.d/initramfs-permissions
|
|
18
|
+
fi
|
|
19
|
+
|
|
20
|
+
echo "Running bootloader-config..."
|
|
21
|
+
|
|
22
|
+
if [ -d /sys/firmware/efi/efivars ]; then
|
|
23
|
+
echo " * Installing grub-efi (uefi)..."
|
|
24
|
+
DEBIAN_FRONTEND=nointeractive chroot $CHROOT apt-get -y --allow-unauthenticated install grub-efi-amd64 cryptsetup keyutils
|
|
25
|
+
else
|
|
26
|
+
echo " * install grub... (bios)"
|
|
27
|
+
DEBIAN_FRONTEND=nointeractive chroot $CHROOT apt-get -y --allow-unauthenticated install grub-pc cryptsetup
|
|
28
|
+
fi
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
CHROOT=$(mount | grep proc | grep krill | awk '{print $3}' | sed -e "s#/proc##g")
|
|
3
|
+
rm $CHROOT/usr/share/applications/install-system.desktop
|
|
4
|
+
rm $CHROOT/usr/share/applications/penguins-krill.desktop
|
|
5
|
+
rm $CHROOT/usr/share/applications/penguins-clinstaller.desktop
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
|
|
3
|
+
#
|
|
4
|
+
# Questa versione utilizza SOLO yolk
|
|
5
|
+
# durante l'installazione.
|
|
6
|
+
# sources-yolk.sh
|
|
7
|
+
# aggiunge yolk, rimuove list ed esegue apt non autenticato
|
|
8
|
+
# sources-yolk.sh
|
|
9
|
+
# -u rimuove yolk e ri-aggiunge le list
|
|
10
|
+
|
|
11
|
+
function main {
|
|
12
|
+
#####################################################################
|
|
13
|
+
# unmount: remove yolk.list
|
|
14
|
+
#####################################################################
|
|
15
|
+
if [ "$1" = "-u" ]; then
|
|
16
|
+
remove_yolk
|
|
17
|
+
else
|
|
18
|
+
add_yolk
|
|
19
|
+
fi
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
#####################################################################
|
|
24
|
+
function remove_list {
|
|
25
|
+
if [ -f "$LIST_BACKUP" ]; then
|
|
26
|
+
rm "$LIST_BACKUP"
|
|
27
|
+
fi
|
|
28
|
+
mv "$LIST $LIST_BACKUP"
|
|
29
|
+
|
|
30
|
+
if [ -d "$LIST_D_BACKUP" ]; then
|
|
31
|
+
rm "$LIST_D_BACKUP" -rf
|
|
32
|
+
fi
|
|
33
|
+
mv "$LIST_D $APT_LIST_D_BACKUP"
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
function add_list {
|
|
37
|
+
if [ -f "$LIST" ]; then
|
|
38
|
+
rm "$LIST"
|
|
39
|
+
fi
|
|
40
|
+
mv "$APT_LIST_BACKUP $LIST"
|
|
41
|
+
|
|
42
|
+
if [ -d "$LIST_D" ]; then
|
|
43
|
+
rm "$LIST_D" -rf
|
|
44
|
+
fi
|
|
45
|
+
mv "$LIST_D_BACKUP $LIST_D"
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
function add_yolk {
|
|
50
|
+
remove_list
|
|
51
|
+
cat << EOF > $CHROOT/etc/apt/sources.list.d/yolk.list
|
|
52
|
+
deb [trusted=yes] file:/var/local/yolk ./
|
|
53
|
+
EOF
|
|
54
|
+
chroot $CHROOT apt-get --allow-unauthenticated update -y
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
function remove_yolk {
|
|
58
|
+
add_list
|
|
59
|
+
rm $CHROOT/etc/apt/sources.list.d/yolk.list
|
|
60
|
+
chroot $CHROOT apt-get update -y
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
# Lo script inizia qui
|
|
66
|
+
CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
|
|
67
|
+
|
|
68
|
+
LIST = "$CHROOT/etc/apt/sources.list"
|
|
69
|
+
LIST_BACKUP = "$LIST.backup"
|
|
70
|
+
|
|
71
|
+
LIST_D = "$CHROOT/etc/apt/sources.list.d"
|
|
72
|
+
LIST_D_BACKUP = "$LIST_D.backup"
|
|
73
|
+
|
|
74
|
+
main $1
|
|
75
|
+
exit 0
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Debian Buster
|
|
2
|
+
# removeuser
|
|
3
|
+
# SPDX-FileCopyrightText: no
|
|
4
|
+
# SPDX-License-Identifier: CC0-1.0
|
|
5
|
+
#
|
|
6
|
+
# Removes a single user (with userdel) from the system.
|
|
7
|
+
# This is typically used in OEM setups or if the live user
|
|
8
|
+
# spills into the target system.
|
|
9
|
+
#
|
|
10
|
+
# The module never fails; if userdel fails, this is logged
|
|
11
|
+
# but the module still reports success and installation / setup
|
|
12
|
+
# continues as normal.
|
|
13
|
+
---
|
|
14
|
+
# Username in the target system to be removed.
|
|
15
|
+
username: {{username}}
|
|
@@ -1,9 +1,41 @@
|
|
|
1
|
-
#
|
|
2
|
-
# Calamares 3.2
|
|
3
|
-
# setiing
|
|
1
|
+
# Debian jessie, stretch
|
|
4
2
|
---
|
|
5
3
|
# "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
|
|
6
|
-
modules-search: [local, /usr/lib/calamares/modules
|
|
4
|
+
modules-search: [ local, /usr/lib/calamares/modules ]
|
|
5
|
+
|
|
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
|
|
7
39
|
|
|
8
40
|
instances:
|
|
9
41
|
- id: cleanup
|
|
@@ -20,7 +52,7 @@ sequence:
|
|
|
20
52
|
- locale
|
|
21
53
|
- keyboard
|
|
22
54
|
- partition
|
|
23
|
-
|
|
55
|
+
{{createUsers}}users
|
|
24
56
|
- summary
|
|
25
57
|
|
|
26
58
|
# Phase 2 - install.
|
|
@@ -33,22 +65,30 @@ sequence:
|
|
|
33
65
|
- partition
|
|
34
66
|
- mount
|
|
35
67
|
- unpackfs
|
|
36
|
-
-
|
|
68
|
+
# dpkg-unsafe-io
|
|
69
|
+
- sources-yolk
|
|
70
|
+
{{hasSystemd}}machineid
|
|
37
71
|
- fstab
|
|
38
72
|
- locale
|
|
39
73
|
- keyboard
|
|
40
74
|
- localecfg
|
|
41
|
-
|
|
42
|
-
|
|
75
|
+
{{createUsers}}users
|
|
76
|
+
{{hasDisplaymanager}}displaymanager
|
|
43
77
|
- networkcfg
|
|
44
78
|
- hwclock
|
|
79
|
+
{{hasSystemd}}services-systemd
|
|
80
|
+
- bootloader-config
|
|
45
81
|
- grubcfg
|
|
46
82
|
- bootloader
|
|
47
83
|
- packages
|
|
48
84
|
- luksbootkeyfile
|
|
49
85
|
- plymouthcfg
|
|
86
|
+
- initramfscfg
|
|
87
|
+
- initramfs
|
|
88
|
+
# dpkg-unsafe-io-undo
|
|
50
89
|
- removeuser
|
|
51
|
-
|
|
90
|
+
- sources-yolk-undo
|
|
91
|
+
- cleanup
|
|
52
92
|
- umount
|
|
53
93
|
|
|
54
94
|
# Phase 3 - postinstall.
|
|
@@ -66,7 +106,7 @@ sequence:
|
|
|
66
106
|
# Only the name of the branding component (directory) should be
|
|
67
107
|
# specified here, Calamares then takes care of finding it and
|
|
68
108
|
# loading the contents.
|
|
69
|
-
branding:
|
|
109
|
+
branding: {{branding}}
|
|
70
110
|
|
|
71
111
|
# If this is set to true, Calamares will show an "Are you sure?" prompt right
|
|
72
112
|
# before each execution phase, i.e. at points of no return. If this is set to
|
|
@@ -88,4 +128,3 @@ prompt-install: false
|
|
|
88
128
|
#
|
|
89
129
|
# YAML: boolean.
|
|
90
130
|
dont-chroot: false
|
|
91
|
-
|
package/conf/eggs.yaml
CHANGED
|
@@ -34,7 +34,7 @@ force_installer: true
|
|
|
34
34
|
make_efi: true
|
|
35
35
|
|
|
36
36
|
# Create md5sum file, default true
|
|
37
|
-
make_md5sum:
|
|
37
|
+
make_md5sum: false
|
|
38
38
|
|
|
39
39
|
# make_isohybrid, default true
|
|
40
40
|
make_isohybrid: true
|
|
@@ -43,18 +43,11 @@ make_isohybrid: true
|
|
|
43
43
|
compression: xz
|
|
44
44
|
|
|
45
45
|
# Allow password login to ssh for users (not root).
|
|
46
|
-
ssh_pass:
|
|
46
|
+
ssh_pass: false
|
|
47
47
|
|
|
48
48
|
# timezone
|
|
49
49
|
timezone: Europe/Rome
|
|
50
50
|
|
|
51
|
-
# locales_default, default env.LANG or en_US.UTF-8
|
|
52
|
-
locales_default:
|
|
53
|
-
|
|
54
|
-
# locales, default: locales_default + en_US.UTF-8
|
|
55
|
-
locales:
|
|
56
|
-
- en_US.UTF-8
|
|
57
|
-
|
|
58
51
|
# it's still used?
|
|
59
52
|
pmount_fixed: false
|
|
60
53
|
|
package/conf/exclude.list.custom
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
|
-
# CUSTOM: You can add yours exclusions here
|
|
3
|
-
blissos/data.img
|
|
2
|
+
# CUSTOM: You can add yours exclusions here: expample
|
|
3
|
+
# blissos/data.img
|