diff options
| author | Blake Romero <blake@blkrom.com> | 2024-04-18 18:50:34 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-04-18 18:50:34 +0100 |
| commit | 24ea394107199d146dd656da33e13fdc2d87a54e (patch) | |
| tree | 226d255b197f66f4aec3c9de2218acc4151ea343 /install-artix.sh | |
| parent | a4132feeeb7dae4ec8a3b3292748c2618022a50a (diff) | |
Set file-system table to use labels
Diffstat (limited to 'install-artix.sh')
| -rwxr-xr-x | install-artix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-artix.sh b/install-artix.sh index 03e44d9..e0e820b 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -253,7 +253,7 @@ for service in ${services}; do done # Generate file-system table -fstabgen -U /mnt >> /mnt/etc/fstab +fstabgen -L /mnt >> /mnt/etc/fstab # Set swappiness levels [ -d /mnt/etc/sysctl.d/ ] || mkdir -p /mnt/etc/sysctl.d/ |
