LiveUSBPersistent Ubuntu

まず remastersys で livecd の ISOイメージを作る。

qemu でテスト

qemu-img create disk.img 8G
qemu -cdrom custom.iso -hda disk.img -vnc :1

最低でもcdromでの起動は確認し、余裕があれば hda へのインストール→cdrom外して起動まで確認。

USBメモリへのコピー(liveusbの作成)
下記ページの "Method 2: Copying the ISO CD image to the USB drive" でやった。
https://wiki.ubuntu.com/LiveUsbPendrivePersistent
基本的にはcdromの内容をコピーし、syslinux でMBRを書き込む。

(2009-02-07T22:59:19+0900)
下記のサイトにあるスクリプトでも同等のことをしている。
ただし、syslinuxのカスタマイズをするタイミングがない。
http://www.pendrivelinux.com/ubuntu-810-persistent-flash-drive-install-from-live-cd/