mirror of
https://github.com/bin456789/reinstall.git
synced 2025-01-31 19:08:07 +08:00
gentoo: 修复未选择 profile
This commit is contained in:
parent
1cd95d07fe
commit
91bb286c98
2
trans.sh
2
trans.sh
@ -771,7 +771,7 @@ modify_dd_os() {
|
||||
sed -i 's/enforce=none/enforce=everyone/' $os_dir/etc/security/passwdqc.conf
|
||||
|
||||
# 下载仓库,选择 profile
|
||||
if false && [ ! -d $os_dir/var/db/repos/gentoo/ ]; then
|
||||
if [ ! -d $os_dir/var/db/repos/gentoo/ ]; then
|
||||
cp -f /etc/resolv.conf $os_dir/etc/resolv.conf
|
||||
|
||||
chroot $os_dir emerge-webrsync
|
||||
|
Loading…
x
Reference in New Issue
Block a user