libera/#devuan/ Monday, 2022-12-19

systemdletefsmithred, thanks.   But now I am realizing that this may be a silly thing to do in the first place.  All of these devuan distros are really just... well, devuan.  With different install configurations.  So effectively, I'd be creating my own "spin"00:34
systemdleteno?00:34
systemdleteWhat I mainly wanted to do, really, was to automate the partitioning portion, because that's the most arduous aspect of install.00:34
systemdleteI think what I might do is record the installation, then modify the install config file to refine it, or maybe just keep it around until the next release.00:37
systemdlete I suppose I could also use the preseed file that comes with star.  modify that instead... hmm   A few options00:39
gnarfacepreseed is the way you're supposed to do it01:02
gnarfacebut in a pinch if i couldn't get it working right i'd be tempted to make an empty disk image with the correct partition table and just script that into the installation process with dd and debootstrap01:02
gnarface(assuming you needed to do something weird like install to different size disks and resize the partitions)01:03
rwpI have used preseed for an extensive setup in the past.  I have allowed it to bitrot.  Because mostly now I debootstrap install.01:06
rwpBut you can use the standard installer, Alt-F2 to get a terminal, manually partition, then use those manual partitions during the standard installation.01:06
systemdleteYou know, you guys are both right.  One would think that, by 2022, installing a new OS would be pretty easy to do, even with somewhat complex partitioning requirements.  But good ol' calamares...01:30
systemdleteYeah, I think I just might do the partitioning with a custom script and then run the usual installer.01:31
systemdleteStill, that would make things simpler for me.01:31
gnarfaceiirc i recall parted being fairly scriptable too01:31
gnarfacethere's probably a few ways to do it01:31
systemdletesure.  and lvm also01:31
systemdleteI've done lvm completely from scratch.01:32
golinuxsystemdlete: Do you know about this? https://git.devuan.org/MrReplikant01:34
systemdleteI'm still curious about install-debian, though.  Where does it get its preseed.cfg from?  I see about a dozen files called preseed.cfg scattered around the file system from within the live environment.  I've checksum'd them all and there are really just 2; in fact, the inodes are identical also.  But which one does it use?01:34
golinuxDevuan-Calamares-ISO01:34
golinuxDevuan expanding its horizons . . .01:35
systemdletewhy are there 2 there?  What is the difference between those?  I can't tell from the descriptions.  (and thanks, I might make use of these)01:35
golinuxI have no idea. All I know is that they have appeared in the last few weeks.01:36
systemdleteI see.  It looks like one is live image, the other maybe not01:36
systemdletewe don't know where/whom they came from?01:37
golinuxYou can open an issue there to talk to him.01:37
systemdleteI just thought it is funny.... files suddenly appearing out of nowhere.01:37
systemdleteNah.01:38
systemdleteIf I decide to use them and have a problem, I'll ring their bell.01:38
golinuxI have talked to him quite a bit we have dabbled with the Excalibur theme etc.01:38
golinuxRead his posts on DNG and devuan-dev and the forum John Faulk01:40
systemdleteok01:40
systemdleteI mean, I take your word for it01:40
golinuxDo you know where the ML repos are?01:41
systemdleteI've seen them on and off over the years, but I have forgotten.01:41
systemdleteThat was where the systemd wars were fought, right?01:41
golinuxThis too . . . Call for testers! Arm64 Netinstall imagehttps://lists.dyne.org/lurker/message/20221215.021606.22414a9a.en.html01:42
systemdleteBest I've got here is FX8350.01:44
systemdletebut maybe that wasn't your point?01:45
golinux [DNG] Prototype Calamares Image https://lists.dyne.org/lurker/message/20221130.141957.1e74951d.en.html01:45
golinuxHe's doing a number of different things01:45
golinuxI'm just doing your research for you . . .01:46
golinuxLook on the forum too.01:46
* systemdlete thinks golinux thinks I'm lazy01:46
* systemdlete knows golinux is right01:46
systemdleteSo it sounds like devuan is starting to branch away a bit from debian, which I would welcome01:47
golinuxNew things are being added by those who have the interest and initiative.01:48
golinuxWe arem01:48
systemdleteWill they become 'standard' as far as devuan is concerned, though?  I would not mind the least if we diverged a bit01:48
golinuxoops01:49
golinuxWe aren't asking. They are offerning01:49
golinuxI don't have a crystal ball  . . .  :)01:49
golinuxTime will tell . . .01:50
systemdleteYou are not The Great Kreskin?01:50
systemdletesure.01:50
golinuxNow you are sending me on a search!01:50
systemdletebut maybe we are getting a bit OT here?01:50
systemdlete:D01:50
pungentweaselpkginfo.devuan.org down?04:10
pungentweaselnvm it's back04:22
rrqsystemdlete: for preseed from a memorystick, add boot paremeter "preseed/file=/media/filename" (with "filename" the actual filename on the memory stick; it'll be mounted as "/media" by the installer04:39
rrq)04:40
golinuxpungentweasel: pkginfo.devuan.org is really s l o w04:43
systemdleterrq:  How do I specify which preseed file to use?08:28
systemdleteI can't seem to find doc on program arguments (or whatever mechanism is used for this)08:29
systemdleteIs there a control file?08:29
gnarfacei think he means that's a kernel cmdline parameter08:29
gnarfaceiirc there's a default but i forget what it actually is08:30
gnarfacei might be wrong about that anyway though08:30
FilipZHi! I just bought the USB Wireless adapter, and installed drivers for it. How could I configure it in the interfaces file?09:18
rrqsystemdlete: if the name is "ugh" you give "preseed/file=/media/ugh"09:39
rrqyou need to edit the boot command line and add that parameter before the --09:40
rrqFilipZ: I guess it'll be named wlan109:40
rrqor possibly some obscure name09:41
rrqFilipZ: if it's named "woopsie" and you are a tad lazy, you'd add a line "iface whoopsie inet manual inherits wlan0" so as to reuse the wlan0 configuration for whoopsie.09:58
rrqoops: s/whoopsie/woopsie/g09:58
gnarfacehe's gone already10:11
gnarfacebut i think what he was probably actually looking for was that you need to add "wpa-psk" and "wpa-ssid" fields to an otherwise normal interfaces stanza10:12
gnarface(and then probably change the permissions on the file to only be readable by root)10:12
gnarface(that part isn't necessary just smart)10:12
rrqyes either that or I think he used a wpa-roam setup with wpa-gui to operate it10:41
onefangI'm having trouble getting any actual sound output from solfege on an ALSA system.  It wont talk to ALSA unless python3-pyalsa is installed, but when it is the preferences window crashes so you can't select ALSA.  It can talk to OSS, but using aoss didn't help, the /dev/* things it wants to use don't exist.  It can talk to an external MIDI, but I haven't seen it actually try to send any MIDI events, so I can't redirect it to a soft synth.  The23:42
onefangonly actual external MIDI device I have is a keyboard with no sound output.23:42
onefangOr an alternative to solfege that actually works would be good to.23:44
gnarfaceone idea i've got is instead of using aoss try using the alsa-oss compatibility package23:48
gnstaxodoes the devuan installer offer openrc?23:49
onefangalsa-oss compatibility package IS aoss.23:49

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!