diff options
Diffstat (limited to 'initrd/distro-specs/ubuntu/functions-5.10')
| -rw-r--r-- | initrd/distro-specs/ubuntu/functions-5.10 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/initrd/distro-specs/ubuntu/functions-5.10 b/initrd/distro-specs/ubuntu/functions-5.10 index 85dd0f3f..59024122 100644 --- a/initrd/distro-specs/ubuntu/functions-5.10 +++ b/initrd/distro-specs/ubuntu/functions-5.10 @@ -65,6 +65,12 @@ for i in rc3.d/K$stop$script rc5.d/K$stop$script \ done } +# extended system users +extpasswd () { +echo -e "" >> /mnt/etc/passwd +echo -e "" >> /mnt/etc/shadow +} + # group of functions for the normal runlevels - first parameter is start # second stop # function for ntp configuration |
