From 944281cdfbaf5d6297acd43d92cb35f4af9459ce Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Thu, 11 Oct 2018 23:18:35 +0800 Subject: [PATCH] Confusing mistake in README due to order of options --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c866a80..cb85411 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ sudo sh -c "$(wget -O - https://github.com/brentybh/debian-netboot/raw/master/ne - `-ntp pool.ntp.org` NTP server - `-upgrade full-upgrade` Whether to upgrade packages after debootstrap (`none`, `safe-upgrade`, `full-upgrade`) - `-s http://security.debian.org/debian-security` Custom URL for security repository mirror - - `-ip 192.168.1.42` Configure network manually with an IP address (following options only work when IP address specified) - `-fs ext4` Filesystem for partition + - `-ip 192.168.1.42` Configure network manually with an IP address (following options only work when IP address specified) - `-cidr 255.255.255.0` Netmask for manual network configuration - `-gw 192.168.1.1` Gateway for manual network configuration - `-ns "8.8.8.8 8.8.4.4"` DNS for manual network configuration