diff --git a/build.sh b/build.sh index a2de096..ae627e5 100755 --- a/build.sh +++ b/build.sh @@ -198,9 +198,9 @@ install -m 644 files/config.txt "$ROOTFS_DIR/boot" apply_patches "$BASE_DIR/patches/01" -install -m 644 files/fstab "$ROOTFS_DIR/etc/fstab" -install -m 644 files/ipv6.conf "$ROOTFS_DIR/etc/modprobe.d/ipv6.conf" -install -m 644 files/interfaces "$ROOTFS_DIR/etc/network/interfaces" +install -m 644 files/fstab "$ROOTFS_DIR/etc/fstab" +install -m 644 files/ipv6.conf "$ROOTFS_DIR/etc/modprobe.d/ipv6.conf" +install -m 644 files/interfaces "$ROOTFS_DIR/etc/network/interfaces" echo $HOSTNAME > "$ROOTFS_DIR/etc/hostname" chmod 644 "$ROOTFS_DIR/etc/hostname"