Update
This commit is contained in:
parent
5054982616
commit
567aa08d33
|
@ -9,7 +9,7 @@ function usage {
|
|||
|
||||
function check_root {
|
||||
[ $EUID -eq 0 ] && return
|
||||
echo "dracut-ukify requires root privileges to work" >&2
|
||||
echo "dracut-initramfs requires root privileges to work" >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue