You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove distro specific checks to configure path of tools (#86)
Remove checks for specific distros, to be flexible and scalable.
Per-distro path variables will be added in later commits.
In libazureinit, add build script `build.rs` to configure build-time
custom paths. Use `env!` to consume the paths instead of hard-coding.
Split create_user() into 2 functions, create_user_with_useradd() and
set_password_with_passwd(), rename set_hostname to
set_hostname_with_hostnamectl(). This is to prepare migration to
builder pattern to make each command customizable by users in later PRs.
0 commit comments