Compare commits

...

18 Commits
v5 ... master

Author SHA1 Message Date
Soha Jin
833527f9f6
Merge pull request #33 from moesoha/trixie
Some checks failed
Compile & Publish / Compile instruction PDF (push) Failing after 9s
Hi, trixie
2025-08-10 10:50:24 +08:00
Soha Jin
6f1301b140
arm64/riscv64 variation for the box 2025-08-10 10:47:41 +08:00
Soha Jin
e24cf9a22a
update preview images
Some checks failed
Compile & Publish / Compile instruction PDF (push) Failing after 11s
2025-08-09 19:30:45 +08:00
Snow Chen
3e19728297
traditional chinese version for instruction.tex
Some checks failed
Compile & Publish / Compile instruction PDF (push) Failing after 10s
2025-08-08 17:27:40 +08:00
Soha Jin
48b179dde3
trixie will be released on 20250809 2025-08-08 17:26:52 +08:00
Soha Jin
f3d7212575
fix TeX column, upgrade dante-ev/latex-action
Some checks failed
Compile & Publish / Compile instruction PDF (push) Has been cancelled
2025-05-17 19:13:02 +08:00
Soha Jin
9b96558a9c
add estimated EOL as expiry date, 严禁用于服务器 -> 谨慎用于服务器, fix all disk (close #22) 2024-05-15 21:16:25 +08:00
Soha Jin
5d1571adf8
close #20: flash [disk] -> flash [drive] 2023-10-01 16:02:03 +08:00
Soha Jin
dfd171cd24
fix typo 2023-06-11 13:55:55 +08:00
Soha Jin
425f0ba991
blame soha 2023-06-10 19:52:35 +08:00
Soha Jin
d9e79c50b2
bookworm is coming (#16) 2023-06-10 19:35:32 +08:00
Guochengjie
f03e4b6331
Add folding line (#15) 2023-06-04 13:58:41 +08:00
David Wang
0a43ff8489
Modify text (#13) 2021-07-25 18:08:58 +08:00
LaMP
0d8842b3b6
delete duplicate (#12) 2021-07-25 00:44:50 +08:00
Soha Jin
09c30b2652 pre-release 2021-07-24 22:34:59 +08:00
Soha Jin
a5482e2a9b
blame @YukariChiba 2021-07-24 21:42:20 +08:00
Soha Jin
34901ff742 Debian 11 will be released on 2021-08-14 2021-07-24 21:24:02 +08:00
Yukari Chiba
643786f2f2
Add GitHub Action and update layout. (#11)
* Update layout, bump version, add github actions, modify readme.

* Modify date and compress preview image
2021-07-10 21:51:43 +08:00
9 changed files with 20597 additions and 8914 deletions

36
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,36 @@
name: Compile & Publish
on:
workflow_dispatch:
push:
pull_request:
branches: [ master ]
jobs:
instruction-latex:
runs-on: ubuntu-latest
name: Compile instruction PDF
steps:
- uses: actions/checkout@v4
- name: compile (zh-Hans)
uses: dante-ev/latex-action@2024-B
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
root_file: 'instruction.tex'
compiler: xelatex
# - name: compile (zh-Hant)
# uses: dante-ev/latex-action@2024-B
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# root_file: 'instruction_zh-Hant.tex'
# compiler: xelatex
- name: upload PDF
uses: actions/upload-artifact@v4
with:
name: instruction
path: instruction*.pdf

3
.gitignore vendored
View File

@ -1,4 +1,7 @@
*.pdf
*.tif
*.png
!.readme/*
# Created by https://www.toptal.com/developers/gitignore/api/latex
# Edit at https://www.toptal.com/developers/gitignore?templates=latex

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

BIN
.readme/box_all.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 177 KiB

View File

@ -2,7 +2,7 @@
| 包装盒 | 说明书 |
|:-------------------------:|:------------------------------:|
| ![](./.readme/box-1x.png) | ![](./.readme/instruction.jpg) |
| ![](./.readme/box_all.jpg) | ![](./.readme/instruction.jpg) |
## 使用
@ -31,8 +31,9 @@
- 某不愿透露姓名的辣鸡嫖虫 (包装盒初稿)
- dfceaef (包装盒文案)
- Soha (包装盒与说明书的终稿)
- CharlesYang (说明书创意与文案, [#3](https://github.com/moesoha/debian-media-box/issues/3))
- YukariChiba (说明书创意与文案, [#3](https://github.com/moesoha/debian-media-box/issues/3))
- IcesandSora (包装盒创意)
- 内容/样式优化david4958606 (#13), Guochengjie (#15), SolitaryDream-X (#30)
## LICENSE

28868
box.ai

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,5 @@
% TODO: 目前内容不足以凑满两页(正反 A4 纸),所以有些内容注释掉了,之后完善
\documentclass{article}
\setlength\parindent{0pt}
\pagenumbering{gobble}
@ -12,7 +14,6 @@
\usepackage{xeCJK}
\CJKfamily{zhsong}
\usepackage[svgcolors]{xcolor}
\usepackage{longfbox}
\usepackage{epstopdf}
\usepackage{float}
@ -27,6 +28,8 @@
\renewcommand\tabularxcolumn[1]{m{#1}} % for vertical centering text in X column
\usepackage{multicol}
\usepackage[most]{tcolorbox}
\usepackage{amssymb}
\setlength{\columnsep}{3mm}
\usepackage[explicit,compact]{titlesec}
@ -44,7 +47,7 @@
\newcounter{column@count}
%
\xpatchcmd{\multi@column@out}{
\process@cols\mult@gfirstbox{%
\process@cols\mult@firstbox{%
\setbox\count@
\vsplit\@cclv to\dimen@
\set@keptmarks
@ -53,7 +56,7 @@
{\unvbox\count@ \ifshr@nking\vfilmaxdepth\fi}%
}%
}{
\process@cols\mult@gfirstbox{%
\process@cols\mult@firstbox{%
\global\advance\c@column@count\@ne
\resized@col\dimen@%
\ifnum\c@column@count=\tw@
@ -87,6 +90,21 @@
\mbox{\rlap{\raisebox{-\dp\mysavebox}{\imgcmd}}\usebox\mysavebox}%
}
\renewcommand{\labelitemi}{$\blacktriangleright$}
\tcbset{
frame code={}
center title,
left=0pt,
right=0pt,
top=6pt,
bottom=0pt,
colback=gray!40,
colframe=white,
enlarge left by=0mm,
boxsep=0pt,
arc=0pt,outer arc=0pt,
}
\begin{document}
\begin{multicols*}{3}
@ -94,8 +112,9 @@
\setlength{\abstractwidth}{2\linewidth}
\addtolength{\abstractwidth}{\columnsep}
\savebox{\twocolinsert}{\begin{minipage}{\abstractwidth}
\noindent 核准日期2020年10月31日
\newline 修改日期2019年07月06日2020年10月31日
\noindent 核准日期2025年08月09日
\newline 修改日期2019年07月06日2020年10月31日2021年07月04日
\newline 2021年08月14日2023年06月10日2025年08月09日
\newline
% \begin{mdframed}[leftline=false, rightline=false, innertopmargin=0pt, innerbottommargin=0pt, innerrightmargin=0pt, innerleftmargin=2em]
@ -118,9 +137,9 @@
无论是否与其它操作系统合用,安装 Debian 均存在丢失磁盘上所有内容的风险。(参见【不良反应】)
很多软件是与多媒体相关的,特别是允许回放和提供音频、视频操作或类似功能的软件,不被 Debian 包含,是因为它在世界的某个地方被认为是非法的。本说明不应该被认为是有资格的法律建议的替代;法律建议只能咨询律师来获得。
某些与多媒体相关的软件,特别是允许回放和提供音频、视频操作或类似功能的软件,不被 Debian 包含,这是因为它在世界上的某些地区被认为是非法的。本说明中的信息和意见无意构成法律建议,法律建议可通过咨询律师来获得。
一些硬件制造商拒绝告诉我们如何给他们的硬件写驱动程序。另一些则要求签署不公开的契约才能接触文档,以阻止我们发布驱动程序源代码这一自由软件的核心内容。由于我们未被授权使用这些文档,造成它们无法在 Linux 下工作。
一些硬件制造商拒绝告诉我们如何给他们的硬件写驱动程序。另一些则要求签署不公开的契约才能接触相关文档,以阻止我们发布驱动程序源代码这一自由软件的核心内容。由于我们未被授权使用这些文档,因此它们无法在 Linux 下工作。
\end{mdframed}
\end{minipage}}
\setlength{\columnshrink}{\ht\twocolinsert}
@ -128,37 +147,61 @@
\noindent\usebox{\twocolinsert}
\begin{tcolorbox}
\section*{发行版名称}
\end{tcolorbox}
\begin{tabularx}{\linewidth}{@{}ll@{}}
通用名称: & Debian \\
正式名称: & GNU/Linux Debian \\
正式名称: & Debian GNU/Linux \\
英文音标: & \textipa{["dEbi@n]} \\
\end{tabularx}
\medskip
\begin{tcolorbox}
\section*{内容}
\end{tcolorbox}
完全由自由软件组成的类 UNIX 操作系统,其包含的多数软件使用 GNU 通用公共许可协议授权,并由 Debian 计划的参与者组成团队对其进行打包、开发与维护。
% 内核版本4.19.0
% 版本号“buster”
\medskip
\begin{tcolorbox}
\section*{性质}
\end{tcolorbox}
本系统为采用 GNU/Linux 内核的操作系统,安装后可由 UEFI 或 Legacy 引导方式启动。
\medskip
\begin{tcolorbox}
\section*{适应平台}
\end{tcolorbox}
支持使用 ARM、IA-32、IA-64、x86-64、PowerPC、ppc64el、ARM、MIPS 等架构的计算机、服务器和嵌入式设备。
本包装盒中的安装媒介适用于何平台以实际为准。
\begin{itemize} % 把信创原神放前面,其他没人用的放后面
\item 支持使用 riscv64、arm64、amd64、armhf、ppc64el、s390x 等架构的计算机、服务器和嵌入式设备。
\item 本包装盒中的安装媒介适用于何平台以实际为准。
\end{itemize}
\begin{tcolorbox}
\section*{规格}
\end{tcolorbox}
1 安装媒介
1 安装媒介
\medskip
\begin{tcolorbox}
\section*{用法}
\end{tcolorbox}
使用 USB 设备引导。
@ -168,32 +211,39 @@
安装好基本系统并设置完成软件包后,即可酌情选择桌面环境和桌面管理器。
\medskip
\begin{tcolorbox}
\section*{不良反应}
\end{tcolorbox}
Debian 有一个对用户和开发者所提交的软件缺陷报告进行归档管理的缺陷跟踪系统,英文缩写为 BTS。每个软件缺陷报告都被授予一个编号并且被长期跟踪直到它被标记为已修复。
可以在 https://www.debian.org/Bugs/ 处获得这个文件的拷贝。
\medskip
\begin{tcolorbox}
\section*{注意事项}
\end{tcolorbox}
\begin{itemize}[leftmargin=*]
\item 满足最低的硬件要求
基于您的需求,也许可以用低于下面表格所列的配置装上系统。但是,如果无视这些建议的话,多数用户会安装失败
Pentium 4、1GHz 的处理器是桌面系统的最低推荐配置,下表是内存和硬盘的需求
{\small\begin{tabularx}{\linewidth}{|X|X|X|X|}
\hline
类别 & RAM\newline (最低) & RAM\newline (推荐) & 硬盘 \\
\hline
无桌面 & 128MB & 512MB & 2GB \\
无桌面 & 512MB & 1GB & 4GB \\
\hline
有桌面 & 256MB & 1GB & 10GB \\
有桌面 & 1GB & 2GB & 10GB \\
\hline
\end{tabularx}}
Pentium 4、1GHz 的系统是桌面系统的最低推荐配置
基于您的需求,也许可以使用低于上表所列的配置完成系统安装。但是多数用户在无视这些建议的情况下会安装失败
\item 需要固件的设备
@ -202,7 +252,9 @@
\end{itemize}
\begin{tcolorbox}
\section*{禁忌}
\end{tcolorbox}
在操作过程中出现或即将出现下列任何一种情况,请立即停止操作,并准备好系统恢复。
@ -220,43 +272,83 @@
\end{itemize}
% \begin{tcolorbox}
% \section*{无障碍安装}
% \end{tcolorbox}
% Debian GNU/Linux 安装介质不用于视力或运动障碍人士。
% \medskip
% \begin{tcolorbox}
% \section*{新手安装}
% \end{tcolorbox}
% Debian GNU/Linux 应谨慎用于新手安装,需要在管理员指导下进行安装,并且需要进行密切的系统监测,一旦出现系统完整度的恶化,应考虑停止使用 Debian GNU/Linux。
% \medskip
% \begin{tcolorbox}
% \section*{版本迭代}
% \end{tcolorbox}
\begin{tcolorbox}
\section*{系统相互作用}
\end{tcolorbox}
\begin{itemize}[leftmargin=*]
\setlength{\parindent}{0pt}
\item 与 Windows 的相互作用
当您有双引导时,若另一个操作系统与 Windows 访问相同的文件系统,这就有可能会导致问题和数据丢失。在这种情况下,文件系统的真实状态可能与 Windows 8 认为在“启动”之后的情况不同,并且可能在进一步写入文件系统时导致文件系统损坏。因此,在双引导设置中,为了避免文件系统损坏,必须在 Windows 中禁用“快速启动”功能。
当您有双引导时,若另一个操作系统与 Windows 访问相同的文件系统,这就有可能会导致问题和数据丢失。在这种情况下,文件系统的真实状态可能与 Windows 认为在“启动”之后的情况不同,并且可能在进一步写入文件系统时导致文件系统损坏。因此,在双引导设置中,为了避免文件系统损坏,有必要在 Windows 中禁用“快速启动”功能。
在罕见情况中已观察到,在使用 Windows 进行系统更新时,可能会出现重新启动后 Grub 引导被破坏从而导致 Debian 无法启动的情况。同时,若在安装过程中将引导信息写入与 Windows 所在的物理磁盘 MBR 内,将导致后者无法正常启动。
在罕见情况中已观察到,在使用 Windows 进行系统更新时,可能会出现重新启动后 GRUB 引导被破坏从而导致 Debian 无法启动的情况。同时,若在安装过程中将引导信息写入与 Windows 所在的物理磁盘 MBR 内,将导致后者无法正常启动。
\item 与其他 GNU/Linux 发行版的相互作用尚不明确。
\item 与其他 Linux 发行版的相互作用
尚不明确。
\end{itemize}
\begin{tcolorbox}
\section*{贮藏}
\end{tcolorbox}
-40℃\textasciitilde +70℃
妥善贮藏所有安装媒介,勿使不会安装的人员触及。
\medskip
\begin{tcolorbox}
\section*{包装}
\end{tcolorbox}
装有 GNU/Linux Debian 安装镜像的、兼容 USB 3.0/2.0 协议的大容量存储设备。
装有 Debian GNU/Linux 安装镜像的、兼容 USB 3.0/2.0 协议的大容量存储设备。
1 枚/盒
\medskip
\begin{tcolorbox}
\section*{有效期}
\end{tcolorbox}
完整支持36 个月
长期支持60 个月
\medskip
\begin{tcolorbox}
\section*{执行标准}
\end{tcolorbox}
\begin{tabularx}{\linewidth}{@{}ll@{}}
\multirow{4}{*}{}{开源许可证:} & GNU GPL主要\\
~ & GNU LGPL \\
@ -264,32 +356,50 @@
~ & 以及其他授权条款 \\
\end{tabularx}
\medskip
\begin{tcolorbox}
\section*{批准文号}
\end{tcolorbox}
说明书使用 CC-BY-SA 3.0 协议授权。
\section*{生产单位}
Debian 计划
\medskip
% \begin{tcolorbox}
% \section*{生产单位}
% \end{tcolorbox}
%
% Debian 计划
%
% \medskip
\begin{tcolorbox}
\section*{说明书}
\end{tcolorbox}
\begin{tabularx}{\linewidth}{@{}ll@{}}
\multirow{2}{*}{}{编审:} & @SteveCharlesYang\\
\multirow{2}{*}{}{编审:} & @YukariChiba\\
~ & @moesoha \\
图形: & @YJBeetle\\
GitHub: & moesoha/debian-media-box\\
\end{tabularx}
\medskip
\vfill
\begin{flushright}
GNU/Linux Debian - 10.0\linebreak 20190706
Debian GNU/Linux - 13.0\linebreak 20250809
\linebreak
\newline
\includegraphics[width=13mm]{assets/debian-logo.eps}
\begin{minipage}{0,5\textwidth}
\centering
$\vcenter{\hbox{\includegraphics[height=10mm]{assets/debian-logo.eps}}}$
$\vcenter{\hbox{\includegraphics[height=5mm]{assets/debian-text.eps}}}$
\end{minipage}
\end{flushright}
\end{multicols*}

407
instruction_zh-Hant.tex Normal file
View File

@ -0,0 +1,407 @@
% TODO: 目前内容不足以凑满两页(正反 A4 纸),所以有些内容注释掉了,之后完善
\documentclass{article}
\setlength\parindent{0pt}
\pagenumbering{gobble}
\usepackage{geometry}
\geometry{papersize={210mm,297mm}}
\geometry{left=9mm,right=9mm,top=9mm,bottom=9mm}
\usepackage{fontspec}
\setmainfont{DejaVu Sans}[Scale=0.9]
\usepackage{xeCJK}
\CJKfamily{zhhei} % texlive 不知道有啥自带的能用的正体字形,先这样吧。
\usepackage{longfbox}
\usepackage{epstopdf}
\usepackage{float}
\usepackage{xpatch}
\usepackage{tipa}
\usepackage[export]{adjustbox}
\usepackage{enumitem}
\usepackage{mdframed}
\usepackage{multirow}
\usepackage{tabularx}
\renewcommand\tabularxcolumn[1]{m{#1}} % for vertical centering text in X column
\usepackage{multicol}
\usepackage[most]{tcolorbox}
\usepackage{amssymb}
\setlength{\columnsep}{3mm}
\usepackage[explicit,compact]{titlesec}
\titleformat{\section}{\normalfont\bfseries}{}{0pt}{【#1】}
% 啊!万能的 StackExchange
% https://tex.stackexchange.com/questions/475466/latex-three-column-layout-merging-two-of-them-at-the-begining
%
\newlength{\abstractwidth}
\newlength{\columnshrink}
\newsavebox{\twocolinsert}
%
\makeatletter
\newlength{\resized@col}
\newcounter{column@count}
%
\xpatchcmd{\multi@column@out}{
\process@cols\mult@firstbox{%
\setbox\count@
\vsplit\@cclv to\dimen@
\set@keptmarks
\setbox\count@
\vbox to\dimen@
{\unvbox\count@ \ifshr@nking\vfilmaxdepth\fi}%
}%
}{
\process@cols\mult@firstbox{%
\global\advance\c@column@count\@ne
\resized@col\dimen@%
\ifnum\c@column@count=\tw@
\advance\resized@col-\columnshrink
\fi%
\setbox\count@
\vsplit\@cclv to\resized@col
\set@keptmarks
\setbox\count@
\vbox to\dimen@{
\ifnum
\c@column@count=\tw@ \vspace*{\columnshrink}
\fi
\unvbox\count@
\ifshr@nking\vfilmaxdepth\fi
}%
}%
}{\typeout{Success}}{\typeout{Failure}}
\makeatother
% for designing header
\newsavebox\mysavebox
\newenvironment{imgminipage}[2][]{%
\def\imgcmd{\includegraphics[width=\wd\mysavebox, height=\dimexpr\ht\mysavebox+\dp\mysavebox\relax, #1]{#2}}%
\begin{lrbox}{\mysavebox}%
\begin{minipage}%
}{%
\end{minipage}
\end{lrbox}%
\sbox\mysavebox{\setlength{\fboxrule}{0pt}\fbox{\usebox\mysavebox}}%
\mbox{\rlap{\raisebox{-\dp\mysavebox}{\imgcmd}}\usebox\mysavebox}%
}
\renewcommand{\labelitemi}{$\blacktriangleright$}
\tcbset{
frame code={}
center title,
left=0pt,
right=0pt,
top=6pt,
bottom=0pt,
colback=gray!40,
colframe=white,
enlarge left by=0mm,
boxsep=0pt,
arc=0pt,outer arc=0pt,
}
\begin{document}
\begin{multicols*}{3}
\setlength{\abstractwidth}{2\linewidth}
\addtolength{\abstractwidth}{\columnsep}
\savebox{\twocolinsert}{\begin{minipage}{\abstractwidth}
\noindent 核准日期2025年08月09日
\newline 修改日期2019年07月06日2020年10月31日2021年07月04日
\newline 2021年08月14日2023年06月10日2025年08月09日
\newline
% \begin{mdframed}[leftline=false, rightline=false, innertopmargin=0pt, innerbottommargin=0pt, innerrightmargin=0pt, innerleftmargin=2em]
% \includegraphics[width=0.15\abstractwidth, valign=m]{assets/debian-text.eps}
% \hfill
% \begin{imgminipage}{assets/header-background.eps}[t]{0.7\abstractwidth}
% \Large \textbf{盒装安装媒介说明书}
% \normalsize 请仔细阅读说明书并在管理员指导下使用
% \end{imgminipage}
% \end{mdframed}
\includegraphics[width=\abstractwidth]{assets/header.eps}
\begin{mdframed}[hidealllines=true, innerbottommargin=.5em, innertopmargin=0pt]
\sffamily
{\centering 警告 \par}
無論是否與其它作業系統合用,安裝 Debian 均存在遺失磁碟上所有內容的風險。 (參見【不良反應】)
某些與多媒體相關的軟體,特別是允許回放和提供音訊、影片操作或類似功能的軟體,不被 Debian 包含,這是因為它在世界上的某些地區被認為是非法的。本說明中的資訊和意見無意構成法律建議,法律建議可透過諮詢律師來取得。
一些硬體製造商拒絕告訴我們如何為他們的硬體編寫驅動程式。另一些則要求簽署不公開的協定才能接觸相關文件,以阻止我們發布驅動程式原始碼這項自由軟體的核心內容。由於我們未被授權使用這些文檔,因此它們無法在 Linux 下運作。
\end{mdframed}
\end{minipage}}
\setlength{\columnshrink}{\ht\twocolinsert}
\addtolength{\columnshrink}{\dp\twocolinsert}
\noindent\usebox{\twocolinsert}
\begin{tcolorbox}
\section*{發行版名稱}
\end{tcolorbox}
\begin{tabularx}{\linewidth}{@{}ll@{}}
通用名稱: & Debian \\
正式名稱: & Debian GNU/Linux \\
英文讀音: & \textipa{["dEbi@n]} \\
\end{tabularx}
\medskip
\begin{tcolorbox}
\section*{內容}
\end{tcolorbox}
完全由自由軟體組成的類 UNIX 作業系統,其包含的多數軟體使用 GNU 通用公共授權協議授權,並由 Debian 計畫的參與者組成團隊對其進行打包、開發與維護。
% 内核版本4.19.0
% 版本号“buster”
\medskip
\begin{tcolorbox}
\section*{性質}
\end{tcolorbox}
本系統為採用 GNU/Linux 內核的作業系統,安裝後可由 UEFI 或 Legacy 引導方式啟動。
\medskip
\begin{tcolorbox}
\section*{適用平台}
\end{tcolorbox}
\begin{itemize} % 把信创原神放前面,其他没人用的放后面
\item 可用於 riscv64、arm64、amd64、armhf、ppc64el、s390x 等架構的電腦、伺服器和嵌入型裝置。
\item 本包裝盒中的安裝媒體適用於何平台以實際為準。
\end{itemize}
\begin{tcolorbox}
\section*{規格}
\end{tcolorbox}
1 枚 安裝媒體
\medskip
\begin{tcolorbox}
\section*{用法}
\end{tcolorbox}
使用 USB 裝置引導。
啟動方式依硬體調整,一般使用 UEFI。
根據硬體效能和個人需要,調整安裝方式:一般而言,使用圖形化介面進行安裝;否則選擇基於 ncurses 命令列的安裝。
安裝基本系統並設定軟體套件後,即可視情況選擇桌面環境和桌面管理員。
\medskip
\begin{tcolorbox}
\section*{不良反應}
\end{tcolorbox}
Debian 有一個對使用者和開發者所提交的軟體缺陷報告進行歸檔管理的缺陷追蹤系統,英文縮寫為 BTS。每個軟體缺陷報告都被授予一個編號並且被長期跟踪直到它被標記為已修復。
可以在 https://www.debian.org/Bugs/ 獲取該檔案的複本。
\medskip
\begin{tcolorbox}
\section*{注意事項}
\end{tcolorbox}
\begin{itemize}[leftmargin=*]
\item 滿足運行的最低要求
Pentium 4、1GHz 的處理器是桌上型系統的最低建議配置,下表是記憶體和硬碟的需求。
{\small\begin{tabularx}{\linewidth}{|X|X|X|X|}
\hline
類別 & RAM\newline (最低) & RAM\newline (推薦) & 硬碟 \\
\hline
無桌面 & 512MB & 1GB & 4GB \\
\hline
有桌面 & 1GB & 2GB & 10GB \\
\hline
\end{tabularx}}
基於您的需求,也許可以使用低於上表所列的設定完成系統安裝。但是多數用戶在無視這些建議的情況下會安裝失敗。
\item 需要韌體的裝置
除了需要裝置驅動程式有些硬體還要在使用前載入韌體firmware或微程式microcode
\end{itemize}
\begin{tcolorbox}
\section*{禁忌}
\end{tcolorbox}
在使用中若出現或即將出現下列任何一種情況,請立即停止使用,並準備好系統恢復。
\begin{itemize}[leftmargin=*]
\setlength{\itemsep}{0pt}
\setlength{\parskip}{0pt}
\setlength{\parsep}{0pt}
\item 以根權限在根目錄下執行遞迴刪除
\item 未確認裝置代號即使用 dd 指令
\item 未確認裝置代號即進行格式化
\item 未確認操作即使用指令重新導向
\item 未經確認就運行來自網路的指令集
\item 長期在散熱不良的裝置上高負荷使用
\end{itemize}
% \begin{tcolorbox}
% \section*{无障碍安装}
% \end{tcolorbox}
% Debian GNU/Linux 安装介质不用于视力或运动障碍人士。
% \medskip
% \begin{tcolorbox}
% \section*{新手安装}
% \end{tcolorbox}
% Debian GNU/Linux 应谨慎用于新手安装,需要在管理员指导下进行安装,并且需要进行密切的系统监测,一旦出现系统完整度的恶化,应考虑停止使用 Debian GNU/Linux。
% \medskip
% \begin{tcolorbox}
% \section*{版本迭代}
% \end{tcolorbox}
\begin{tcolorbox}
\section*{系統相互作用}
\end{tcolorbox}
\begin{itemize}[leftmargin=*]
\setlength{\parindent}{0pt}
\item 与 Windows 的相互作用
當您有雙重引導時,若另一個作業系統與 Windows 存取相同的檔案系統,這就有可能會導致問題和資料遺失。在這種情況下,檔案系統的真實狀態可能與 Windows 認為在「啟動」之後的情況不同,並且可能在進一步寫入檔案系統時導致檔案系統損毀。因此,在雙重開機設定中,為了避免檔案系統損毀,有必要在 Windows 中停用「快速啟動」功能。
在罕見情況中已觀察到,在使用 Windows 進行系統更新時,可能會出現重新啟動後 GRUB 引導被破壞從而導致 Debian 無法啟動的情況。同時,若在安裝過程中將引導資訊寫入 Windows 所在的實體磁碟 MBR 內,將導致後者無法正常啟動。
\item 與其他 Linux 發行版本的相互作用
尚不明確。
\end{itemize}
\begin{tcolorbox}
\section*{儲存}
\end{tcolorbox}
-40℃\textasciitilde +70℃
妥善儲存所有安裝媒體,避免非技術人員接觸。
\medskip
\begin{tcolorbox}
\section*{包裝}
\end{tcolorbox}
裝有 Debian GNU/Linux 安裝媒體的、支援 USB 3.0/2.0 協定的大容量存儲裝置。
1 枚/盒
\medskip
\begin{tcolorbox}
\section*{有效期限}
\end{tcolorbox}
完整支援36 个月
長期支援60 个月
\medskip
\begin{tcolorbox}
\section*{執行標準}
\end{tcolorbox}
\begin{tabularx}{\linewidth}{@{}ll@{}}
\multirow{4}{*}{}{開放原始碼許可:} & GNU GPL主要\\
~ & GNU LGPL \\
~ & BSD \\
~ & 以及其他授權協定 \\
\end{tabularx}
\medskip
\begin{tcolorbox}
\section*{批准文號}
\end{tcolorbox}
說明書使用 CC-BY-SA 3.0 協定授權。
\medskip
% \begin{tcolorbox}
% \section*{生产单位}
% \end{tcolorbox}
%
% Debian 计划
%
% \medskip
\begin{tcolorbox}
\section*{說明書}
\end{tcolorbox}
\begin{tabularx}{\linewidth}{@{}ll@{}}
\multirow{2}{*}{}{編審:} & @YukariChiba\\
~ & @moesoha \\
圖形:& @YJBeetle\\
繁體中文版編寫:& @pea-snow
GitHub: & moesoha/debian-media-box\\
\end{tabularx}
\medskip
\vfill
\begin{flushright}
Debian GNU/Linux - 13.0\linebreak 20250809
\linebreak
\newline
\begin{minipage}{0,5\textwidth}
\centering
$\vcenter{\hbox{\includegraphics[height=10mm]{assets/debian-logo.eps}}}$
$\vcenter{\hbox{\includegraphics[height=5mm]{assets/debian-text.eps}}}$
\end{minipage}
\end{flushright}
\end{multicols*}
\end{document}