diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-02-19 15:33:47 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-02-19 15:33:47 +0000 |
commit | 39a0384593c9778a7f8b2a3671bfa0d4a92e22e4 (patch) | |
tree | a66b0fd7c1cc63d9e58b95223d4599a9bd0b23db /pxe_wizard | |
parent | 95a022e2d704e0a3d01ff51f4f712822dd747953 (diff) | |
download | drakwizard-39a0384593c9778a7f8b2a3671bfa0d4a92e22e4.tar drakwizard-39a0384593c9778a7f8b2a3671bfa0d4a92e22e4.tar.gz drakwizard-39a0384593c9778a7f8b2a3671bfa0d4a92e22e4.tar.bz2 drakwizard-39a0384593c9778a7f8b2a3671bfa0d4a92e22e4.tar.xz drakwizard-39a0384593c9778a7f8b2a3671bfa0d4a92e22e4.zip |
fix pb of modify all.rdz options
Diffstat (limited to 'pxe_wizard')
-rw-r--r-- | pxe_wizard/Pxe.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm index 259b2a34..d0bf2284 100644 --- a/pxe_wizard/Pxe.pm +++ b/pxe_wizard/Pxe.pm @@ -601,7 +601,7 @@ EOF } else { $o->{var}{i} = "$IMGPATH/$IMG.rdz"; substInFile { - s!APPEND initrd=images/$IMG.rdz!APPEND initrd=images/$IMG.rdz automatic=method:$METHOD,interface:$ETH,network:dhcp,server:$IP,directory:$DIR ramdisk_size=$RAM root=/dev/ram3 rw vga=$VGA acpi=$ACPI $APIC $OPTION!m; + s!APPEND initrd=images/$IMG.rdz .*!APPEND initrd=images/$IMG.rdz automatic=method:$METHOD,interface:$ETH,network:dhcp,server:$IP,directory:$DIR ramdisk_size=$RAM root=/dev/ram3 rw vga=$VGA acpi=$ACPI $APIC $OPTION!m; } $PXEDEFAULT; } } |