Skip to content
GitLab
Menu
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
9a39daff
Commit
9a39daff
authored
Dec 13, 2017
by
Luc Didry
Browse files
Fix preseed file use oblivion
parent
c3423040
Changes
1
Hide whitespace changes
Inline
Side-by-side
preseed_creator.sh
View file @
9a39daff
...
...
@@ -148,7 +148,12 @@ then
exit
1
fi
echo
"d-i debian-installer/locale string fr_BE"
>
preseed.cfg
if
[[
-z
$PRESEED
]]
then
echo
"d-i debian-installer/locale string fr_BE"
>
preseed.cfg
else
cp
$PRESEED
preseed.cfg
fi
find
.
| cpio
-H
newc
--create
2>/dev/null |
gzip
-9
>
../cd/install.amd/initrd.gz 2>/dev/null
if
[
$?
-ne
0
]
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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