Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275 - root fs of boot cd could use a little more free disk space
Summary: root fs of boot cd could use a little more free disk space
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: Lowest enhancement (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
: 482 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-01-22 15:47 UTC by Sandy McArthur
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sandy McArthur 2002-01-22 15:47:50 UTC
I was simulating a fresh install using VM Ware session and the latest gentoo 
boot iso. When setting up LVM stuff I had problems that where /etc/lvmtab.d/foo 
wasn't being created when I ran `vgscan` (I think) because there wasn't enough 
free space on the file system. I solved this by removing some module files I 
wasn't using. I wasn't going to report this but it hit me that you could use a 
tmpfs mounted on /etc/lvmtab.d and it wouldn't make the ram disk for the root 
filesystem bigger which I can see why you'd want to keep it small.
Comment 1 jack.morgan 2002-01-22 16:56:23 UTC
A simple  solution is to just deleate some files. For example:
./installl.txt
/bin/ssh
/bin/scp
/usr/sbin/xfs_repair
/usr/sbin/raidtools

This should reduce capacity to 94% or so. Becarefull when making
changes as /etc/lvmconfig/<VolumeGroupName> gets rewritten each time
a change is made so you will see /etc/lvmconfig/<VolumeGroupName>.old
If disk capacity increases to 99% again, just remove these by
rm /etc/lvmconfig/.*.old

Use this untill a boocd is created with more ramdisk space.
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2002-02-01 16:33:59 UTC
*** Bug 482 has been marked as a duplicate of this bug. ***
Comment 3 Daniel Robbins (RETIRED) gentoo-dev 2002-02-05 01:02:34 UTC
This is fixed in the latest -r15.iso (being uploaded very soon)