Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fiat Tux
Hat softwares
preseed-creator
Commits
665d316e
Verified
Commit
665d316e
authored
Jul 13, 2021
by
Luc Didry
Browse files
Change default preseed from `d-i debian-installer/locale string fr_BE` to `fr_FR`
parent
8abbc27a
Changes
1
Hide whitespace changes
Inline
Side-by-side
preseed_creator.sh
View file @
665d316e
...
...
@@ -7,7 +7,7 @@ Preseed Creator (c) Luc Didry 2017, WTFPL
Options:
-i <image.iso> ISO image to preseed. If not provided, the script will download and use the latest Debian amd64 netinst ISO image
-o <preseeded_image.iso> output preseeded ISO image. Default to preseed_creator/debian-netinst-latest-preseed.ISO
-p <preseed_file.cfg> preseed file. If not provided, the script will put "d-i debian-installer/locale string fr_
BE
" in the preseed.cfg file
-p <preseed_file.cfg> preseed file. If not provided, the script will put "d-i debian-installer/locale string fr_
FR
" in the preseed.cfg file
-x Use xorriso instead of genisoimage, to create an iso-hybrid
-d download the latest Debian amd64 netinst ISO image in the current folder
-g download the latest Debian stable example preseed file into preseed_example.cfg and exit
...
...
@@ -207,7 +207,7 @@ fi
if
[[
-z
$PRESEED
]]
then
echo
"d-i debian-installer/locale string fr_
BE
"
>
preseed.cfg
echo
"d-i debian-installer/locale string fr_
FR
"
>
preseed.cfg
else
cp
$PRESEED
preseed.cfg
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment