Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation 2.0 #2249

Draft
wants to merge 32 commits into
base: future3/develop
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
b713bac
Categorize install options
pabera Jan 9, 2024
3eb53d7
Move code for IVP6 into separate function; allow both enable/disable …
pabera Jan 9, 2024
a36ded9
Change folder location for options
pabera Jan 9, 2024
e99159f
[ipv6] remove unnecessary test
pabera Jan 9, 2024
f7aa58e
refactor: Allow to enable/disable bluetooth
pabera Jan 9, 2024
085ec43
refactor: Allow to enable/disable and set static ip
pabera Jan 10, 2024
5abd1ff
refactor: Keep raspi-config service alive
pabera Jan 10, 2024
04b84de
refactor: Allow to enable/disable and set boot screen
pabera Jan 10, 2024
ba53cbe
fix: Typo in boot_screen.sh
pabera Jan 10, 2024
188d544
Revert "refactor: Keep raspi-config service alive"
pabera Jan 10, 2024
735b699
fix: Add mixing verify_file_does_not_contain_string function
pabera Jan 10, 2024
c99ded4
fix: Do not depend on raspi-config for boot_screen
pabera Jan 10, 2024
8f6000a
Merge branch 'future3/develop' into future3/feature/installation
pabera Jan 16, 2024
22ef685
fix: Typo
pabera Jan 17, 2024
49cf4c5
Merge branch 'future3/develop' into future3/feature/installation
pabera Jan 22, 2024
b89435f
refactor: abstract boot_path function
pabera Jan 22, 2024
8e4ec13
refactor: outsource boot_logs and systemctl_services
pabera Jan 22, 2024
735063f
Remove option 'Disable on-chip audio' in favor of self-service
pabera Jan 23, 2024
334465e
Remove option 'Disable on-chip audio' in favor of self-service
pabera Jan 23, 2024
a1ebeed
rename: optimize_boot_time to optimized_defaults
pabera Jan 23, 2024
9451924
fix: make options scripts executable
pabera Jan 23, 2024
08cfcb7
refactor: introduce optimized defaults, opinionated improvements
pabera Jan 23, 2024
4ed3a9c
refactor: make ssh_qos.sh an option
pabera Jan 23, 2024
c4a7530
fix: remove unnecessary variable
pabera Jan 23, 2024
02b4bf0
fix: remove bluetooth from installation questionaire
pabera Jan 24, 2024
d812fc1
refactor: move former raspi-config changes into optimized_defaults
pabera Jan 24, 2024
26c5143
Merge branch 'future3/develop' into future3/feature/installation
pabera Feb 8, 2024
b55ca41
Merge branch 'future3/develop' into future3/feature/installation
pabera Mar 1, 2024
de693f7
Align new install script with NetworkManager update
pabera Mar 1, 2024
989571d
Do not disable IPv6 automatically in installation. Still keep functio…
pabera Mar 1, 2024
db609d6
Get back some functions from previous commits
pabera Mar 1, 2024
5684365
Delete set_raspi_config file
pabera Mar 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: remove bluetooth from installation questionaire
  • Loading branch information
pabera committed Jan 24, 2024
commit 02b4bf068136466da1868a3b1e3503e4bf57776c
1 change: 0 additions & 1 deletion installation/routines/customize_options.sh
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ _run_customize_options() {
_option_ipv6 # Optional: Not required for installation
_option_static_ip # Optional: Not required for installation
_option_autohotspot # Optional: Not required for installation
_option_bluetooth # Optional: Not required for installation
_option_mpd # !!Required, without options
_option_rfid_reader # !!Required, with options
_option_samba # !!Required, without options
Expand Down