4 lines
81 B
Bash
4 lines
81 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source /etc/archbox.conf
|
||
|
cp /etc/resolv.conf $CHROOT/etc/resolv.conf
|