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
clere
sambaedu-ipxe
Commits
b10003eb
Unverified
Commit
b10003eb
authored
Mar 26, 2018
by
mbansse
Committed by
GitHub
Mar 26, 2018
Browse files
installeur avec preseed se4ad en php
parent
6a19a3cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
sources/ipxe/php/install_linux/se4ad
0 → 100644
View file @
b10003eb
<?php
header
(
"Content-type: text/plain"
);
echo
"#!ipxe
\n
"
;
require_once
(
'../params.php'
);
echo
"kernel tftp://${se3ip}/debian-installer-stretch/amd64/linux
\n
"
;
echo
"initrd tftp://${se3ip}/debian-installer-stretch/amd64/initrd.gz
\n
"
;
echo
"imgargs linux auto=true priority=critical preseed/url=http://${se3ip}/diconf/se4ad.preseed
\n
"
;
echo
"boot || goto failed
\n
"
;
echo
"goto start
\n
"
;
?>
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