1
0

Ajout de l'option isupgrade, et suppression des option inutiles

This commit is contained in:
Daniel Tartavel 2018-10-27 21:00:27 +02:00
parent bc7cd08473
commit 8ca7ca35e0

View File

@ -4,19 +4,7 @@
# You can do this with 'perl -cw auto_inst.cfg.pl' or by executing this file # You can do this with 'perl -cw auto_inst.cfg.pl' or by executing this file
# (note the '#!/usr/bin/perl -cw' on the first line). # (note the '#!/usr/bin/perl -cw' on the first line).
$o = { $o = {
'X' => { 'isUpgrade' => 1,
'monitors' => [
{
'VendorName' => 'Plug\'n Play',
'manually_chosen' => 1
}
],
'resolution_wanted' => 'x'
},
'authentication' => {
'sha512' => 1,
'shadow' => 1
},
'autoExitInstall' => '1', 'autoExitInstall' => '1',
'default_packages' => [ 'default_packages' => [
'acpi', 'acpi',
@ -727,29 +715,6 @@ $o = {
'numlock' => 1, 'numlock' => 1,
'HDPARM' => 1 'HDPARM' => 1
}, },
'mouse' => {
'EmulateWheel' => undef,
'MOUSETYPE' => 'ps/2',
'Protocol' => 'ExplorerPS/2',
'device' => 'input/mice',
'evdev_mice' => [
{
'HWheelRelativeAxisButtons' => '7 6',
'device' => '/dev/input/by-id/usb-noserial-event-mouse'
}
],
'evdev_mice_all' => [
{
'HWheelRelativeAxisButtons' => '7 6',
'device' => '/dev/input/by-id/usb-noserial-event-mouse'
}
],
'name' => 'Any PS/2 & USB mice',
'nbuttons' => 7,
'synaptics' => undef,
'type' => 'Universal',
'wacom' => []
},
'net' => { 'net' => {
'PROFILE' => 'default', 'PROFILE' => 'default',
'ethernet' => {}, 'ethernet' => {},