From bb3602d4081e5d6d56ea3629f808cc2ed5f56f94 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Wed, 29 Nov 2017 14:24:40 +0000 Subject: draklive2: major rework to use grub2 as the bootloader. Drop some unwanted stuff in the process: - the --boot-only option (not really very useful) - the progress indicator in build_iso_image() (xorriso reports progress itself) --- lib/MDV/Draklive/Storage.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/MDV/Draklive/Storage.pm') diff --git a/lib/MDV/Draklive/Storage.pm b/lib/MDV/Draklive/Storage.pm index 0bf1fa9..e531dc7 100644 --- a/lib/MDV/Draklive/Storage.pm +++ b/lib/MDV/Draklive/Storage.pm @@ -6,7 +6,6 @@ our %storage_types = ( iso => { modules => 'bus/firewire|usb disk/firewire|hardware_raid|ide|sata|scsi|usb', fs => 'iso9660', - can_hide => 0, source => 'LABEL=MDVISOROOT', read_only => 1, create => \&main::create_iso_master, -- cgit v1.2.1