Comment 4 for bug 506165

Revision history for this message
Claude Heiland-Allen (claudiusmaximus) wrote :

Some minor changes to broth.sh and I built a binary.iso with the Ubuntu stock linux-rt kernel, testing is still in progress but:

1. boots fine in virtualbox
2. boots fine from liveusb made with bouilloncube
3. liveusb persistence works too

On the down (?) side, the linux-rt metapackage pulls in the linux-headers, which take some space, but they're kinda crucial for compiling drivers...

=== modified file 'broth.sh'
--- broth.sh 2010-01-08 22:08:50 +0000
+++ broth.sh 2010-01-12 21:31:27 +0000
@@ -27,7 +27,7 @@
 # global variables
 BUILDER=`whoami`
 BROTH_DIRECTORY=`pwd`
-PUREDYNE_LINUX="linux-image-2.6.31-5"
+PUREDYNE_LINUX="linux"
 #PUREDYNE_LINUX="linux-image"
 PUREDYNE_ARCH="i386"

@@ -71,7 +71,7 @@
     --username "lintian" \
     --language "en" \
     --linux-packages $PUREDYNE_LINUX \
- --linux-flavours "pure" \
+ --linux-flavours "rt" \
     --archive-areas "main restricted universe multiverse" \
     --architecture $PUREDYNE_ARCH \
     --mode "ubuntu" \