[scripts] mkloopcard_beagleboard_xm_chroot_hook: add "sabayon" to disk group
This commit is contained in:
parent
46f20a6446
commit
75dfc2125f
@ -81,6 +81,9 @@ setup_users() {
|
||||
sabayon_setup_live_user "sabayon" || exit 1
|
||||
# setup "sabayon" password to... sabayon!
|
||||
echo "sabayon:sabayon" | chpasswd
|
||||
|
||||
# also add "sabayon" to disk group
|
||||
usermod -a -G disk sabayon
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user