Skip to content

Commit

Permalink
mirror for preseed
Browse files Browse the repository at this point in the history
  • Loading branch information
slspeek committed Aug 19, 2024
1 parent 4f13196 commit 1abe046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ live_gnome_complete: prepare
live_gnome: prepare
$(LIVE_BUILD_CMD) -u $(DEFAULT_USER) -p essential-cli-tools,desktop,dutch-desktop -n gnome -t gnome -c gists,firefox-extensions,error-prompt,golang,google-chrome,chrome-remote-desktop,vscode,dotnet,tmux-conf

lives: live_server live_gnome_complete live_gnome

.ONESHELL:
validate_preseeds:
@for FILE in $(wildcard build/*.cfg)
Expand Down
2 changes: 1 addition & 1 deletion preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ d-i netcfg/get_hostname string unassigned-hostname
d-i netcfg/get_domain string unassigned-domain

d-i netcfg/wireless_wep string
d-i mirror/country string NL
d-i mirror/country string manual
d-i mirror/http/hostname string nl.mirrors.clouvider.net
d-i mirror/http/directory string /debian
d-i mirror/http/proxy string
Expand Down

0 comments on commit 1abe046

Please sign in to comment.