search for: b1c4d09ea

Displaying 3 results from an estimated 3 matches for "b1c4d09ea".

2019 Apr 18
2
[PATCH] appliance: Remove /etc/dhcp/dhclient-enter-hooks.d/resolved.
...'t work because systemd is not used inside the appliance. See: https://bugs.launchpad.net/ubuntu/+source/supermin/+bug/1824236 Thanks: Ioanna Alifieraki --- appliance/init | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appliance/init b/appliance/init index 4f2b55822..b1c4d09ea 100755 --- a/appliance/init +++ b/appliance/init @@ -122,7 +122,9 @@ ip link set dev lo up if test "$guestfs_network" = 1; then iface=$(ls -I all -I default -I lo /proc/sys/net/ipv4/conf) - touch /etc/fstab # Workaround for Ubuntu. + # Two workarounds for Ubuntu: + touc...
2019 Apr 18
0
Re: [PATCH] appliance: Remove /etc/dhcp/dhclient-enter-hooks.d/resolved.
...appliance. See: > > https://bugs.launchpad.net/ubuntu/+source/supermin/+bug/1824236 > > Thanks: Ioanna Alifieraki > --- > appliance/init | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/appliance/init b/appliance/init > index 4f2b55822..b1c4d09ea 100755 > --- a/appliance/init > +++ b/appliance/init > @@ -122,7 +122,9 @@ ip link set dev lo up > > if test "$guestfs_network" = 1; then > iface=$(ls -I all -I default -I lo /proc/sys/net/ipv4/conf) > - touch /etc/fstab # Workaround for Ubuntu. > +...
2019 Apr 18
2
Re: [PATCH] appliance: Remove /etc/dhcp/dhclient-enter-hooks.d/resolved.
...ugs.launchpad.net/ubuntu/+source/supermin/+bug/1824236 > > > > Thanks: Ioanna Alifieraki > > --- > > appliance/init | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > diff --git a/appliance/init b/appliance/init > > index 4f2b55822..b1c4d09ea 100755 > > --- a/appliance/init > > +++ b/appliance/init > > @@ -122,7 +122,9 @@ ip link set dev lo up > > > > if test "$guestfs_network" = 1; then > > iface=$(ls -I all -I default -I lo /proc/sys/net/ipv4/conf) > > - touch /etc/fstab #...