[
https://issues.apache.org/jira/browse/VCL-969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15384839#comment-15384839
]
ASF subversion and git services commented on VCL-969:
-----------------------------------------------------
Commit 1753423 from [email protected] in branch 'vcl/trunk'
[ https://svn.apache.org/r1753423 ]
VCL-961
Added generate_ifcfg_file subroutines to Linux.pm. Updated enable_dhcp and
set_static_public_address to use it.
Reworked Linux.pm::set_static_public_address to not simply overwrite the
ifcfg-* file. Changed set_static_public_address to use set_default_gateway and
update_resolv_conf subroutines rather than using duplicated code.
Updated Linux.pm::get_network_configuration to retrieve network bridge
information and add it to the hash returned. Updated
OS.pm::get_public_interface_name to check if the configuration for an interface
contains a 'master' key indicating that the interface is a slave -- usually
because it is bridged. If this key is set then the interface isn't considered.
Fixed some regex/parsing issues with Linux.pm::get_network_bridge_info.
VCL-970
Added code to create a route-* file in Linux.pm::set_default_gateway so that
the default gateway persists across reboots. Also added code to enable_dhcp to
delete an interface's route-* file.
VCL-969
Added code to Linux.pm::pre_capture to disable the 'firstboot' service if it
exists.
> Disable firstboot service for Linux images
> ------------------------------------------
>
> Key: VCL-969
> URL: https://issues.apache.org/jira/browse/VCL-969
> Project: VCL
> Issue Type: Improvement
> Components: vcld (backend)
> Reporter: Andy Kurth
> Assignee: Andy Kurth
> Fix For: 2.5
>
> Attachments: firstboot-screen.png
>
>
> The *firstboot* service is enabled by default on some Linux distributions.
> This is what causes the _Choose a Tool_ configuration page to automatically
> appear after boot instead of a login prompt:
> !firstboot-screen.png!
> This isn't problematic but is somewhat annoying. Disabling the *firstboot*
> service during image capture would prevent this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)