Skip to content

Instantly share code, notes, and snippets.

@firstspring1845
Last active August 29, 2015 14:24
Show Gist options
  • Save firstspring1845/b43f7cdc13f6332d3edb to your computer and use it in GitHub Desktop.
Save firstspring1845/b43f7cdc13f6332d3edb to your computer and use it in GitHub Desktop.
SLAXモジュール作成メモ
  • 適当なディレクトリ作る(AUFSの影響下だとマウントに失敗するのでいらないパーティション消すかイメージをloopマウントしておく、AUFSの仕様上のアレで最大容量による振り分けをするので数GB必要)
mount -t aufs -o remount,prepend:"さっき作った適当なディレクトリ",create=mfs aufs /

を実行(create=mfsの部分で最大容量依存振り分け指定、appendでブランチリストの末尾に追加)

  • モジュール化したいアッピのインストール
  • 必要ない変化を避けるためreboot -fで強制再起動
  • ディレクトリから必要のないファイルを削除しmksquashfsでモジュール化
@firstspring1845
Copy link
Author

prependじゃないとだめっぽい

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment