.
This commit is contained in:
parent
f07b0a9e1e
commit
1a84e6b534
1 changed files with 8 additions and 0 deletions
|
@ -111,6 +111,14 @@ There are many community modules at [[https://whereis.みんな/][Whereis]].
|
||||||
|
|
||||||
** File System
|
** File System
|
||||||
|
|
||||||
|
Update the file system labels:
|
||||||
|
#+begin_src shell
|
||||||
|
# XFS
|
||||||
|
xfs_io -c "label -s NEWLABEL" /
|
||||||
|
# FAT
|
||||||
|
fatlabel /dev/device NEWLABEL
|
||||||
|
#+end_src
|
||||||
|
|
||||||
#+NAME: config-filesystems
|
#+NAME: config-filesystems
|
||||||
#+begin_src scheme :noweb yes
|
#+begin_src scheme :noweb yes
|
||||||
(file-systems (append (list
|
(file-systems (append (list
|
||||||
|
|
Loading…
Reference in a new issue