Merge pull request #2 from imlonghao/patch-1
copy the real resolv.conf file
This commit is contained in:
commit
0a922ee794
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ menhera::install_software() {
|
|||
|
||||
menhera::copy_config() {
|
||||
echo "Copying important config into new rootfs..."
|
||||
! cp -ax "${OLDROOT}/etc/resolv.conf" "${NEWROOT}/etc"
|
||||
! cp -axL "${OLDROOT}/etc/resolv.conf" "${NEWROOT}/etc"
|
||||
! cp -axr "${OLDROOT}/etc/ssh" "${NEWROOT}/etc"
|
||||
! cp -ax "${OLDROOT}/etc/"{passwd,shadow} "${NEWROOT}/etc"
|
||||
! cp -axr "${OLDROOT}/root/.ssh" "${NEWROOT}/root"
|
||||
|
|
Loading…
Reference in a new issue