Mageia Bugzilla – Attachment 3774 Details for
Bug 9784
generated auto_inst.cfg.pl missing (LVM, and mdadm RAID, and user details)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
auto_inst that is missing info about LVM and raid
auto_inst.cfg.pl (text/plain), 4.84 KB, created by
Glen Ogilvie
on 2013-04-20 06:25:17 CEST
(
hide
)
Description:
auto_inst that is missing info about LVM and raid
Filename:
MIME Type:
Creator:
Glen Ogilvie
Created:
2013-04-20 06:25:17 CEST
Size:
4.84 KB
patch
obsolete
>#!/usr/bin/perl -cw ># ># You should check the syntax of this file before using it in an auto-install. ># 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 = { > 'timezone' => { > 'ntp' => undef, > 'timezone' => 'Pacific/Auckland', > 'UTC' => 1 > }, > 'security_user' => undef, > 'default_packages' => [ > 'libalsa-data', > 'mandi-ifw', > 'mageia-gfxboot-theme', > 'mdadm', > 'dhcp-client', > 'pm-utils', > 'oxygen-gtk3', > 'vim-enhanced', > 'openssh-server', > 'basesystem', > 'acpid', > 'tmpwatch', > 'strace', > 'plymouth-scripts', > 'coreutils-doc', > 'aoss', > 'locales-en', > 'sharutils', > 'acpi', > 'shorewall', > 'perl-Hal-Cdroms', > 'at-spi2-core', > 'xdg-user-dirs-gtk', > 'suspend', > 'oxygen-icon-theme', > 'lib64gvfscommon0', > 'lsof', > 'ldetect', > 'info', > 'man-pages', > 'harddrake', > 'hdparm', > 'lftp', > 'grub', > 'drakx-net-text', > 'btrfs-progs', > 'cronie-anacron', > 'kernel-desktop-latest', > 'lib64openssl-engines1.0.0', > 'lvm2', > 'tree', > 'sudo', > 'hexedit', > 'lib64alsa-plugins', > 'numlock', > 'procmail', > 'curl', > 'gnome-keyring', > 'nss_mdns', > 'microcode_ctl', > 'bc', > 'iwlwifi-agn-ucode', > 'rtlwifi-firmware', > 'kernel-firmware-nonfree', > 'radeon-firmware', > 'microcode', > 'ralink-firmware' > ], > 'users' => [ > { > 'icon' => 'default', > 'uid' => undef, > 'name' => 'nelg', > 'realname' => 'nelg', > 'groups' => [], > 'shell' => '/bin/bash', > 'gid' => undef > } > ], > 'locale' => { > 'country' => 'NZ', > 'IM' => undef, > 'lang' => 'en_NZ', > 'langs' => { > 'en_NZ' => 1 > }, > 'utf8' => 1 > }, > 'net' => { > 'zeroconf' => {}, > 'network' => { > 'NETWORKING' => 'yes', > 'CRDA_DOMAIN' => 'NZ' > }, > 'resolv' => { > 'DOMAINNAME' => undef, > 'dnsServer' => undef, > 'DOMAINNAME2' => undef, > 'dnsServer2' => undef, > 'DOMAINNAME3' => undef, > 'dnsServer3' => undef > }, > 'wireless' => {}, > 'ethernet' => {}, > 'ifcfg' => { > 'eth0' => { > 'BOOTPROTO' => 'dhcp', > 'HWADDR' => undef, > 'DEVICE' => 'eth0', > 'NETMASK' => '255.255.255.0', > 'BROADCAST' => '', > 'NETWORK' => '', > 'ONBOOT' => 'yes', > 'METRIC' => 10 > } > }, > 'net_interface' => 'eth0', > 'type' => 'ethernet', > 'PROFILE' => 'default' > }, > 'authentication' => { > 'shadow' => 1, > 'blowfish' => 1 > }, > 'partitions' => [ > { > 'fs_type' => 'ext4', > 'mntpoint' => '/boot', > 'size' => 691456 > }, > { > 'fs_type' => 'swap', > 'mntpoint' => 'swap', > 'size' => 1065408 > }, > { > 'fs_type' => 'ext4', > 'mntpoint' => '/', > 'size' => 8822784 > }, > { > 'fs_type' => 'xfs', > 'mntpoint' => '/home', > 'size' => 1777664 > }, > { > 'fs_type' => 'btrfs', > 'mntpoint' => '/var', > 'size' => 4014080 > }, > { > 'fs_type' => 'ext4', > 'mntpoint' => '/raid', > 'size' => 609808 > } > ], > 'partitioning' => { > 'auto_allocate' => '', > 'clearall' => 0, > 'eraseBadPartitions' => 0 > }, > 'superuser' => { > 'pw' => '$2a$08$qSMAQoJz/JsutHBC4GzDjeCedgigENdbI2AIVo2WWVhgHHPzKOgqO', > 'uid' => '0', > 'realname' => 'root', > 'shell' => '/bin/bash', > 'home' => '/root', > 'gid' => '0' > }, > 'security' => 1, > 'mouse' => { > 'EmulateWheel' => undef, > 'synaptics' => undef, > 'name' => 'Any PS/2 & USB mice', > 'device' => 'input/mice', > 'evdev_mice' => [ > { > 'device' => '/dev/input/by-id/usb--event-mouse', > 'HWheelRelativeAxisButtons' => '7 6' > } > ], > 'evdev_mice_all' => [ > { > 'device' => '/dev/input/by-id/usb--event-mouse', > 'HWheelRelativeAxisButtons' => '7 6' > }, > { > 'device' => '/dev/input/by-id/usb--event-mouse', > 'HWheelRelativeAxisButtons' => '7 6' > } > ], > 'type' => 'Universal', > 'nbuttons' => 7, > 'Protocol' => 'ExplorerPS/2', > 'wacom' => [], > 'MOUSETYPE' => 'ps/2' > }, > 'interactiveSteps' => [ > 'doPartitionDisks', > 'formatPartitions' > ], > 'autoExitInstall' => '', > 'keyboard' => { > 'GRP_TOGGLE' => '', > 'KEYBOARD' => 'us' > } > };
#!/usr/bin/perl -cw # # You should check the syntax of this file before using it in an auto-install. # 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 = { 'timezone' => { 'ntp' => undef, 'timezone' => 'Pacific/Auckland', 'UTC' => 1 }, 'security_user' => undef, 'default_packages' => [ 'libalsa-data', 'mandi-ifw', 'mageia-gfxboot-theme', 'mdadm', 'dhcp-client', 'pm-utils', 'oxygen-gtk3', 'vim-enhanced', 'openssh-server', 'basesystem', 'acpid', 'tmpwatch', 'strace', 'plymouth-scripts', 'coreutils-doc', 'aoss', 'locales-en', 'sharutils', 'acpi', 'shorewall', 'perl-Hal-Cdroms', 'at-spi2-core', 'xdg-user-dirs-gtk', 'suspend', 'oxygen-icon-theme', 'lib64gvfscommon0', 'lsof', 'ldetect', 'info', 'man-pages', 'harddrake', 'hdparm', 'lftp', 'grub', 'drakx-net-text', 'btrfs-progs', 'cronie-anacron', 'kernel-desktop-latest', 'lib64openssl-engines1.0.0', 'lvm2', 'tree', 'sudo', 'hexedit', 'lib64alsa-plugins', 'numlock', 'procmail', 'curl', 'gnome-keyring', 'nss_mdns', 'microcode_ctl', 'bc', 'iwlwifi-agn-ucode', 'rtlwifi-firmware', 'kernel-firmware-nonfree', 'radeon-firmware', 'microcode', 'ralink-firmware' ], 'users' => [ { 'icon' => 'default', 'uid' => undef, 'name' => 'nelg', 'realname' => 'nelg', 'groups' => [], 'shell' => '/bin/bash', 'gid' => undef } ], 'locale' => { 'country' => 'NZ', 'IM' => undef, 'lang' => 'en_NZ', 'langs' => { 'en_NZ' => 1 }, 'utf8' => 1 }, 'net' => { 'zeroconf' => {}, 'network' => { 'NETWORKING' => 'yes', 'CRDA_DOMAIN' => 'NZ' }, 'resolv' => { 'DOMAINNAME' => undef, 'dnsServer' => undef, 'DOMAINNAME2' => undef, 'dnsServer2' => undef, 'DOMAINNAME3' => undef, 'dnsServer3' => undef }, 'wireless' => {}, 'ethernet' => {}, 'ifcfg' => { 'eth0' => { 'BOOTPROTO' => 'dhcp', 'HWADDR' => undef, 'DEVICE' => 'eth0', 'NETMASK' => '255.255.255.0', 'BROADCAST' => '', 'NETWORK' => '', 'ONBOOT' => 'yes', 'METRIC' => 10 } }, 'net_interface' => 'eth0', 'type' => 'ethernet', 'PROFILE' => 'default' }, 'authentication' => { 'shadow' => 1, 'blowfish' => 1 }, 'partitions' => [ { 'fs_type' => 'ext4', 'mntpoint' => '/boot', 'size' => 691456 }, { 'fs_type' => 'swap', 'mntpoint' => 'swap', 'size' => 1065408 }, { 'fs_type' => 'ext4', 'mntpoint' => '/', 'size' => 8822784 }, { 'fs_type' => 'xfs', 'mntpoint' => '/home', 'size' => 1777664 }, { 'fs_type' => 'btrfs', 'mntpoint' => '/var', 'size' => 4014080 }, { 'fs_type' => 'ext4', 'mntpoint' => '/raid', 'size' => 609808 } ], 'partitioning' => { 'auto_allocate' => '', 'clearall' => 0, 'eraseBadPartitions' => 0 }, 'superuser' => { 'pw' => '$2a$08$qSMAQoJz/JsutHBC4GzDjeCedgigENdbI2AIVo2WWVhgHHPzKOgqO', 'uid' => '0', 'realname' => 'root', 'shell' => '/bin/bash', 'home' => '/root', 'gid' => '0' }, 'security' => 1, 'mouse' => { 'EmulateWheel' => undef, 'synaptics' => undef, 'name' => 'Any PS/2 & USB mice', 'device' => 'input/mice', 'evdev_mice' => [ { 'device' => '/dev/input/by-id/usb--event-mouse', 'HWheelRelativeAxisButtons' => '7 6' } ], 'evdev_mice_all' => [ { 'device' => '/dev/input/by-id/usb--event-mouse', 'HWheelRelativeAxisButtons' => '7 6' }, { 'device' => '/dev/input/by-id/usb--event-mouse', 'HWheelRelativeAxisButtons' => '7 6' } ], 'type' => 'Universal', 'nbuttons' => 7, 'Protocol' => 'ExplorerPS/2', 'wacom' => [], 'MOUSETYPE' => 'ps/2' }, 'interactiveSteps' => [ 'doPartitionDisks', 'formatPartitions' ], 'autoExitInstall' => '', 'keyboard' => { 'GRP_TOGGLE' => '', 'KEYBOARD' => 'us' } };
View Attachment As Raw
Actions:
View
Attachments on
bug 9784
:
3773
| 3774 |
3775
|
3850