Releases: mikhailnov/docker-rosa
Releases · mikhailnov/docker-rosa
v0.7
v0.6
- minor fixes, show
xz
progress - removed subdir
BUILD_rootfs
in tarballs - introduce seperate rootfs types:
std
is standard,min
is minimal
v0.5
- Don't install suggested dependencies while building rootfs images
- Dropped
abf-console-client
v0.4
- Enabled
systemd-networkd.service
and installeddhcp-client
out of the box systemd-networkd
will make basic network configuration automatically- run
systemctl enable dhclient@eth0; systemctl start dhclient@eth0
, whereeth0
is the name of your interface fromip a
, to enable automatic configuration via DHCP (run justdhclient eth0
for one-time config)
v0.3
/etc/termcap
out of the box fixes console experience- added
systemd
(allows booting insystemd-nspawn
) - disabled
pam_securetty
to allow logging in as root viasystemd-nspawn -b
v0.2
upd gitignore
v0.1
add tarballs to gitignore