summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakpxe
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-06-28 02:12:22 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-06-28 02:12:22 +0000
commit467534e0a4b0f9fb6cac6f532bd60defe8077b0a (patch)
tree83cb738704f4eabd4b2ac35a89f5fe029734276b /perl-install/standalone/drakpxe
parentea702f7bb74dd098730c3792871af63b41cdb565 (diff)
downloaddrakx-467534e0a4b0f9fb6cac6f532bd60defe8077b0a.tar
drakx-467534e0a4b0f9fb6cac6f532bd60defe8077b0a.tar.gz
drakx-467534e0a4b0f9fb6cac6f532bd60defe8077b0a.tar.bz2
drakx-467534e0a4b0f9fb6cac6f532bd60defe8077b0a.tar.xz
drakx-467534e0a4b0f9fb6cac6f532bd60defe8077b0a.zip
- since we don't use a ramdisk for the stage2 anymore, remove ramdisk_size=128000
(hopefully the initrd doesn't have the limitation or we won't hit the stupid low default max size of the kernel) - use the short aliases for automatic stage1 (cf mdk-stage1/automatic.c)
Diffstat (limited to 'perl-install/standalone/drakpxe')
-rwxr-xr-xperl-install/standalone/drakpxe2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakpxe b/perl-install/standalone/drakpxe
index dba934265..2c0486dab 100755
--- a/perl-install/standalone/drakpxe
+++ b/perl-install/standalone/drakpxe
@@ -254,7 +254,7 @@ foreach my $i (0..99) {
my $server = $intf[0]{IPADDR} || $net->{network}{HOSTNAME};
push @{$pxelinux_cfg->{entry}}, { label => $label,
kernel => "images/alt0/vmlinuz",
- append => "initrd=images/alt0/all.rdz ramdisk=32000 vga=788 ".($auto_inst_cfg ? "kickstart=$auto_inst_cfg " : "")."automatic=method:http,network:dhcp,interface:eth0,dns:$net->{resolv}{dnsServer},server:$server,directory:$dir root=/dev/ram3" };
+ append => "initrd=images/alt0/all.rdz vga=788 " . ($auto_inst_cfg ? "kickstart=$auto_inst_cfg " : "") . "automatic=met:http,netw:dhcp,int:eth0,dns:$net->{resolv}{dnsServer},ser:$server,dir:$dir" };
build_pxelinux_cfg($pxelinux_cfg, "/var/lib/tftpboot/PXEClient/pxelinux.cfg/default");
#- make directory available for httpd.