Skip to content

Commit 48c2d87

Browse files
kernel-overlay-install before penguins-eggs-install (#555)
1 parent 0618a8d commit 48c2d87

9 files changed

Lines changed: 25 additions & 23 deletions

pods/ci.local/penguins-eggs-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function tarballs_install {
8787
if [ -f /etc/os-release ]; then
8888
. /etc/os-release
8989
if [[ "$ID" == "debian" ]]; then
90-
debs_install
90+
tarballs_install
9191
elif [[ "$ID" == "devuan" ]]; then
9292
debs_install
9393
elif [[ "$ID" == "ubuntu" ]]; then

pods/ci.local/run-on-almalinux.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ dnf -y update
3636
# packages to be added for a minimum standard installation
3737
source ./minimal/almalinux-container2host.sh
3838

39-
# installing ggs
40-
source ./penguins-eggs-install.sh
41-
4239
# test mount -t overlay
4340
source ./kernel-overlay-install.sh
4441

42+
# installing eggs
43+
source ./penguins-eggs-install.sh
44+
4545
# systemd
4646
systemctl set-default multi-user.target
4747
systemctl enable [email protected]

pods/ci.local/run-on-archlinux.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ pacman -Syu --noconfirm
3636
# packages to be added for a minimum standard installation
3737
source ./minimal/archlinux-container2host.sh
3838

39-
# installing ggs
40-
source ./penguins-eggs-install.sh
41-
4239
# test mount -t overlay
4340
source ./kernel-overlay-install.sh
4441

42+
# installing ggs
43+
source ./penguins-eggs-install.sh
44+
4545
# systemd
4646
systemctl set-default multi-user.target
4747
systemctl enable [email protected]

pods/ci.local/run-on-debian.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ apt upgrade -y
3636
# packages to be added for a minimum standard installation
3737
source ./minimal/debian-container2host.sh
3838

39-
# installing ggs
40-
source ./penguins-eggs-install.sh
41-
4239
# test mount -t overlay
4340
source ./kernel-overlay-install.sh
4441

42+
# installing ggs
43+
source ./penguins-eggs-install.sh
44+
4545
# systemd
4646
systemctl set-default multi-user.target
4747
systemctl enable [email protected]

pods/ci.local/run-on-devuan.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ apt upgrade -y
3838
# packages to be added for a minimum standard installation
3939
source ./minimal/debian-container2host.sh
4040

41-
# installing ggs
42-
source ./penguins-eggs-install.sh
43-
4441
# test mount -t overlay
4542
source ./kernel-overlay-install.sh
4643

44+
# installing ggs
45+
source ./penguins-eggs-install.sh
46+
4747
# execute eggs
4848
source ./penguins-eggs-execute.sh

pods/ci.local/run-on-fedora.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ dnf -y update
3636
# packages to be added for a minimum standard installation
3737
source ./minimal/fedora-container2host.sh
3838

39-
# installing ggs
40-
source ./penguins-eggs-install.sh
4139

4240
# test mount -t overlay
4341
source ./kernel-overlay-install.sh
4442

43+
# installing ggs
44+
source ./penguins-eggs-install.sh
45+
4546
# systemd
4647
systemctl set-default multi-user.target
4748
systemctl enable [email protected]

pods/ci.local/run-on-manjaro.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ pacman -Syu --noconfirm
3636
source ./minimal/manjaro-container2host.sh
3737

3838

39-
# installing eggs
40-
source ./penguins-eggs-install.sh
41-
4239
# test mount -t overlay
4340
source ./kernel-overlay-install.sh
4441

42+
# installing eggs
43+
source ./penguins-eggs-install.sh
44+
4545
# systemd
4646
systemctl set-default multi-user.target
4747
systemctl enable [email protected]

pods/ci.local/run-on-rockylinux.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ dnf -y update
3636
# packages to be added for a minimum standard installation
3737
source ./minimal/almalinux-container2host.sh
3838

39-
# installing ggs
40-
source ./penguins-eggs-install.sh
4139

4240
# test mount -t overlay
4341
source ./kernel-overlay-install.sh
4442

43+
# installing ggs
44+
source ./penguins-eggs-install.sh
45+
4546
# systemd
4647
systemctl set-default multi-user.target
4748
systemctl enable [email protected]

pods/ci.local/run-on-ubuntu.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ apt upgrade -y
3838
# packages to be added for a minimum standard installation
3939
source ./minimal/debian-container2host.sh
4040

41-
# installing ggs
42-
source ./penguins-eggs-install.sh
43-
4441
# test mount -t overlay
4542
source ./kernel-overlay-install.sh
4643

44+
# installing ggs
45+
source ./penguins-eggs-install.sh
46+
4747
# systemd
4848
systemctl set-default multi-user.target
4949
systemctl enable [email protected]

0 commit comments

Comments
 (0)