OSDN Git Service

pull req
[serene/BuildMyDistro.git] / page / website.html
1 <!DOCTYPE html>
2 <html lang="ja">
3   <head>
4     <meta charset="utf-8">
5     <title>
6       【2019年版】Ubuntu系のLinuxディストリビューションを自作しよう ~参考サイト~
7     </title>
8     <meta name="description" content="
9       Ubuntu派生のLinux系OSの自作方法を解説したサイトです。
10       SereneLinuxの開発者が初心者でもできるUbuntu派生OSの作成方法を画像つきで解説します。
11       BodhiBuilderにあるバグの修正方法を解説しているのはここだけ!
12     ">
13     <link rel="stylesheet" href="../style/main-resp.css" media="screen and (max-width: 799px)">
14     <link rel="stylesheet" href="../style/main.css" media="screen and (min-width: 800px)">
15     <link rel="stylesheet" href="../code/vs2015.css">
16     <script src="../code/highlight.pack.js"></script>
17     <link rel="shortcut icon" href="../favicon.ico">
18     <link rel="stylesheet" type="text/css" media="print" href="../style/main.css">
19     <link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&amp;subset=japanese" rel="stylesheet">
20
21     <!-- class="prettyprint linenums" でコードに色付け -->
22     <!-- <pre><code class="prettyprint linenums"></code></pre> -->
23   </head>
24   <body>
25     <header>
26       <h1>
27         【2019年版】Ubuntu系のOSを自作しよう ~参考サイト~
28       </h1>
29         <p>
30           BodhiBuilderを用いてオリジナルのOSを作成します。
31         </p>
32         <p>
33           自分の好きなデスクトップ環境やソフトウェアを入れてオリジナルのOSを作成しましょう。
34         </p>
35         <p>
36           実際に製作中のOS『SereneLinux』の実例を挙げながらわかりやすく解説していきます。
37           
38         </p>
39         <nav>
40           <ul class="topnav">
41             <li><a href="../index.html">トップページ</a></li>
42             <li><a href="preparation.html">準備編</a></li>
43             <li><a href="#contact">カスタマイズ編</a></li>
44             <li><a href="makeiso.html">ISO作成編</a></li>
45             <li><a href="distribution.html">配布編</a></li>
46             <li class="right"><a href="about.html">About</a></li>
47             <li class="right"><a href="website.html" class="active">参考サイト</a></li>
48           </ul>
49         </nav>
50     </header>
51
52     <main>
53       <h2>
54         概要
55       </h2>
56       <p>
57         SereneTeamが参考にしたサイトです
58       </p>
59       <p>
60         自力でソースを解読したものもあるので全てではないですが参考までにどうぞ
61       </p>
62       <p>
63         カスタマイズ編に載せていないカスタマイズもあるかもしれません
64       </p>
65       <h2>
66         参考サイト一覧
67       </h2>
68       <h3>
69         起動画面について
70       </h3>
71       <p>
72         <a href="http://www.nemotos.net/?p=84" target="_blank">Ubuntu 10.04 (Lucid) 以降でsplash画面をカスタマイズしたいとき… (plymouthの使い方)</a>
73       </p>
74       <p>
75         <a href="http://moebuntu.web.fc2.com/moeplymouth.html" target="_blank">moebuntu</a>
76       </p>
77       <p>
78         <a href="http://www.nemotos.net/?p=1418" target="_blank">Ubuntu 16.04 における plymouth</a>
79       </p>
80       <p>
81         <a href="https://iww.hateblo.jp/entry/20111212/plymouth" target="_blank">plymouthのインストール - 揮発性のメモ2</a>
82       </p>
83
84       <h3>
85         ログイン画面について
86       </h3>
87       <p>
88         <a href="https://ja.wikipedia.org/wiki/LightDM" target="_blank">LightDM - Wikipedia</a>
89       </p>
90       <p>
91         <a href="https://kledgeb.blogspot.com/2013/04/ubuntu-1204-5-unity-greeterunity-greeter.html" target="_blank">Ubuntu ログイン画面 その5 - Unity Greeterについて・Unity Greeterの設定について - kledgeb</a>
92       </p>
93       <p>
94         <a href="https://cialu.net/how-to-solve-failed-to-start-session-with-lightdm-and-xfce/" target="_blank">How to solve 'Failed to start session' with LightDM and Xfce - CIALU.NET</a>
95       </p>
96       <h3>
97         Xfceについて
98       </h3>
99       <p>
100         <a href="http://www.dayomon.net/xfce/docs-4.2/xfce4-panel.html" target="_blank">Xfce 4 パネル</a>
101       </p>
102       <p>
103         <a href="https://wiki.archlinux.jp/index.php/Xfce" target="_blank">Xfce - ArchWiki</a>
104       </p>
105       <h3>
106         Cairo-Dockについて
107       </h3>
108       <p>
109         <a href="http://glx-dock.org/" target="_blank">Glx-Dock / Cairo-Dock - Home</a>
110       </p>
111       <p>
112         <a href="http://ondyrsjc.blog.jp/archives/1003986089.html" target="_blank">Linux ランチャー Cairo-Dockの使い方 : 初めてのLinux</a>
113       </p>
114       <p>
115         <a href="https://lifeisbeatfull.com/1143.html" target="_blank">Ubuntuを手軽にMac風にするDock〜Cairo Dock〜をインストール – 処分か?再生か?パソコン・スマホの格安運用法!</a>
116       </p>
117       <h3>
118         設定ファイル保存
119       </h3>
120       <p>
121         <a href="https://www.atmarkit.co.jp/flinux/rensai/linuxtips/311newuserdef.html" target="_blank">@IT:新規ユーザーのデフォルト設定を変更するには</a>
122       </p>
123       <p>
124         <a href="http://una.soragoto.net/lecture/linux/skel.html" target="_blank">スケルトンファイル | ウナのLinux講座 | ウナのIT資格一問一答</a>
125       </p>
126       <p>
127         <a href="https://artsnet.jp/archives/482/" target="_blank">/etc/skelでユーザーディレクトリの雛型設定 - Artsnet</a>
128       </p>
129       <h3>
130         Ubiquity-Slideshowについて
131       </h3>
132       <p>
133         <a href="https://launchpad.net/ubiquity-slideshow-ubuntu" target="_blank">Ubiquity Slideshow in Launchpad</a>
134       </p>
135       <p>
136         <a href="https://launchpad.net/ubuntu/+source/ubiquity-slideshow-ubuntu" target="_blank">ubiquity-slideshow-ubuntu package : Ubuntu</a>
137       </p>
138       <h3>
139         ISO作成について
140       </h3>
141       <p>
142         <a href="https://sourceforge.net/projects/bodhibuilder/" target="_blank">bodhibuilderダウンロード| SourceForge.net</a>
143       </p>
144       <p>
145         <a href="https://mobile.sites.google.com/site/memomuteki/tinylinux/bodhibuilderdevesamenuc32notacom32rimageliveisowokluedezhizuosuru" target="_blank">Bodhi Builder で vesamenu.c32 not a COM32R image Live Iso を Klue で制作する。 - memomuteki</a>
146       </p>
147       <p>
148         <a href="http://kumasan1949.zouri.jp/bodhibuilder.html" target="_blank">UbuntuおよびUbuntu派生のカスタマイズISO作成とバックアップISO作成 Bodhibuilderを使って</a>
149       </p>
150     </main>
151
152
153     <footer>
154       It is provided by SereneLinux.
155       <br>
156       Copyright
157       &copy; 2019 SereneTeam All Rights Reserved.
158       <p>
159         <script type="text/javascript" src="//ct2.shinobi.jp/sc/1744984">
160         </script>
161         <noscript><img src="//ct2.shinobi.jp/ll/1744984" alt="カウンター">
162         </noscript>
163       </p>
164     </footer>
165
166
167   </body>
168 </html>