mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
customize: Remove Customize_utils module.
After the previous commit this module is empty, so remove it.
This commit is contained in:
@@ -52,7 +52,6 @@ SOURCES_MLI = \
|
||||
|
||||
# This list must be in dependency order.
|
||||
SOURCES_ML = \
|
||||
customize_utils.ml \
|
||||
append_line.ml \
|
||||
crypt.ml \
|
||||
firstboot.ml \
|
||||
|
||||
@@ -20,7 +20,6 @@ open Common_gettext.Gettext
|
||||
open Common_utils
|
||||
open Getopt.OptionName
|
||||
|
||||
open Customize_utils
|
||||
open Customize_cmdline
|
||||
|
||||
open Printf
|
||||
|
||||
@@ -22,7 +22,6 @@ open Printf
|
||||
open Common_gettext.Gettext
|
||||
open Common_utils
|
||||
|
||||
open Customize_utils
|
||||
open Customize_cmdline
|
||||
open Password
|
||||
open Append_line
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
(* virt-customize
|
||||
* Copyright (C) 2013-2016 Red Hat Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along
|
||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*)
|
||||
|
||||
(* Utilities/common functions used in virt-customize only. *)
|
||||
|
||||
open Printf
|
||||
|
||||
open Common_utils
|
||||
@@ -21,7 +21,6 @@ open Printf
|
||||
open Common_utils
|
||||
open Common_gettext.Gettext
|
||||
|
||||
open Customize_utils
|
||||
open Regedit
|
||||
|
||||
let unix2dos s =
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
open Common_gettext.Gettext
|
||||
open Common_utils
|
||||
|
||||
open Customize_utils
|
||||
|
||||
open Printf
|
||||
|
||||
type password_crypto = [`MD5 | `SHA256 | `SHA512 ]
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
open Common_gettext.Gettext
|
||||
open Common_utils
|
||||
|
||||
open Customize_utils
|
||||
|
||||
open Printf
|
||||
open Sys
|
||||
open Unix
|
||||
|
||||
@@ -18,8 +18,6 @@
|
||||
|
||||
open Common_utils
|
||||
|
||||
open Customize_utils
|
||||
|
||||
open Printf
|
||||
|
||||
let set_timezone (g : Guestfs.guestfs) root timezone =
|
||||
|
||||
@@ -627,8 +627,6 @@ open Common_utils
|
||||
open Common_gettext.Gettext
|
||||
open Getopt.OptionName
|
||||
|
||||
open Customize_utils
|
||||
|
||||
";
|
||||
generate_ops_struct_decl ();
|
||||
pr "\n";
|
||||
|
||||
@@ -22,7 +22,6 @@ customize/crypt.ml
|
||||
customize/customize_cmdline.ml
|
||||
customize/customize_main.ml
|
||||
customize/customize_run.ml
|
||||
customize/customize_utils.ml
|
||||
customize/firstboot.ml
|
||||
customize/hostname.ml
|
||||
customize/password.ml
|
||||
|
||||
@@ -122,7 +122,6 @@ virt_v2v_CFLAGS = \
|
||||
$(LIBVIRT_CFLAGS)
|
||||
|
||||
BOBJECTS = \
|
||||
$(top_builddir)/customize/customize_utils.cmo \
|
||||
$(top_builddir)/customize/firstboot.cmo \
|
||||
$(top_builddir)/customize/SELinux_relabel.cmo \
|
||||
$(SOURCES_ML:.ml=.cmo)
|
||||
|
||||
Reference in New Issue
Block a user