mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-08 04:15:24 +01:00
populate_device_nodes function needs /etc present, run it after create_fhs.
This commit is contained in:
parent
b444196d99
commit
5cc4d959b4
1 changed files with 2 additions and 2 deletions
|
|
@ -30,10 +30,10 @@ create_fhs() {
|
|||
echo 'nameserver 1.1.1.1' > /etc/resolv.conf
|
||||
}
|
||||
|
||||
populate_device_nodes
|
||||
|
||||
create_fhs
|
||||
|
||||
populate_device_nodes
|
||||
|
||||
# Obtain network connection
|
||||
if [ "${CHROOT}" = "False" ]; then
|
||||
dhcpcd --waitip=4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue