mirror of
https://github.com/Mexit/AlpDock.git
synced 2025-04-26 15:59:53 +03:00
Minor improvements
This commit is contained in:
parent
0012d5b05d
commit
7c6a308f96
2 changed files with 1 additions and 2 deletions
2
.github/workflows/build_iso.yml
vendored
2
.github/workflows/build_iso.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
dosfstools grub-efi
|
||||
|
||||
- name: Download aports
|
||||
run: git clone --single-branch https://git.alpinelinux.org/aports
|
||||
run: git clone --single-branch https://gitlab.alpinelinux.org/alpine/aports.git
|
||||
|
||||
- name: Configure build keys
|
||||
run: echo | abuild-keygen -i -a
|
||||
|
|
|
@ -70,7 +70,6 @@ makefile root:root 0744 "$tmp"/etc/local.d/set_bash.start <<EOF
|
|||
sed -i 's|root:/bin/ash|root:/bin/bash|' /etc/passwd
|
||||
EOF
|
||||
|
||||
mkdir -p "$tmp"/etc/local.d
|
||||
makefile root:root 0744 "$tmp"/etc/local.d/add_user.start <<EOF
|
||||
#!/bin/ash
|
||||
user="linux"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue