diff options
| author | Mike Fulbright <msf@redhat.com> | 2001-08-22 16:29:31 +0000 |
|---|---|---|
| committer | Mike Fulbright <msf@redhat.com> | 2001-08-22 16:29:31 +0000 |
| commit | 5badb3d1ff11f69f3c0d9cf34975bf93bdad6441 (patch) | |
| tree | ebfc5aa2ab73768274cc08cb11c11cfd5511296c /scripts | |
| parent | 871c68cb05fa93fd55757248b9bff55e8181ace9 (diff) | |
how can you not have lilo in a rescue image?
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 4e36a1dbc..2aca72cac 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -95,7 +95,7 @@ PACKAGES="glibc glibc-common setup openssl python newt libtermcap zlib ash kon2 e2fsprogs util-linux raidtools popt mount procps rpm XFree86 Xconfigurator anaconda anaconda-runtime kudzu-devel kudzu db3 rpm-python bzip2 bzip2-libs dosfstools pciutils - reiserfs-utils parted busybox-anaconda" + reiserfs-utils parted busybox-anaconda lilo" if [ $ARCH = i386 ]; then PACKAGES="$PACKAGES kernel-pcmcia-cs" @@ -194,6 +194,7 @@ sbin/e2label sbin/fdisk sbin/hwclock sbin/ldconfig +sbin/lilo sbin/mkdosfs sbin/mke2fs sbin/busybox.anaconda |
