Re: Alternatives in package_lists?

2018-04-30 Diskussionsfäden Thomas Lange
> On Fri, 27 Apr 2018 09:18:41 +0200, Steffen Grunewald 
>  said:

> apt-get install "a | b" doesn't work.
Maybe the equivs package will help to create a package including
dependencies like a | b.

-- 
regards Thomas


FAI disk_config creating duplicate tmpfs entries in /etc/fstab

2018-04-30 Diskussionsfäden Pietro Stäheli
Hi,

I've set a tmpfs mountpoint for FAI installations in disk_config/FAIBASE as
follows:

disk_config tmpfs
tmpfs /tmp RAM:20% defaults

This works fine on the automatically installed hosts, but from
scripts/FAIBASE/10-misc another tmpfs line is added in /etc/fstab:

tmpfs /tmp tmpfs nodev,nosuid,size=50%,mode=1777   00

That leads to following error message during bootup:

systemd-fstab-generator[188]: Failed to create mount unit file
/run/systemd/generator/tmp.mount, as it already exists. Duplicate entry in
/etc/fstab?


I could just comment/delete the line in 10-misc, but is there a recommended
workaround for this? Is this behavior intended?

Best regards,
Pietro Stäheli


Re: FAI disk_config creating duplicate tmpfs entries in /etc/fstab

2018-04-30 Diskussionsfäden Thomas Lange
> On Mon, 30 Apr 2018 14:06:47 +0200, Pietro Stäheli 
>  said:

> I've set a tmpfs mountpoint for FAI installations in disk_config/FAIBASE 
as follows:
> disk_config tmpfs
> tmpfs /tmp RAM:20% defaults
Oh, I never used a tmpfs definition in disk_config. I didn't knew this
will work. If this works, you can remove the line in FAIBASE/10-misc.

-- 
regards Thomas