Werner changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Announcements: #armbian-announcements | Developer talk: #armbian-devel | Off-Topic: #armbian-offtopic | Logs: -> irc.armbian.com
phenom has quit [Quit: Everyone has a plan until they get punched in the face. -Mike Tyson-]
phenom has joined #armbian
<DC-IRC>
[Discord] <lands39> what does armbian use for networking?
<DC-IRC>
[Discord] <lands39> >netplan
<DC-IRC>
[Discord] <lands39> 💀
<DC-IRC>
[Discord] <Werner> correct. check documentation, has been freshly updated yesterday. However you are free to use any other method you are familiar with by removing/installing via apt.
<DC-IRC>
[Discord] <igorpec> apt purge netplan if you don't like it 🙂 there is a systemd-networkd (or NetworkManager) in the back for direct usage
<DC-IRC>
[Discord] <menu> the netplan is *use networkmamager*
<DC-IRC>
[Discord] <menu> the netplan is *use networkmanager*
<DC-IRC>
[Discord] <menu> i've finally realised the best way to modify my armbian installer is to just mount and edit the rootfs
<DC-IRC>
[Discord] <menu> is `armbian-install` supposed to install a bootloader?
zeemate__ has quit [Ping timeout: 248 seconds]
<DC-IRC>
[Matrix] <armbian:matrix.org> Yes
DarthGandalf has quit [Quit: Bye]
DarthGandalf has joined #armbian
<DC-IRC>
[Discord] <menu> it's currently broken on `uefi-arm64`, makes no attempt to install GRUB, despite offering to do so, i should *probably* fork and build exactly what i need tbh
coldfeet has quit [Remote host closed the connection]
<DC-IRC>
[Discord] <igorpec> yes, there are some bugs in this area https://armbian.atlassian.net/issues/?jql=%28summary+%7E+%22uefi*%22+OR+description+%7E+%22uefi*%22%29+AND+type+%3D+Bug+AND+status+%3D+%22To+Do%22%0AORDER+BY+created+DESC&atlOrigin=eyJpIjoiY2RjOGQ1MzRmOTM4NDc2YTkzODZlZjFlZWM2YzA4OTYiLCJwIjoiaiJ9
<DC-IRC>
[Discord] <igorpec> I don't know exactly where is the problem and if you can narrow this down further, it would help to resolve.
<DC-IRC>
[Discord] <menu> hmm, i see similar issues with the x86_64 too, unfortunately a lot of the content on atlassian never actually loads for me
hyperreal has quit [Quit: hyperreal]
<DC-IRC>
[Discord] <igorpec> anyhow, i can confirm there are problems under certain conditions
zeemate__ has joined #armbian
<DC-IRC>
[Discord] <igorpec> and yes, it affects x86 too. stack is more or less the same
<DC-IRC>
[Discord] <menu> is there a verbose output mode i can run it in to attempt some diagnostics? i've got spare resources to create/destroy the VMs repeatedly
<DC-IRC>
[Discord] <menu> would be awesome to work towards a netinst iso, importing disks with qemu is a faff
<DC-IRC>
[Discord] <igorpec> installer creates some log to /var/log but that's about it
<DC-IRC>
[Discord] <igorpec> we have great plans to refactor this installer one day
<DC-IRC>
[Discord] <igorpec> plans = more wishes
<DC-IRC>
[Discord] <menu> i'd really like a "proper" installer, may have to dig into debian's and see how it works
<DC-IRC>
[Discord] <igorpec> have not much similarity with debian ... but in princple it does partitioning, if exists it adds UEFI bits, and then rsync the rootfs
<DC-IRC>
[Discord] <igorpec> there is one workaround which will always work. simply dd whole image to the block device + reboot
<DC-IRC>
[Discord] <igorpec> but this has no flexibility. we want to install UEFI image with different choices and also side by side with windows