From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-July/017639.html | 127 +++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-July/017639.html (limited to 'zarb-ml/mageia-dev/2012-July/017639.html') diff --git a/zarb-ml/mageia-dev/2012-July/017639.html b/zarb-ml/mageia-dev/2012-July/017639.html new file mode 100644 index 000000000..b98f595ce --- /dev/null +++ b/zarb-ml/mageia-dev/2012-July/017639.html @@ -0,0 +1,127 @@ + + + + [Mageia-dev] ANNOUNCE: The /usr move cometh! <---- Instructions + + + + + + + + + +

[Mageia-dev] ANNOUNCE: The /usr move cometh! <---- Instructions

+ Colin Guthrie + mageia at colin.guthr.ie +
+ Tue Jul 24 11:28:33 CEST 2012 +

+
+ +
'Twas brillig, and Thierry Vignaud at 24/07/12 07:45 did gyre and gimble:
+> On 22 July 2012 02:12, Colin Guthrie <mageia at colin.guthr.ie> wrote:
+> 
+>>  6. Reboot.
+>>  7. At the bootloader prompt, edit the command line and append: "rw
+>> rd.convertfs" (without the quotes) to your command line and then boot.
+> 
+> Some links were broken in / (they work only if cwd is /):
+> 
+> -lrwxrwxrwx   1 root root        7 Gou  24 08:30 bin -> usr/bin
+> +lrwxrwxrwx   1 root root        8 Gou  24 08:42 bin -> /usr/bin
+> 
+> -lrwxrwxrwx   1 root root        7 Gou  24 08:30 lib -> usr/lib
+> -lrwxrwxrwx   1 root root        9 Gou  24 08:30 lib64 -> usr/lib64
+> +lrwxrwxrwx   1 root root        8 Gou  24 08:42 lib -> /usr/lib
+> +lrwxrwxrwx   1 root root       10 Gou  24 08:42 lib64 -> /usr/lib64
+> 
+> -lrwxrwxrwx   1 root root        8 Gou  24 08:30 sbin -> usr/sbin
+> +lrwxrwxrwx   1 root root        9 Gou  24 08:42 sbin -> /usr/sbin
+> 
+> Note the missing leading "/"...
+
+Yup this is intentional. There is no need to a leading /. IMO this is
+just a bash bug:
+
+e.g.
+
+mkdir -p foo/usr/bin
+ln -snf usr/bin foo/bin
+ls -l foo/
+
+The above is no different and works fine.
+
+Relative symlinks are generally preferred for chroot/mounting manually
+purposes.
+
+Col
+
+
+
+-- 
+
+Colin Guthrie
+colin(at)mageia.org
+http://colin.guthr.ie/
+
+Day Job:
+  Tribalogic Limited http://www.tribalogic.net/
+Open Source:
+  Mageia Contributor http://www.mageia.org/
+  PulseAudio Hacker http://www.pulseaudio.org/
+  Trac Hacker http://trac.edgewall.org/
+
+ + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1