HI
Is there anyway I can make a iso image of an installed version of mageia 2 after I have added some of my own bits and pieces
I want to put an exact copy on me laptop
all the best
lynne
$ su
Password:
# cd /root/drakx
# cp -av auto_inst.cfg.pl 'whereever'
dd if=/dev/sda7 of=/media/flashdrive/backup.iso
#!/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 = {
'security_user' => undef,
'default_packages' => [
'kdepim4-kresources',
'lib64totem0',
'perl-Pango',
'kio4-smtp',
'perl-Time-ZoneInfo',
'THE LIST GOES ON & ON'
],
'users' => [
{
'icon' => 'default',
'realname' => 'Digital Gold',
'uid' => undef,
'groups' => [],
'name' => 'dg',
'shell' => '/bin/bash',
'gid' => undef
}
],
'locale' => {
'country' => 'US',
'IM' => undef,
'lang' => 'en_US',
'langs' => {
'en_US' => 1
},
'utf8' => 1
},
'net' => {
'zeroconf' => {},
'network' => {
'NETWORKING' => 'yes',
'GATEWAY' => '192.168.1.1',
'HOSTNAME' => 'localhost.localdomain',
'CRDA_DOMAIN' => 'US',
'FORWARD_IPV4' => 'false'
},
'autodetect' => {},
'network::connection::ethernet' => {},
'resolv' => {
'DOMAINNAME' => 'nameserver',
'dnsServer' => '192.168.1.1',
'DOMAINNAME2' => '192.168.1.1',
'dnsServer2' => undef,
'DOMAINNAME3' => undef,
'dnsServer3' => undef
},
'wireless' => {},
'ifcfg' => {
'eth0' => {
'BROADCAST' => '',
'isUp' => 1,
'BOOTPROTO' => 'dhcp',
'isPtp' => '',
'NETWORK' => '',
'HWADDR' => undef,
'DEVICE' => 'eth0',
'METRIC' => 10
}
},
'type' => 'network::connection::ethernet',
'net_interface' => 'eth0',
'PROFILE' => 'default'
},
'authentication' => {
'shadow' => 1,
'blowfish' => 1
},
'partitions' => [
{
'fs_type' => 'ext4',
'mntpoint' => '/boot',
'size' => 2086402
},
{
'fs_type' => 'swap',
'mntpoint' => 'swap',
'size' => 4190407
},
{
'fs_type' => 'ext4',
'mntpoint' => '/',
'size' => 104852358
},
{
'fs_type' => 'ext4',
'mntpoint' => '/home',
'size' => 823681486
}
],
'superuser' => {
'pw' => 'CENSORED!',
'realname' => 'root',
'uid' => '0',
'shell' => '/bin/bash',
'home' => '/root',
'gid' => '0'
},
'mouse' => {
'EmulateWheel' => undef,
'synaptics' => {
'ALPS' => ''
},
'name' => 'Any PS/2 & USB mice',
'device' => 'input/mice',
'type' => 'Universal',
'nbuttons' => 7,
'Protocol' => 'ExplorerPS/2',
'evdev_mice_all' => [
{
'device' => '/dev/input/by-id/usb--event-mouse',
'HWheelRelativeAxisButtons' => '7 6'
}
],
'wacom' => [],
'MOUSETYPE' => 'ps/2'
},
'autoExitInstall' => '',
'keyboard' => {
'GRP_TOGGLE' => '',
'KEYBOARD' => 'us'
},
'timezone' => {
'ntp' => 'pool.ntp.org',
'timezone' => 'America/Detroit',
'UTC' => 1
},
'X' => {
'monitors' => [
{
'VendorName' => 'Plug\'n Play',
'manually_chosen' => 1
}
],
'resolution_wanted' => 'automatic',
'default_depth' => 24
},
'services' => [
'dm',
'hddtemp',
'lm_sensors',
'mandi',
'netfs',
'network',
'network-up',
'partmon',
'resolvconf',
'sound'
],
'partitioning' => {
'auto_allocate' => '',
'clearall' => 0,
'eraseBadPartitions' => 0
},
'security' => 1,
'interactiveSteps' => [
'doPartitionDisks',
'formatPartitions'
]
};
digigold wrote:Creating an image file of your entire installation is a bad idea...period!
doktor5000 wrote:Why is that, would you mind to elaborate on that?
Many people i know successfully use e.g. redobackup to easily achieve full-disk bare-metal restore and fast recovery times due to that.
Users browsing this forum: No registered users and 1 guest