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


Ignore:
Timestamp:
04/29/25 15:35:30 (2 months ago)
Author:
enno
Comment:

--

Legend:

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

    v4 v5  
    1414== Filesystem layout
    1515
    16 
    17 
    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"))
     16|| Mount point || Label / device || Type || Options || Flags ||
     17|| / || NeotekRoot || btrfs || subvol=@ || needed-for-boot ||
     18|| /home || NeotekRoot || btrfs || subvol=@home || - ||
     19|| /gnu || NeotekRoot || btrfs || subvol=@gnu || - ||
     20|| /var/log || NeotekRoot || btrfs || subvol=@log || - ||
     21|| /boot/efi || /dev/vda2 || vfat || - || - ||