Ajout de l'option isupgrade, et suppression des option inutiles
This commit is contained in:
parent
bc7cd08473
commit
8ca7ca35e0
@ -4,19 +4,7 @@
|
||||
# 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).
|
||||
$o = {
|
||||
'X' => {
|
||||
'monitors' => [
|
||||
{
|
||||
'VendorName' => 'Plug\'n Play',
|
||||
'manually_chosen' => 1
|
||||
}
|
||||
],
|
||||
'resolution_wanted' => 'x'
|
||||
},
|
||||
'authentication' => {
|
||||
'sha512' => 1,
|
||||
'shadow' => 1
|
||||
},
|
||||
'isUpgrade' => 1,
|
||||
'autoExitInstall' => '1',
|
||||
'default_packages' => [
|
||||
'acpi',
|
||||
@ -727,29 +715,6 @@ $o = {
|
||||
'numlock' => 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' => {
|
||||
'PROFILE' => 'default',
|
||||
'ethernet' => {},
|
||||
|
Reference in New Issue
Block a user