Ubuntu: Fix creating sources.list

In my fixes to improve nano support, I moved this step from inside the
chroot to outside (before) the chroot.  This means the path needs to
start with /mnt.
Richard Laager 2017-06-09 20:44:21 -05:00
parent 1fbb2bbad2
commit 11980e5647
2 changed files with 2 additions and 2 deletions

@ -207,7 +207,7 @@ Customize this file if the system is not a DHCP client.
4.3 Configure the package sources:
# vi /etc/apt/sources.list
# vi /mnt/etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu xenial main universe
deb-src http://archive.ubuntu.com/ubuntu xenial main universe

@ -205,7 +205,7 @@ Customize this file if the system is not a DHCP client.
4.3 Configure the package sources:
# vi /etc/apt/sources.list
# vi /mnt/etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu yakkety main universe
deb-src http://archive.ubuntu.com/ubuntu yakkety main universe