Minor improvements

This commit is contained in:
Mexit 2021-11-21 12:12:15 +01:00
parent 0012d5b05d
commit 7c6a308f96
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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"