Organize etc files
This commit is contained in:
parent
6526950e4e
commit
0080cda758
3 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -236,8 +236,8 @@ EOF
|
|||
##
|
||||
# Configure network.
|
||||
#
|
||||
install -m 644 files/resolv.conf "$ROOTFS_DIR/etc/resolv.conf"
|
||||
install -m 644 files/modprove.d/ipv6.conf "$ROOTFS_DIR/etc/modprobe.d/ipv6.conf"
|
||||
install -m 644 files/etc/resolv.conf "$ROOTFS_DIR/etc/resolv.conf"
|
||||
install -m 644 files/etc/modprove.d/ipv6.conf "$ROOTFS_DIR/etc/modprobe.d/ipv6.conf"
|
||||
|
||||
echo $HOSTNAME > "$ROOTFS_DIR/etc/hostname"
|
||||
chmod 644 "$ROOTFS_DIR/etc/hostname"
|
||||
|
|
Reference in a new issue