Changes between Version 3 and Version 4 of Setup and deploy a trac/gitolite server


Ignore:
Timestamp:
04/29/25 15:29:41 (4 weeks ago)
Author:
enno
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Setup and deploy a trac/gitolite server

    v3 v4  
    1616
    1717
     18(file-system
     19          (mount-point "/")
     20          (device
     21           (file-system-label "NeotekRoot"))
     22          (type "btrfs")
     23          (options (string-append "subvol=@," %btrfs-options))
     24          (needed-for-boot? #t))
     25         (file-system
     26          (mount-point "/home")
     27          (device
     28           (file-system-label "NeotekRoot"))
     29          (type "btrfs")
     30          (options (string-append "subvol=@home," %btrfs-options)))
     31         (file-system
     32          (mount-point "/gnu")
     33          (device
     34           (file-system-label "NeotekRoot"))
     35          (type "btrfs")
     36          (options (string-append "subvol=@gnu," %btrfs-options)))
     37         (file-system
     38          (mount-point "/var/log")
     39          (device
     40           (file-system-label "NeotekRoot"))
     41          (type "btrfs")
     42          (options (string-append "subvol=@log," %btrfs-options)))
     43         (file-system
     44          (mount-point "/boot/efi")
     45          (device "/dev/vda2")
     46          (type "vfat"))