THANKS!
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
On Sat, Nov 07, 2015 at 01:55:30PM +0100, Herbert Groll wrote:
> >By some definition, your initial tmpfs isn't an initrd, so you
> >could try
> >removing initrd-release from your cpio image, so it's gone before
> >systemd
> >starts, so it can't cache an invalid result.
> I'm using systemd as initia
Hi,
do you use .snapshot unit type? If you do, please speak up.
I'd like to remove support for the .snapshot unit type.
It seems not be used, snapshots are basically transient targets,
and targets can be used to implement similar functionality.
The advantage would be a small reduction of the lea
By some definition, your initial tmpfs isn't an initrd, so you could
try
removing initrd-release from your cpio image, so it's gone before
systemd
starts, so it can't cache an invalid result.
I'm using systemd as initial RAM disk implementation too so the
switch-root is happening with systemd i
On Sat, Nov 07, 2015 at 01:17:29PM +0100, hgr1 wrote:
> Am 2015-11-07 12:33, schrieb Richard Maw:
> >You can remove /etc/initrd-release to stop it removing the old
> >rootfs tmpfs,
> >I'm not sure what other side-effects this may have.
> This was my first attempt too but switch-root is checking the
Am 2015-11-07 12:33, schrieb Richard Maw:
On Fri, Nov 06, 2015 at 05:53:53PM +0100, Herbert Groll wrote:
Hi,
is there an easy way in initrd mode to keep old root when switching to
new root? Switching root is done in initrd-switch-root.target with
/bin/systemctl --no-block --force switch-root /s
For those of us who are wondering if this can be tricky, I just want
to testify you just have to follow Fedora instruction[1] and restart
the machine. No issues at all and Fedora will be upgraded to 23.
You need to wait a little bit (~ 5-10 mn) after you run
# dnf system-upgrade reboot
for the sys
On Fri, Nov 06, 2015 at 05:53:53PM +0100, Herbert Groll wrote:
> Hi,
>
> is there an easy way in initrd mode to keep old root when switching to
> new root? Switching root is done in initrd-switch-root.target with
> /bin/systemctl --no-block --force switch-root /sysroot
You can remove /etc/initrd-