pmbootstrap/pmb/helpers
Pablo Castellano b4dd7a89d2 Close #709: Improve user creation (#725)
* Allow to specify a custom username in "pmbootstrap init"
* Build chroots have "pmos" instead of "user" as username now
* Installation user UID is 1000 now (as in all other Linux distributions)
* Adjust autologins
* postmarketos-base: enable wheel group for sudo, removed previous sudoers file
* Implement safe upgrade path:
We save the version of the work folder format now, in $WORK/version.
When this file does not exist, it defaults to 0.
In case it does not match the currently required version
(pmb.config.work_version), then ask the user if it should
automatically be upgraded.
2017-10-12 20:08:10 +00:00
..
__init__.py Hello, there! 2017-05-26 22:08:45 +02:00
cli.py Add -y/--assume-yes option to install (#450) (#467) 2017-08-26 15:50:04 +00:00
devices.py Close #194: Aports subfolders! See migration guide in the wiki (#227) 2017-07-28 22:34:40 +00:00
file.py Fix #271: properly resolve symlinks in all paths (#329) 2017-08-15 14:08:48 +00:00
frontend.py Close #709: Improve user creation (#725) 2017-10-12 20:08:10 +00:00
git.py Close #709: Improve user creation (#725) 2017-10-12 20:08:10 +00:00
http.py Changed sha512 to sha256 to avoid "file name too long" error (issue #51) 2017-06-04 17:00:02 +02:00
logging.py Close #709: Improve user creation (#725) 2017-10-12 20:08:10 +00:00
mount.py Fix #271: properly resolve symlinks in all paths (#329) 2017-08-15 14:08:48 +00:00
other.py Close #709: Improve user creation (#725) 2017-10-12 20:08:10 +00:00
repo.py Close #709: Improve user creation (#725) 2017-10-12 20:08:10 +00:00
run.py Qemu support for the QXL driver and SPICE (#481) 2017-09-26 20:52:00 +00:00
ui.py Minor fixes (#316) 2017-08-06 12:50:38 +00:00