I've just upgraded from 2.7 to 2.10 (started over from scratch actually), and I don't remember the UUID boot parameter being in 2.7. What are the proper boot codes so that my USB stick install will be recognized if booted from multiple machines? This is what I have, and it works at least on one machine, but it looks wrong to me - tce is defined twice:
quiet host=Aries waitusb=5 max_loop=255 tce=UUID="blah_blah_blah" tce=LABEL=tinycore home=LABEL=tinycore opt=LABEL=tinycore restore=LABEL=tinycore
I use tune2fs to set LABEL like so: tune2fs -L tinycore /dev/sda1
Any suggestions?