Chris Hofstaedtler
Chris Hofstaedtler
Maybe grml-etc-core should also get the build + release workflows (given it will become grml-console one day).
> Ah, the partition table padding also takes place in `remaster/grml-live-remaster`, if we're dropping the padding don't forget to remove it also from there. Oh my. ea39a32f66ff2c2dc597d27c20a782d73277df69 delegated padding to...
@mika wdyt? Especially about these points: - could we drop "base files"? - should daily.g.o be served by web01.g.o?
Added most arch-specific deps except for `grub-pc-bin [amd64 i386]`, which seems a bit unclear where/how it is used.
PR for updating daily.grml.org here: https://github.com/grml/grml.org/pull/52 Scheduled pipeline job has to set DO_DAILY_UPLOAD=1 to activate uploading. We need to setup enough storage, and move DNS over.
> Scheduled pipeline job has to set DO_DAILY_UPLOAD=1 to activate uploading. > We need to setup enough storage, and move DNS over. Storage is done. Pipeline got the new flag...
DNS is done. First pipeline is running
We are done here! 🚀 🎸 Thanks @mika!
i think bsdtar is kinda "better", in the sense that it uses libarchive and can unpack almost anything :) dont really need simple-extrsct if you have bsdtar 😂
> > ACK thanks, I personally also use `unp`, though I think simple-extract was meant for systems where unp isn't available. > > is there a universe where (say) `perl`...