]>
git.tue.mpg.de Git - micoforia.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Andre Noll [Tue, 14 May 2024 21:38:27 +0000 (23:38 +0200)]
Expand the examples in the man page a bit.
Explain how to change the root password in a freshly created container
and re-order the other examples a bit.
Andre Noll [Tue, 14 May 2024 21:34:16 +0000 (23:34 +0200)]
Shorten slogan.
The new text is a bit more sleek and conveys more or less the same.
Andre Noll [Wed, 5 May 2021 16:51:35 +0000 (18:51 +0200)]
Improve the default command for entering a container.
This is much quicker and avoids the motd.
Andre Noll [Wed, 21 Jun 2023 10:47:56 +0000 (12:47 +0200)]
Update/improve man page examples.
Debian12 was just released and Ubuntu-18.04 is no longer supported,
so update the debootstrap commands to download more recent versions
instead.
Also remove the command to set up the network and sshd, as this can
also be done from inside the container.
Andre Noll [Wed, 5 May 2021 16:48:13 +0000 (18:48 +0200)]
enter: Save and restore the terminal settings.
On some systems, the backspace key no longer worked the
enter subcommand exited.
Andre Noll [Wed, 5 May 2021 16:43:46 +0000 (18:43 +0200)]
Also pre-create /dev/tty.
Without this, /dev/tty might be missing.
Andre Noll [Wed, 5 May 2021 16:41:40 +0000 (18:41 +0200)]
shutdown_console(): Make umount commands work.
Oops. we unmounted /dev/tty1 several times rather than looping
over all ttys.
Andre Noll [Fri, 6 Nov 2020 12:04:30 +0000 (13:04 +0100)]
Fix default rc path in man page.
The default config path is of course ~/.micoforiarc. A classic
copy+paste mistake...
Andre Noll [Wed, 25 Mar 2020 12:50:25 +0000 (13:50 +0100)]
attach_to_bridge(): Improve error message.
if_nametoindex() sets errno on errors, so let's print the error
string using %m.
Andre Noll [Fri, 13 Dec 2019 14:04:27 +0000 (15:04 +0100)]
Initial commit.
This project was stared in late 2018. After 2 weeks the first
feature complete version was ready. During 2019 the repo received
only a moderate number of commits, mostly bug fixes, documentation
improvements and the addition of non-essential features.
As of version 0.9.0, the project was made public. All commits that
led to this version have been discarded, so this repository contains
only the final result as a single commit.