Discussion:
/usr merge
Allin Cottrell
2012-03-26 02:59:19 UTC
Permalink
Sorry if this is off-topic but it seems that udev, systemd and the
/usr merge are all connected at present.

I'm very happy with current udev + systemd, and I'm also persuaded
that the /usr merge is a good idea. I've already taken care of /bin
(on my non-distro Linux system) and /sbin shouldn't be a problem,
but I'm a bit more apprehensive about /lib, on account of all the
symlinks from /usr/lib to files in /lib, created by glibc.

Does anyone have a nice shell script to fold the content of /lib
into /usr/lib?
--
Allin Cottrell
Department of Economics
Wake Forest University
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Harald Hoyer
2012-03-26 11:35:05 UTC
Permalink
Sorry if this is off-topic but it seems that udev, systemd and the /usr merge
are all connected at present.
I'm very happy with current udev + systemd, and I'm also persuaded that the /usr
merge is a good idea. I've already taken care of /bin (on my non-distro Linux
system) and /sbin shouldn't be a problem, but I'm a bit more apprehensive about
/lib, on account of all the symlinks from /usr/lib to files in /lib, created by
glibc.
Does anyone have a nice shell script to fold the content of /lib into /usr/lib?
http://git.kernel.org/?p=boot/dracut/dracut.git;a=blob_plain;f=modules.d/30convertfs/convertfs.sh
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Harald Hoyer
2012-03-26 11:36:16 UTC
Permalink
Post by Harald Hoyer
Sorry if this is off-topic but it seems that udev, systemd and the /usr merge
are all connected at present.
I'm very happy with current udev + systemd, and I'm also persuaded that the /usr
merge is a good idea. I've already taken care of /bin (on my non-distro Linux
system) and /sbin shouldn't be a problem, but I'm a bit more apprehensive about
/lib, on account of all the symlinks from /usr/lib to files in /lib, created by
glibc.
Does anyone have a nice shell script to fold the content of /lib into /usr/lib?
http://git.kernel.org/?p=boot/dracut/dracut.git;a=blob_plain;f=modules.d/30convertfs/convertfs.sh
Forgot to mention: you have to run this script from a rescue CD, or from an
initramfs.
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Allin Cottrell
2012-03-26 12:23:55 UTC
Permalink
Post by Harald Hoyer
Post by Harald Hoyer
Sorry if this is off-topic but it seems that udev, systemd and the /usr merge
are all connected at present.
I'm very happy with current udev + systemd, and I'm also
persuaded that the /usr merge is a good idea. I've already
taken care of /bin (on my non-distro Linux system) and
/sbin shouldn't be a problem, but I'm a bit more
apprehensive about /lib, on account of all the symlinks
from /usr/lib to files in /lib, created by glibc.
Does anyone have a nice shell script to fold the content
of /lib into /usr/lib?
http://git.kernel.org/?p=boot/dracut/dracut.git;a=blob_plain;f=modules.d/30convertfs/convertfs.sh
Forgot to mention: you have to run this script from a rescue
CD, or from an initramfs.
Thanks, this looks good.
--
Allin Cottrell
Department of Economics
Wake Forest University, NC

--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Loading...