rocky-kiwi-descriptions/root/etc/fstab.script
Louis Abel e2942d1e4b
poc: init for r9
Working live image of XFCE. Cloud portions available but untested.

Signed-off-by: Louis Abel <label@rockylinux.org>
2024-03-28 23:19:47 -07:00

4 lines
145 B
Bash

#!/bin/sh
# anaconda does this technically.
gawk -i inplace '$2 == "/boot/efi" { $4 = $4",umask=0077,shortname=winnt" } { print $0 }' /etc/fstab