cr,cru
This commit is contained in:
parent
dc087a205b
commit
c03750a2f3
1 changed files with 9 additions and 9 deletions
|
@ -82,16 +82,16 @@ mr() {
|
|||
done
|
||||
}
|
||||
|
||||
alias cr="\
|
||||
chroot \
|
||||
\"overlay/mount\" \
|
||||
"
|
||||
cr() {
|
||||
chroot \
|
||||
"overlay/mount" "${@}"
|
||||
}
|
||||
|
||||
alias cru="\
|
||||
chroot \
|
||||
--userspec \"1000:1000\" \
|
||||
\"overlay/mount\" \
|
||||
"
|
||||
cru() {
|
||||
chroot \
|
||||
--userspec "1000:1000" \
|
||||
"overlay/mount" "${@}"
|
||||
}
|
||||
|
||||
ur() {
|
||||
local directory
|
||||
|
|
Loading…
Reference in a new issue