tabrisnet

Results 37 comments of tabrisnet

3rd attempt with [probably coincidentally] `verbosity=7` did boot but didn't do the firstboot [user creation, `locales`, et al] stuff until I manually logged in as `root` [from serial console] Subsequently,...

and for another observation... the root FS did not get resized.

and there's no `less`

so if I had to guess the first problem with not booting, it wasn't connected to the network, so it hung. this likely needs looking into and another issue created...

tried reimaging, same image but `verbosity=7` and being patient. first login did happen. but some definite hangs unrelated to networking. either systemd or dbus-related methinks. ``` /etc/cron.daily/armbian-quotes: line 3: curl:...

resize doesn't work b/c it lacks `parted`

``` root@tritium-h5:/etc# echo "nameserver 192.168.82.55" > /etc/resolv.conf -bash: /etc/resolv.conf: No such file or directory ``` `/etc` does exist of course

So it is mostly working with `questing`. `minimal` images seem to have some systemd issues where I keep getting `Transport endpoint is not connected` issues that show up on first...

We're pending armbian/apa#32, armbian/apa#33, & armbian/apa#34 More needed even, as we need to empty this variable: `declare -g apa_additional_packages="libpam-systemd dbus-user-session parted curl iw less parted locales fdisk"`

@Leggewie a) I'm running in bash at the time b) echo is a built-in c) the same error occurs if I try to use nano to write it. But echo...