dracut: chown after chroot to NEWROOT instead.
This commit is contained in:
parent
4631d5a919
commit
e80d4edb1b
@ -40,5 +40,5 @@ polkit.addRule(function(action, subject) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
_EOF
|
_EOF
|
||||||
chown polkitd:polkitd ${NEWROOT}/etc/polkit-1/rules.d/void-live.rules
|
chroot ${NEWROOT} chown polkitd:polkitd /etc/polkit-1/rules.d/void-live.rules
|
||||||
fi
|
fi
|
||||||
|
@ -11,7 +11,6 @@ depends() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
install() {
|
install() {
|
||||||
inst /usr/bin/chown
|
|
||||||
inst /usr/bin/chroot
|
inst /usr/bin/chroot
|
||||||
inst /usr/bin/chmod
|
inst /usr/bin/chmod
|
||||||
inst /usr/bin/sed
|
inst /usr/bin/sed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user