blob: 0d02bee0fb331d0fc1dc6a6b1e5529e40749eac8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright (C) 2020-2021 Gonéri Le Bouder
#
# This file is part of cloud-init. See LICENSE file for license information.
import cloudinit.distros.freebsd
class Distro(cloudinit.distros.freebsd.Distro):
home_dir = "/home"
# vi: ts=4 expandtab
|