From 1556b35a2faca162736df1158e2119c362b02fd2 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 29 Jan 2001 19:11:23 +0000 Subject: - deprecate "hdreiser.img" since we have room for "reiserfs.o" in "hd.img" - following deprecation of "other.img", reintegrate big modules in relevant boot disks --- make_boot_img | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'make_boot_img') diff --git a/make_boot_img b/make_boot_img index 39bfdcbdc..85f10856d 100755 --- a/make_boot_img +++ b/make_boot_img @@ -1,6 +1,6 @@ #!/usr/bin/perl -@ARGV >= 2 or die "usage: $0 all|other|cdrom|hd|hdreiser|network|blank|pcmcia|live|tftp|tftprd\n"; +@ARGV >= 2 or die "usage: $0 all|other|cdrom|hd|network|blank|pcmcia|live|tftp|tftprd\n"; use Config; Config->import; @@ -35,7 +35,6 @@ $install = $ {{ network => "stage1-network", cdrom => "stage1-cdrom", hd => "stage1-disk", - hdreiser => "stage1-disk", live64 => "stage1-full", tftp64 => "stage1-full", tftprd64 => "stage1-full", @@ -87,7 +86,7 @@ sub boot_img_i386 { __ "$sudo umount $mnt 2>/dev/null"; my $automatic = ""; - if ($type eq "hd" || $type eq "hdreiser") { + if ($type eq "hd") { _ "bunzip2 -c $instdir/init-data/msgboot.img.bz2 > $img"; $automatic = "automatic=method:disk"; } elsif ($type eq "all") { -- cgit v1.2.1