mirror of
https://github.com/bohanyang/debi.git
synced 2026-09-27 06:26:15 +00:00
Update
This commit is contained in:
@@ -22,7 +22,7 @@ sudo sh -c "$(wget -O - https://github.com/brentybh/debian-netboot/raw/master/ne
|
|||||||
### All Options
|
### All Options
|
||||||
|
|
||||||
- `-c US` Debian Installer Country
|
- `-c US` Debian Installer Country
|
||||||
- `-fqdn localhost` FQDN including hostname and domain
|
- `-fqdn localhost.localdomain` FQDN including hostname and domain
|
||||||
- `-proto https` Transport protocol for archive mirror only but not security repository (`http`, `https`, `ftp`)
|
- `-proto https` Transport protocol for archive mirror only but not security repository (`http`, `https`, `ftp`)
|
||||||
- `-host dpvctowv9b08b.cloudfront.net` Host for archive mirror only but not security repository
|
- `-host dpvctowv9b08b.cloudfront.net` Host for archive mirror only but not security repository
|
||||||
- `-dir /debian` Directory path relative to root of the mirror
|
- `-dir /debian` Directory path relative to root of the mirror
|
||||||
|
|||||||
+1
-1
@@ -105,7 +105,7 @@ case "$COUNTRY" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
COUNTRY=${COUNTRY:-US}
|
COUNTRY=${COUNTRY:-US}
|
||||||
FQDN=${FQDN:-localhost}
|
FQDN=${FQDN:-localhost.localdomain}
|
||||||
PROTO=${PROTO:-https}
|
PROTO=${PROTO:-https}
|
||||||
HOST=${HOST:-dpvctowv9b08b.cloudfront.net}
|
HOST=${HOST:-dpvctowv9b08b.cloudfront.net}
|
||||||
DIR=${DIR:-/debian}
|
DIR=${DIR:-/debian}
|
||||||
|
|||||||
Reference in New Issue
Block a user