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.
parent
1fbb2bbad2
commit
11980e5647
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue