Contents:
anyone can help me with systemd-nspawn?
so you want to generate different names?
You didn’t use a minimal installation?
how do i proceed (as in changing the partitions)?
wait, but you’re saying the container is using eth0?
anyone can help me with systemd-nspawn?
so you want to generate different names?
You didn’t use a minimal installation?
how do i proceed (as in changing the partitions)?
wait, but you’re saying the container is using eth0?
Elvis Presley 2022-07-15 05:48:56
That’s why I use the –no-recommeds option.
Elvis Presley 2022-07-15 05:49:18
Often the recommends installs crap you simply don’t need
Elvis Presley 2022-07-15 05:49:50
. 2022-07-15 05:39:19
That is why –no-install-recommends is a thing
Yes this.
. 2022-07-15 05:50:34
Right. So I’m trying to list all packages that are only recommends from the base install.
Elvis Presley 2022-07-15 05:52:29
You didn’t use a minimal installation?
. 2022-07-15 05:53:31
I did. Recommended packages still exist because during image creation for the default install, the default to install recommends exists.
smol_mazunki 2022-07-15 05:53:37
thecatvoid 2022-07-15 05:39:53
you are probably going with the logic;
if i have my door opened, that doesnt mean everyone can enter
if i have my door opened, that doesnt mean everyone can enter
but that cant stop the abusers
not sure what they gain since I simply ignore them lol
Elvis Presley 2022-07-15 05:54:16
. 2022-07-15 05:53:31
I did. Recommended packages still exist because during image creation for the default install, the default to install recommends exists.
Gotcha. I guess just list what’s installed and start plucking things out that you don’t need.
gurbir_s 2022-07-15 08:03:53

this is how i have done partitioning in my slackware virtual machine. sda2 and sda3 have btrfs. I want to set up timeshift.. how do i proceed (as in changing the partitions)?
alexmb7 2022-07-15 08:12:59
Google: Here’s how we got to rolling desktop Linux releases after Ubuntu to Debian switch | ZDNet
https://www.zdnet.com/article/google-heres-how-we-got-to-rolling-desktop-linux-releases-after-ubuntu-to-debian-switch/
https://www.zdnet.com/article/google-heres-how-we-got-to-rolling-desktop-linux-releases-after-ubuntu-to-debian-switch/
Google: Here’s how we got to rolling desktop Linux releases after Ubuntu to Debian switch – ZDNet
Google details the benefits of moving from “big bang” OS upgrades to rolling releases. It saved its engineers from burn out.
Google details the benefits of moving from “big bang” OS upgrades to rolling releases. It saved its engineers from burn out.
Shifulor 2022-07-15 10:35:18
siduck 2022-07-15 04:37:37
i refrain from being in groups where nsfw is normalized, i was in an OS group and not some nsfw hub 😁
There was not a single image that was nsfw, i dont understand
India Tech Support 2022-07-15 10:49:55
anyone can help me with systemd-nspawn?
smol_mazunki 2022-07-15 12:16:27
hm
smol_mazunki 2022-07-15 12:16:37
not sure what you mean by this
India Tech Support 2022-07-15 12:16:48
wait a sec
smol_mazunki 2022-07-15 12:16:56
you can specify arguments on the systemctl call too
smol_mazunki 2022-07-15 12:18:53
Environment=”SCRIPT_ARGS=%I”
ExecStart=/tmp/test.py $SCRIPT_ARGS
ExecStart=/tmp/test.py $SCRIPT_ARGS
and then systemctl servicename@.service var1 var2
smol_mazunki 2022-07-15 12:19:04
the @ is used when arguments are passed
India Tech Support 2022-07-15 12:19:22

India Tech Support 2022-07-15 12:20:19
On the host machine, it’s ve-archlinux
But on the guest machine, it becomes host0
But on the guest machine, it becomes host0
smol_mazunki 2022-07-15 12:20:38
makes sense
India Tech Support 2022-07-15 12:20:51
It’s configured cuz systemd-networkd already configured it automatically
India Tech Support 2022-07-15 12:21:18
But when i try to launch a container without networkd thing becomes tricky
smol_mazunki 2022-07-15 12:21:51
wait, but you’re saying the container is using eth0?
India Tech Support 2022-07-15 12:21:58
Forget that
India Tech Support 2022-07-15 12:22:06
if i use veth extra
smol_mazunki 2022-07-15 12:22:13
India Tech Support 2022-07-15 12:22:06
if i use veth extra
ah ok
smol_mazunki 2022-07-15 12:22:17
so what’s the issue then
India Tech Support 2022-07-15 12:22:19
Only one machine can use that interface
smol_mazunki 2022-07-15 12:22:37
India Tech Support 2022-07-15 12:22:19
Only one machine can use that interface
so you want to generate different names?
India Tech Support 2022-07-15 12:23:06
smol_mazunki 2022-07-15 12:22:17
so what’s the issue then
I want the interface name in container become eth0
India Tech Support 2022-07-15 12:23:10
but not host0
India Tech Support 2022-07-15 12:23:43
Cuz on system without networkd preinstalled, it will try to configure eth0
smol_mazunki 2022-07-15 12:23:56
India Tech Support 2022-07-15 12:23:06
I want the interface name in container become eth0
does your container have access to (and listen to) /etc/udev/rules.d ?
smol_mazunki 2022-07-15 12:24:58
otherwise you could ip link set host0 name eth0