rocky-kiwi-descriptions/root/etc/fstab.script

4 lines
145 B
Plaintext
Raw Permalink Normal View History

2024-11-15 18:10:32 +00:00
#!/bin/sh
# anaconda does this technically.
gawk -i inplace '$2 == "/boot/efi" { $4 = $4",umask=0077,shortname=winnt" } { print $0 }' /etc/fstab