Displaying 4 results from an estimated 4 matches for "0a76398".
Did you mean:
007639
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
...ented 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 'guestfs_com...
2016 Jun 09
2
Re: [PATCH v2] rescue: add --autosysroot option RHBZ#1183493
...lp 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 cmdline&...
2016 Jun 16
0
Re: [PATCH v2] rescue: add --autosysroot option RHBZ#1183493
...BZ#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 'Executin...