Displaying 6 results from an estimated 6 matches for "3fdf4d0".
2016 Jul 14
1
[PATCH] appliance: touch /etc/fstab when enabling the network (RHBZ#1224795)
.../etc/fstab just before enabling the network: if
that file exists nothing changes, while an empty file will be available
in the other case, making at least dhclient-script in Ubuntu working.
---
appliance/init | 1 +
1 file changed, 1 insertion(+)
diff --git a/appliance/init b/appliance/init
index 3fdf4d0..3816dfd 100755
--- a/appliance/init
+++ b/appliance/init
@@ -118,6 +118,7 @@ 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.
if dhclient --version >/dev...
2016 Jun 01
2
[PATCH v2] rescue: add --autosysroot option RHBZ#1183493
--autosysroot option uses suggestions to user on how to mount filesystems
and change root suggested by --suggest option in virt-rescue.
Commands are passed on kernel command line in format
guestfs_command=command;. Command ends with a semicolon and there can be
multiple commands specified. These are executed just before bash starts.
On successfull run user is presented directly with bash in
2016 Jun 01
0
[PATCH v2] rescue: add --autosysroot option RHBZ#1183493
...r is presented directly with bash in chroot
environment.
Resolves RFE: RHBZ#1183493
---
appliance/init | 5 ++
rescue/rescue.c | 169 +++++++++++++++++++++++++++++++++++++++++++++-----------
2 files changed, 143 insertions(+), 31 deletions(-)
diff --git a/appliance/init b/appliance/init
index 3fdf4d0..0a76398 100755
--- a/appliance/init
+++ b/appliance/init
@@ -192,6 +192,11 @@ else
echo "You have to mount the guest's partitions under /sysroot"
echo "before you can examine them."
echo
+ echo 'Executing commands from kernel cmdline'
+
+ grep -Eo 'gu...
2016 Jun 09
2
Re: [PATCH v2] rescue: add --autosysroot option RHBZ#1183493
...would help too.
> Resolves RFE: RHBZ#1183493
> ---
> appliance/init | 5 ++
> rescue/rescue.c | 169 +++++++++++++++++++++++++++++++++++++++++++++-----------
> 2 files changed, 143 insertions(+), 31 deletions(-)
>
> diff --git a/appliance/init b/appliance/init
> index 3fdf4d0..0a76398 100755
> --- a/appliance/init
> +++ b/appliance/init
> @@ -192,6 +192,11 @@ else
> echo "You have to mount the guest's partitions under /sysroot"
> echo "before you can examine them."
> echo
> + echo 'Executing commands from kernel...
2016 Jun 16
0
Re: [PATCH v2] rescue: add --autosysroot option RHBZ#1183493
...s RFE: RHBZ#1183493
>> ---
>> appliance/init | 5 ++
>> rescue/rescue.c | 169 +++++++++++++++++++++++++++++++++++++++++++++-----------
>> 2 files changed, 143 insertions(+), 31 deletions(-)
>>
>> diff --git a/appliance/init b/appliance/init
>> index 3fdf4d0..0a76398 100755
>> --- a/appliance/init
>> +++ b/appliance/init
>> @@ -192,6 +192,11 @@ else
>> echo "You have to mount the guest's partitions under /sysroot"
>> echo "before you can examine them."
>> echo
>> + echo '...
2016 May 18
21
[PATCH v2 00/11] Getting it work with SLES / openSUSE
Hi all,
v2 includes all comments from Pino and Richard. I also removed the
mkdir /run/lvm in the init since it only failed in one case and couldn't
reproduce it anymore.
Cédric Bosdonnat (11):
v2v: also search for windows virtio drivers in symlinks
Update packagelist for SLES and openSUSE
customize: fix windows firstboot script
customize: change windows firstboot path
customize: