unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* patch: partition vs filesystem
@ 2017-11-16 15:03 Marco van Hulten
  2017-11-17 20:55 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Marco van Hulten @ 2017-11-16 15:03 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 111 bytes --]

Patch for documentation attached.

terminology: replaced partition with filesystem where needed

—Marco

[-- Attachment #2: guix.texi.patch --]
[-- Type: text/x-patch, Size: 1001 bytes --]

diff --git a/doc/guix.texi b/doc/guix.texi
index 098ff5e..d4a2a69 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -8072,7 +8072,7 @@ types.}.  For the ESP, if you have one and assuming it is
 mkfs.fat -F32 /dev/sda2
 @end example
 
-Preferably, assign partitions a label so that you can easily and
+Preferably, assign file systems a label so that you can easily and
 reliably refer to them in @code{file-system} declarations (@pxref{File
 Systems}).  This is typically done using the @code{-L} option of
 @command{mkfs.ext4} and related commands.  So, assuming the target root
@@ -8097,9 +8097,9 @@ cryptsetup open --type luks /dev/sda1 my-partition
 mkfs.ext4 -L my-root /dev/mapper/my-partition
 @end example
 
-Once that is done, mount the target root partition under @file{/mnt}
+Once that is done, mount the target file system under @file{/mnt}
 with a command like (again, assuming @code{my-root} is the label of the
-root partition):
+root file system):
 
 @example
 mount LABEL=my-root /mnt

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: patch: partition vs filesystem
  2017-11-16 15:03 patch: partition vs filesystem Marco van Hulten
@ 2017-11-17 20:55 ` Ludovic Courtès
  2017-11-17 21:02   ` Marco van Hulten
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-11-17 20:55 UTC (permalink / raw)
  To: Marco van Hulten; +Cc: guix-devel

Marco van Hulten <marco@hulten.org> skribis:

> Patch for documentation attached.
>
> terminology: replaced partition with filesystem where needed

I added a commit log and applied it on your behalf.  Thank you!

Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: patch: partition vs filesystem
  2017-11-17 20:55 ` Ludovic Courtès
@ 2017-11-17 21:02   ` Marco van Hulten
  0 siblings, 0 replies; 3+ messages in thread
From: Marco van Hulten @ 2017-11-17 21:02 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

Ludovic—

Je 17 nov 21:55 transskribita far Ludovic Courtès:
> Marco van Hulten <marco@hulten.org> skribis:
> 
> > Patch for documentation attached.
> >
> > terminology: replaced partition with filesystem where needed  
> 
> I added a commit log and applied it on your behalf.  Thank you!

No problem, thanks for applying!

I tried to push it myself to the repos, but I had no access, as I
expected; which is probably sane at this point.

—Marco

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-17 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-16 15:03 patch: partition vs filesystem Marco van Hulten
2017-11-17 20:55 ` Ludovic Courtès
2017-11-17 21:02   ` Marco van Hulten

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).