Contents:
It considers it as a single word?
could i make artix work with some custom system daemon i wrote my self or do i need to use something like slackware for that?
dont all the iso’s come with a pid1 program?
so i can just take one of the isos and change the pid1 and the boot will still work?
So why are you asking in the first place?
because im not sure?
Like how good of a replacement is tcc when compared to gcc?
It considers it as a single word?
could i make artix work with some custom system daemon i wrote my self or do i need to use something like slackware for that?
dont all the iso’s come with a pid1 program?
so i can just take one of the isos and change the pid1 and the boot will still work?
So why are you asking in the first place?
because im not sure?
Like how good of a replacement is tcc when compared to gcc?
capezotte 2022-08-21 23:40:27
I’m having a dude right now
capezotte 2022-08-21 23:40:42
inb4 /shesaid
lordV 2022-08-21 23:43:41
Senderman 2022-08-21 22:18:30
e.g. for rsync it’s very different
The exclude function is also very tricky.. I wasted an half hour and found out that a list of dir like {“dir1”, “dir2”} is not working but defining every directory as a single parameter works.. Maybe it’s a bug.
capezotte 2022-08-21 23:48:44
lordV 2022-08-21 23:43:41
The exclude function is also very tricky.. I wasted an half hour and found out that a list of dir like {“dir1”, “dir2”} is not working but defining every directory as a single parameter works.. Maybe it’s a bug.
–exclude={dir1,dir2}?
qontinuum 2022-08-22 00:02:11
capezotte 2022-08-21 23:48:44
–exclude={dir1,dir2}?
Nope, you have to exclude each directory in a different flag
capezotte 2022-08-22 00:03:19
qontinuum 2022-08-22 00:02:11
Nope, you have to exclude each directory in a different flag
bash expands those to two arguments
capezotte 2022-08-22 00:03:53
that’s why i’m asking, without the equals sign it doesn’t work
qontinuum 2022-08-22 00:04:28
It considers it as a single word?
qontinuum 2022-08-22 00:06:11
Yep it definitely works
qontinuum 2022-08-22 00:08:12
Doesn’t work on ash tho 😢
capezotte 2022-08-22 00:15:02
qontinuum 2022-08-22 00:08:12
Doesn’t work on ash tho 😢
it works on execline 😎
capezotte 2022-08-22 00:15:05
kind of
lordV 2022-08-22 01:13:10
capezotte 2022-08-21 23:48:44
–exclude={dir1,dir2}?
Not working.. But funny is at one script it works on another not
lordV 2022-08-22 01:14:02
capezotte 2022-08-21 23:48:44
–exclude={dir1,dir2}?
Need to check again but yes, I think I used =
lordV 2022-08-22 01:14:26
I played around with it for 30 minutes and then was getting crazy
lordV 2022-08-22 01:14:41
Because on one script it worked and on a new one it did not
lordV 2022-08-22 01:14:58
I saw on the dry run verbose that the directories were still included
lordV 2022-08-22 01:15:18
With slash, with Asterix, without.. Absolute, relative.. Everything
lordV 2022-08-22 01:16:11
But I’m not stupid and so I knew the path are correct.. Then used for each directory a single parameter and it worked fine.
yabadaba doo 2022-08-22 07:30:38
could i make artix work with some custom system daemon i wrote my self or do i need to use something like slackware for that?
grakata_clem 2022-08-22 07:37:17
yabadaba doo 2022-08-22 07:30:38
could i make artix work with some custom system daemon i wrote my self or do i need to use something like slackware for that?
Why can’t you?
yabadaba doo 2022-08-22 07:38:47
grakata_clem 2022-08-22 07:37:17
Why can’t you?
dont all the iso’s come with a pid1 program?
grakata_clem 2022-08-22 07:39:54
yabadaba doo 2022-08-22 07:38:47
dont all the iso’s come with a pid1 program?
Oh, I understood “system daemon” wrong. In this case it can be a hassle
qontinuum 2022-08-22 08:33:00
lordV 2022-08-22 01:15:18
With slash, with Asterix, without.. Absolute, relative.. Everything
Exclusions are always relative
qontinuum 2022-08-22 08:33:40
yabadaba doo 2022-08-22 07:30:38
could i make artix work with some custom system daemon i wrote my self or do i need to use something like slackware for that?
Why can’t you?
qontinuum 2022-08-22 08:39:24
Same question again
yabadaba doo 2022-08-22 08:39:58
so i can just take one of the isos and change the pid1 and the boot will still work?
qontinuum 2022-08-22 08:40:06
You can just point your kernel to another binary or overwrite the symlink 🤷♂
yabadaba doo 2022-08-22 08:40:11
ah nice
yabadaba doo 2022-08-22 08:40:28
so then why the other gent say it can be a pain
qontinuum 2022-08-22 08:41:16
So why are you asking in the first place?
yabadaba doo 2022-08-22 08:42:45
because im not sure?
qontinuum 2022-08-22 08:46:32
Well, when you write a software you are supposed to at least know how to launch it
If it is only an init you make your kernel point to it and make it compatible to whatever service manager you want and if it is only a service manager your make it so it can be launched by your selected init 🤷♂
If it is only an init you make your kernel point to it and make it compatible to whatever service manager you want and if it is only a service manager your make it so it can be launched by your selected init 🤷♂
lanciagreggori 2022-08-22 08:47:29
Alex 2022-08-21 17:01:00
From their release notes i got nothing conclusive to justify 50+MB
Welp, time to use tcc
lanciagreggori 2022-08-22 08:48:35
Like how good of a replacement is tcc when compared to gcc?