hexdump0815 / imagebuilder

velvet os - simple script framework to build ubuntu 22.04 lts jammy (in older versions also 20.04 lts focal) and debian 12 bookworm (in older versions also 11 bullseye) bootable usb / sd card images for some arm and intel devices - lots of prebuilt images as well
GNU General Public License v3.0
295 stars 44 forks source link

misc: Server-image #9

Open Platypuschan opened 3 years ago

Platypuschan commented 3 years ago

Any chance there will be a "server-image" without the the desktop-enviroment? Just barebone ssh and stuff?

hexdump0815 commented 3 years ago

it is rather unlikeliy to happen soon as building (and especially testing) all the images already takes a lot of time, so adding even more will not really help :) ... the images should always start an openssh server, so you can just boot them and afterwards login and delete whatever you do not need ... or alternatively fork the repo and adjust the list of installed packages

best wishes - hexdump

RKaczmarek commented 3 years ago

@Schnabelriechen i'm reworking this project on my fork. It's currently WIP on the branch feature-build-script. It's nearly completed. Just a few todos left.

Have a look at this issue

Letme commented 1 year ago

I have headless old odroid u3 and no keyboard/display at hand. Feels like SSH is not enabled by default. I uncommented the configuration for U3 in the boot partition, yet odroid does not appear on network (eth) after around 10 minutes. Is is maybe doing some stuff in first boot so that I should wait for it longer?

hexdump0815 commented 1 year ago

@Letme - sshd should be enabled by default ... there is only one special thing about the odroid u3 etc and eth: that eth mac address is hardcoded at the kernel cmdline and should be changed for all but the first of them in case someone is using multipe, but otherwise it should be reachable by ssh via eth - are you sure it boots properly at all (led blinking changes)?

Letme commented 1 year ago

I don't know if it booted or not, but led indeed was not blinking after someone went and check it after 10 minutes. I don't have any MAC limitations on local network and was looking at ARP table, where it should for sure be visible.

I ended up with meveric image on the end, sorry.

hexdump0815 commented 1 year ago

@Letme - no problem, fine with me :)