mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 18:45:53 +00:00
Remove binutils from the image
This commit is contained in:
parent
21f3b6ebda
commit
e3a0726a19
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ function build_image_env(){
|
|||
# The archlinux-keyring and libunistring are due to missing dependencies declaration in ARM archlinux
|
||||
# All the essential executables (ln, mkdir, chown, etc) are in coreutils
|
||||
# yaourt requires sed
|
||||
sudo pacstrap -G -M -d ${maindir}/root pacman coreutils binutils libunistring archlinux-keyring sed
|
||||
sudo pacstrap -G -M -d ${maindir}/root pacman coreutils libunistring archlinux-keyring sed
|
||||
sudo bash -c "echo 'Server = $DEFAULT_MIRROR' >> ${maindir}/root/etc/pacman.d/mirrorlist"
|
||||
|
||||
info "Generating the locales..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue