All pastes #1312027 Raw Edit

merinstall.sh.diff

public text v1 · immutable
#1312027 ·published 2009-01-18 22:54 UTC
rendered paste body
86c86
< 			echo "ITEM_DEVICE=\"${INT_CARD}${PTN}\"" >> $FILE
---
> 			echo "ITEM_DEVICE=\"\${INT_CARD}${PTN}\"" >> $FILE
96c96
< 			echo "ITEM_DEVICE=\"${EXT_CARD}${PTN}\"" >> $FILE
---
> 			echo "ITEM_DEVICE=\"\${EXT_CARD}${PTN}\"" >> $FILE
340c340,341
< 		MODULE=mbcache jbd ext3
---
> 		FST='ext2'
> 		MODULE='mbcache ext2'
346c347,348
< 		MODULE=mbcache ext2
---
> 		FST='ext3'
> 		MODULE='mbcache jbd ext3'