Hi,

2011/4/4 Clint Adams <cl...@debian.org>:
> On Mon, Apr 04, 2011 at 04:35:03PM +0100, Hector Oron wrote:
>> I would say we want to install on which ever is mounted under /boot,
>> so if /boot/boot.txt is present, then boot.scr is regenerated
>> everytime kernel is installed.
>
> I think that could be a good thing to do for all platforms.

Here a boot script I am currently using on Efika targets:

setenv kernel uImage;
setenv bootargs console=ttymxc0,115200 root=/dev/mmcblk0p2 rootwait rw
video=imx-ipuv3-fb:1024x600M-16@60 rootfstype=ext4 quiet lpj=3997696
earlyprintk=serial;
${loadcmd} ${ramdiskaddr} ${ramdisk};
if imi ${ramdiskaddr}; then; else
  setenv bootargs ${bootargs} noinitrd;
  setenv ramdiskaddr "";
fi;
${loadcmd} ${kerneladdr} ${kernel}
if imi ${kerneladdr}; then
  bootm ${kerneladdr} ${ramdiskaddr}
fi;

Do we want kernel versioning?

Do we want bootargs per machine? Or what alternatives do we have to
handle bootargs? I am really not sure how to handle that, while I do
not like hardcoded values, those might be needed.

In an official version I suspect we need to replace noinitrd bit.

Cheers,
-- 
 Héctor Orón  -.. . -... .. .- -.   -.. . ...- . .-.. --- .--. . .-.

"Our Sun unleashes tremendous flares expelling hot gas into the Solar
System, which one day will disconnect us."

-- Day DVB-T stop working nicely
Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html



--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/AANLkTinfudBido1rqCN=cszbgb1ndrfs8tombjj2x...@mail.gmail.com

Reply via email to