Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50321 - catalyst's targets/stage1/stage1-chroot.sh needs a small entry for arm
Summary: catalyst's targets/stage1/stage1-chroot.sh needs a small entry for arm
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: John Davis (zhen) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-07 00:12 UTC by SpanKY
Modified: 2004-05-09 21:27 UTC (History)
0 users

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 SpanKY gentoo-dev 2004-05-07 00:12:55 UTC
in the hack to fix up /dev, please add this entry to the end:
    arm)
        clst_devtype=arm
        ;;

perhaps even add this to just before the case statement:
[ -d ${ROOT}/dev ] && exit 0
Comment 1 John Davis (zhen) (RETIRED) gentoo-dev 2004-05-09 21:27:22 UTC
fixed on my end, I am waiting on baselayout to commit my next round of changes.