Skip to content

Commit

Permalink
macaroni/live-setup-core: Bump v.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed May 14, 2023
1 parent 55b1824 commit 2fe38e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/macaroni/live-setup-core/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: "macaronios/funtoo-minimal:latest-amd64"
image: "macaronios/terragon-minimal:latest-amd64"
package_dir: /integration
steps:
- >-
Expand Down
2 changes: 1 addition & 1 deletion packages/macaroni/live-setup-core/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: live-setup-core
version: "0.4"
version: "0.5"
category: macaroni
requires:
- name: entities
Expand Down
4 changes: 4 additions & 0 deletions packages/macaroni/live-setup-core/scripts.d/03-general.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ setup_general() {
echo "Creating /etc/inittab..."
cp /var/lib/macaroni/inittab /etc/inittab -v

# Ensure that the /root directory is present to
# ensure that calamares-pkexec works correctly.
mkdir -p /root || true

# The suid is removed when the installation is completed.
chmod u+s /usr/bin/pkexec

Expand Down

0 comments on commit 2fe38e5

Please sign in to comment.