Fixing up few issues, adding resolv.conf linking to chroot script

This commit is contained in:
ngn
2024-01-18 15:51:19 +03:00
parent f849284043
commit a8b0feb57d
3 changed files with 24 additions and 31 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
# matter-base | Matterlinux Release Archive Script
# matter-base | Matterlinux Release Archive Build Script
# Copyright (C) 2023 Matterlinux
# This program is free software: you can redistribute it and/or modify
@ -120,9 +120,6 @@ EOF
127.0.0.1 localhost
::1 localhost
EOF
cp /etc/mp/cfg etc/mp/cfg
#cp ~/.gnupg/pubring.kbx root/.gnupg/pubring.kbx
popd > /dev/null
export MP_ROOT="$TARGET" MP_YES=1
@ -138,7 +135,7 @@ export MP_ROOT="$TARGET" MP_YES=1
openssl sed shadow tar tcl mandb \
man-pages tzdata util-linux which \
mp gettext iproute procps psmisc \
mandb kbd dbus vim nano libxml2
mandb kbd dbus vim nano libxml2
check_ret "mp-install command failed"
unset MP_ROOT MP_YES
success "Installed the base system"