mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-15 21:01:47 +00:00
configure network manager _after_ installing network-manager
This commit is contained in:
parent
1bfac23725
commit
15cacaee96
@ -145,7 +145,6 @@ create_chroot_pass() {
|
|||||||
|
|
||||||
if [ "${passtype}" = "first" ]; then
|
if [ "${passtype}" = "first" ]; then
|
||||||
configure_universe
|
configure_universe
|
||||||
configure_network_manager
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Customizing chroot
|
# Customizing chroot
|
||||||
@ -163,6 +162,7 @@ create_chroot_pass() {
|
|||||||
|
|
||||||
# Kernel should be in first layer
|
# Kernel should be in first layer
|
||||||
if [ "${passtype}" = "first" ]; then
|
if [ "${passtype}" = "first" ]; then
|
||||||
|
configure_network_manager
|
||||||
Chroot chroot "dpkg -l linux-headers-3* linux-headers-4*" 2>/dev/null \
|
Chroot chroot "dpkg -l linux-headers-3* linux-headers-4*" 2>/dev/null \
|
||||||
| awk '/^i/ {print $2}' > chroot.headers
|
| awk '/^i/ {print $2}' > chroot.headers
|
||||||
for i in $(cat chroot.headers); do
|
for i in $(cat chroot.headers); do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user