修改文件名

This commit is contained in:
2023-06-25 12:53:52 +08:00
parent 42c7d2aa17
commit 09d9155f7b
12 changed files with 41 additions and 12 deletions

12
gx-env-mount-root Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
if [[ `whoami` != "root" ]]; then
echo 请使用 root 权限运行
exit 1
fi
xhost +
chrootEnvPath=/opt/new-system-env
pardus-chroot $chrootEnvPath
rm $chrootEnvPath/etc/resolv.conf
cp /etc/resolv.conf $chrootEnvPath/etc/resolv.conf
mount --bind /home $chrootEnvPath/home
mount --bind /root $chrootEnvPath/root