
Ubuntu日本語フォーラム

ログインしていません。
Ubuntuをリマスターしたいのですがうまく行きません
http://linux-user.hatenablog.com/entry/2012/12/06/182302
こちらを試してコマンドラインを終了してビルドしてSquashFSが完成してからエラーになり
http://blog.livedoor.jp/vine_user/archives/51942931.html
http://gihyo.jp/admin/serial/01/ubuntu-recipe/0196
http://smiyaz.cocolog-nifty.com/blog/2013/06/--kidsntu---liv.html
こちらを参考にして試しましたがISOが作成されず失敗
http://gihyo.jp/admin/serial/01/ubuntu-recipe/0003
こちらも試しましたが失敗。
こんな私はどのようにしてLiveDVDをカスタマイズすればよいのでしょうか。
OS:Ubuntu14.10
作成したいもの:14.04
オフライン
Ubuntu のリマスタリングをされるのであれば Customizer をおすすめします。
Customizer: https://github.com/clearkimura/Customizer
以下の要領でインストールできます。
1 必要なパッケージのインストール
sudo apt-get --no-install-recommends install binutils build-essential debhelper dpkg-dev fakeroot g++ git make pyqt4-dev-tools python python-dev python-qt4 qemu-kvm qt4-dev-tools qt4-linguist-tools squashfs-tools x11-xserver-utils xorriso xserver-xephyr
2 Customizer のダウンロード
wget https://github.com/clearkimura/Customizer/archive/master.zip
3 アーカイブファイルの展開
unzip ./master.zip cd ./Customizer-master
4 Customizer のビルドおよびインストール
make && sudo make install
オフライン
kottosuper様、もがいてますね、私も、同じ道を辿りました御同様に、失敗に終わりました。
http://kumasan1949.zouri.jp/bodhibuilder.html
Kouji様の、ページですが、BackUpは拍子抜けする位、簡単にisoファイルが出来ました。
Distの方は、上手く行かず、もがいて居る、最中です。
bytr様、試して、見たいと思います。
オフライン
Customizer は https://github.com/kamilion/customizer にフォークされました。
オフライン