logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

passwd-in-image - change password of a user inside a disk image file

Author

       FreedomBox Developers

Bugs

       See the freedom-makerissuetracker[1] for a full list of known issues and TODO items.

Description

       FreedomBox is a community project to develop, design and promote personal servers running free software
       for private, personal communications. It is a networking appliance designed to allow interfacing with the
       rest of the Internet under conditions of protected privacy and data security. It hosts applications such
       as blog, wiki, website, social network, email, web proxy and a Tor relay on a device that can replace a
       wireless router so that data stays with the users.

       freedom-maker is a tool to build FreedomBox images for various single board computers, virtual machines
       and general purpose computers.

       Password in image script lets you change the password of a user in an image file generated by
       freedom-maker.

Examples

Example1.ChangepasswordforfbxdefaultuserinBeagleBoneimage

           $ passwd-in-image freedom-maker-beaglebone.img fbx
                 --password somepassword

       Change the password of the user with username someuser to somepassword.

Name

       passwd-in-image - change password of a user inside a disk image file

Notes

        1. freedom-maker issue tracker
           https://salsa.debian.org/freedombox-team/freedom-maker/-/issues

0.32                                               02/09/2024                                 PASSWD-IN-IMAGE(1)

Options

image
           Disk image file (.img or .vdi) inside which user manipulation is sought.

       user
           User account to change password for.

       --passwordPASSWORD
           New password for the user.

Synopsis

passwd-in-image [image] [user] [--password {PASSWORD}] [-h,--help]

See Also