summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2013-March/023337.html
blob: 57ab2ee115fdfbf534633f6519d8ca32563f89ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-dev] Why is AHCI statically compiled into kernel?
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Why%20is%20AHCI%20statically%20compiled%20into%20kernel%3F&In-Reply-To=%3CCABrUASkUnf%3Dw-fifOqkXnE9StogYasvU_9%2BfLD9AhCrOayE8xw%40mail.gmail.com%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="023331.html">
   <LINK REL="Next"  HREF="023344.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-dev] Why is AHCI statically compiled into kernel?</H1>
    <B>R James</B> 
    <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Why%20is%20AHCI%20statically%20compiled%20into%20kernel%3F&In-Reply-To=%3CCABrUASkUnf%3Dw-fifOqkXnE9StogYasvU_9%2BfLD9AhCrOayE8xw%40mail.gmail.com%3E"
       TITLE="[Mageia-dev] Why is AHCI statically compiled into kernel?">upsnag2 at gmail.com
       </A><BR>
    <I>Thu Mar  7 05:38:54 CET 2013</I>
    <P><UL>
        <LI>Previous message: <A HREF="023331.html">[Mageia-dev] Why is AHCI statically compiled into kernel?
</A></li>
        <LI>Next message: <A HREF="023344.html">[Mageia-dev] Why is AHCI statically compiled into kernel?
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#23337">[ date ]</a>
              <a href="thread.html#23337">[ thread ]</a>
              <a href="subject.html#23337">[ subject ]</a>
              <a href="author.html#23337">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>On Wed, Mar 6, 2013 at 1:37 PM, AL13N &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">alien at rmail.be</A>&gt; wrote:

&gt;<i> &gt;
</I>&gt;<i> &gt; While I appreciate the intention, from a user PoV, those UUIDs mean
</I>&gt;<i> &gt; b***** all.  It would be really nice if, when they are first named, it
</I>&gt;<i> &gt; was possible to allocate a &quot;nickname&quot; for want of a better term.
</I>&gt;<i>
</I>&gt;<i> if you use it, filesystems also have label functionalities, which iinm are
</I>&gt;<i> shown in dolphin.
</I>&gt;<i>
</I>
Yeah, I'm not a big fan of UUIDs either so I tend to use labels instead.
I always partition and format using command-line tools in the Rescue
System. If you do that, you can add the labels yourself. For example:

# mkfs.ext4 -m 1 -L mgaroot /dev/sda1
# mkswap -L swap /dev/sda2
# mkfs.ext4 -m 0 -L home /dev/sda3

The -m parameters above specifies the percentage reserved for the superuser.
the -L parameters are the filesystem labels. After that, reboot to the
installer
and choose Custom Partitioning, assign your pre-existing partitions and be
sure _untick_ the [ ] Format boxes then continue installing as usual.

After the installation, you can edit /boot/grub/menu.lst replacing each
UUID=&lt;blahblahblah&gt; with LABEL=&lt;label&gt;. For example:

root=LABEL=mgaroot (and) resume=LABEL=swap

Similarly in /etc/fstab, you can have entries like:

LABEL=mgaroot  /     ext4  relatime  1 1
LABEL=swap     swap  swap  defaults  0 0

So the 'nickname' feature you request is available with a little pre-install
preparation and post-install config file editing.

Hope this helps -- RJ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: &lt;/pipermail/mageia-dev/attachments/20130306/8cb97b9d/attachment.html&gt;
</PRE>



















<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="023331.html">[Mageia-dev] Why is AHCI statically compiled into kernel?
</A></li>
	<LI>Next message: <A HREF="023344.html">[Mageia-dev] Why is AHCI statically compiled into kernel?
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#23337">[ date ]</a>
              <a href="thread.html#23337">[ thread ]</a>
              <a href="subject.html#23337">[ subject ]</a>
              <a href="author.html#23337">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>