mirror of
https://github.com/fsquillace/junest.git
synced 2026-07-19 01:17:04 +00:00
Add sed command to JuJu image
This commit is contained in:
parent
92f4ad8976
commit
f6cac03cc1
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ function build_image_juju(){
|
|||
mkdir -p ${maindir}/root
|
||||
_prepare_build_directory
|
||||
info "Installing pacman and its dependencies..."
|
||||
pacstrap -M -d ${maindir}/root pacman arch-install-scripts binutils libunistring nano
|
||||
pacstrap -G -M -d ${maindir}/root pacman arch-install-scripts binutils libunistring nano sed
|
||||
|
||||
info "Generating the locales..."
|
||||
ln -sf /usr/share/zoneinfo/posix/UTC ${maindir}/root/etc/localtime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue