Merge pull request #1 from gh2o/debian8

Update from upstream
This commit is contained in:
Les De Ridder 2015-11-25 20:06:56 +01:00
commit e05e5737cc
2 changed files with 2 additions and 3 deletions

View File

@ -29,8 +29,7 @@ This script supports several flags, all of which are optional.
* `--archlinux_mirror` * `--archlinux_mirror`
The Arch Linux mirror from which the bootstrap image and packages should be The Arch Linux mirror from which the bootstrap image and packages should be
downloaded. Defaults to the DigitalOcean mirror at downloaded. Defaults to http://mirrors.kernel.org/archlinux
http://mirrors.digitalocean.com/archlinux.
* `--kernel_package` * `--kernel_package`
The kernel package to install. Defaults to the vanilla `linux` package. The kernel package to install. Defaults to the vanilla `linux` package.
Other options include `linux-lts` for long term support and `linux-grsec` for Other options include `linux-lts` for long term support and `linux-grsec` for

View File

@ -32,7 +32,7 @@ run_from_file() {
######################################## ########################################
# mirror from which to download archlinux packages # mirror from which to download archlinux packages
archlinux_mirror="http://mirrors.digitalocean.com/archlinux" archlinux_mirror="http://mirrors.kernel.org/archlinux"
# package to use as kernel (linux or linux-lts) # package to use as kernel (linux or linux-lts)
kernel_package=linux kernel_package=linux