fix: rename matter-base packages
This commit is contained in:
parent
ff3245979e
commit
1a2593959e
@ -10,6 +10,6 @@ To use the `matter-base` script, specify a temporary target
|
||||
directory, it will be cleaned after the build. The final archive
|
||||
will be named after the directory. For example:
|
||||
```
|
||||
matter-setup matterlinux_24.00
|
||||
matter-base matterlinux_24.00
|
||||
```
|
||||
This will create an arhcive named `matterlinux_24.00.tar.gz`
|
||||
|
@ -120,14 +120,16 @@ check_ret "matt command failed"
|
||||
|
||||
info "Installing base system packages"
|
||||
matt install --root "${target}" --yes \
|
||||
acl attr coreutils binutils \
|
||||
bash e2fsprogs udev file release \
|
||||
findutils gawk grep gzip iana-etc \
|
||||
inetutils intltool iproute kmod less \
|
||||
openssl sed shadow tar tcl mandb \
|
||||
man-pages tzdata util-linux which \
|
||||
matt gettext iproute procps psmisc \
|
||||
mandb kbd dbus vim nano libxml2
|
||||
acl attr coreutils binutils \
|
||||
bash e2fsprogs file release \
|
||||
findutils gawk grep gzip \
|
||||
iana-etc inetutils intltool \
|
||||
kmod less openssl sed shadow \
|
||||
tar tcl man-pages tzdata \
|
||||
util-linux which matt \
|
||||
gettext procps-ng psmisc kbd \
|
||||
dbus vim nano libxml2 \
|
||||
iproute2 man-db
|
||||
check_ret "matt command failed"
|
||||
success "Installed the base system"
|
||||
|
||||
|
@ -187,7 +187,7 @@ popd > /dev/null
|
||||
|
||||
if [ ! -z "${PKGS2}" ]; then
|
||||
info "Installing extra packages (2)"
|
||||
matter-chroot "${tmpdir}" MP_YES=1 matt install --yes $pkgs2_str
|
||||
matter-chroot "${tmpdir}" matt install --yes $pkgs2_str
|
||||
check_ret "Install failed"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user