Fixing up few issues, adding resolv.conf linking to chroot script
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user