Compare commits

...

14 Commits

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
7 changed files with 12000 additions and 9406 deletions

View File

@ -1,28 +1,36 @@
name: Compile and publish instruction pdf. name: Compile & Publish
on: on:
push: workflow_dispatch:
branches: [ master ] push:
pull_request: pull_request:
branches: [ master ] branches: [ master ]
workflow_dispatch:
jobs: jobs:
instruction-latex: instruction-latex:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Compile and publish instruction pdf. name: Compile instruction PDF
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v4
- name: Compilation
uses: dante-ev/latex-action@2021-A - name: compile (zh-Hans)
env: uses: dante-ev/latex-action@2024-B
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} env:
with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
root_file: 'instruction.tex' with:
compiler: xelatex root_file: 'instruction.tex'
- name: Archive PDF compiler: xelatex
uses: actions/upload-artifact@v2
with: # - name: compile (zh-Hant)
name: instruction.pdf # uses: dante-ev/latex-action@2024-B
path: instruction.pdf # 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 177 KiB

View File

@ -33,6 +33,7 @@
- Soha (包装盒与说明书的终稿) - Soha (包装盒与说明书的终稿)
- YukariChiba (说明书创意与文案, [#3](https://github.com/moesoha/debian-media-box/issues/3)) - YukariChiba (说明书创意与文案, [#3](https://github.com/moesoha/debian-media-box/issues/3))
- IcesandSora (包装盒创意) - IcesandSora (包装盒创意)
- 内容/样式优化david4958606 (#13), Guochengjie (#15), SolitaryDream-X (#30)
## LICENSE ## LICENSE

20867
box.ai

File diff suppressed because one or more lines are too long

View File

@ -14,7 +14,6 @@
\usepackage{xeCJK} \usepackage{xeCJK}
\CJKfamily{zhsong} \CJKfamily{zhsong}
\usepackage[svgcolors]{xcolor}
\usepackage{longfbox} \usepackage{longfbox}
\usepackage{epstopdf} \usepackage{epstopdf}
\usepackage{float} \usepackage{float}
@ -48,7 +47,7 @@
\newcounter{column@count} \newcounter{column@count}
% %
\xpatchcmd{\multi@column@out}{ \xpatchcmd{\multi@column@out}{
\process@cols\mult@gfirstbox{% \process@cols\mult@firstbox{%
\setbox\count@ \setbox\count@
\vsplit\@cclv to\dimen@ \vsplit\@cclv to\dimen@
\set@keptmarks \set@keptmarks
@ -57,7 +56,7 @@
{\unvbox\count@ \ifshr@nking\vfilmaxdepth\fi}% {\unvbox\count@ \ifshr@nking\vfilmaxdepth\fi}%
}% }%
}{ }{
\process@cols\mult@gfirstbox{% \process@cols\mult@firstbox{%
\global\advance\c@column@count\@ne \global\advance\c@column@count\@ne
\resized@col\dimen@% \resized@col\dimen@%
\ifnum\c@column@count=\tw@ \ifnum\c@column@count=\tw@
@ -113,9 +112,9 @@
\setlength{\abstractwidth}{2\linewidth} \setlength{\abstractwidth}{2\linewidth}
\addtolength{\abstractwidth}{\columnsep} \addtolength{\abstractwidth}{\columnsep}
\savebox{\twocolinsert}{\begin{minipage}{\abstractwidth} \savebox{\twocolinsert}{\begin{minipage}{\abstractwidth}
\noindent 核准日期2021年08月14 \noindent 核准日期2025年08月09
\newline 修改日期2019年07月06日2020年10月31日2021年07月04日 \newline 修改日期2019年07月06日2020年10月31日2021年07月04日
\newline 2021年8月14日 \newline 2021年08月14日2023年06月10日2025年08月09日
\newline \newline
% \begin{mdframed}[leftline=false, rightline=false, innertopmargin=0pt, innerbottommargin=0pt, innerrightmargin=0pt, innerleftmargin=2em] % \begin{mdframed}[leftline=false, rightline=false, innertopmargin=0pt, innerbottommargin=0pt, innerrightmargin=0pt, innerleftmargin=2em]
@ -133,14 +132,14 @@
\begin{mdframed}[hidealllines=true, innerbottommargin=.5em, innertopmargin=0pt] \begin{mdframed}[hidealllines=true, innerbottommargin=.5em, innertopmargin=0pt]
\sffamily \sffamily
{\centering 警示语 \par} {\centering 警示语 \par}
无论是否与其它操作系统合用,安装 Debian 均存在丢失磁盘上所有内容的风险。(参见【不良反应】) 无论是否与其它操作系统合用,安装 Debian 均存在丢失磁盘上所有内容的风险。(参见【不良反应】)
很多软件是与多媒体相关的,特别是允许回放和提供音频、视频操作或类似功能的软件,不被 Debian 包含,是因为它在世界的某个地方被认为是非法的。本说明不应该被认为是有资格的法律建议的替代;法律建议只能咨询律师来获得。 某些与多媒体相关的软件,特别是允许回放和提供音频、视频操作或类似功能的软件,不被 Debian 包含,这是因为它在世界上的某些地区被认为是非法的。本说明中的信息和意见无意构成法律建议,法律建议可通过咨询律师来获得。
一些硬件制造商拒绝告诉我们如何给他们的硬件写驱动程序。另一些则要求签署不公开的契约才能接触文档,以阻止我们发布驱动程序源代码这一自由软件的核心内容。由于我们未被授权使用这些文档,造成它们无法在 Linux 下工作。 一些硬件制造商拒绝告诉我们如何给他们的硬件写驱动程序。另一些则要求签署不公开的契约才能接触相关文档,以阻止我们发布驱动程序源代码这一自由软件的核心内容。由于我们未被授权使用这些文档,因此它们无法在 Linux 下工作。
\end{mdframed} \end{mdframed}
\end{minipage}} \end{minipage}}
\setlength{\columnshrink}{\ht\twocolinsert} \setlength{\columnshrink}{\ht\twocolinsert}
@ -156,7 +155,7 @@
正式名称: & Debian GNU/Linux \\ 正式名称: & Debian GNU/Linux \\
英文音标: & \textipa{["dEbi@n]} \\ 英文音标: & \textipa{["dEbi@n]} \\
\end{tabularx} \end{tabularx}
\medskip \medskip
@ -165,7 +164,7 @@
\end{tcolorbox} \end{tcolorbox}
完全由自由软件组成的类 UNIX 操作系统,其包含的多数软件使用 GNU 通用公共许可协议授权,并由 Debian 计划的参与者组成团队对其进行打包、开发与维护。 完全由自由软件组成的类 UNIX 操作系统,其包含的多数软件使用 GNU 通用公共许可协议授权,并由 Debian 计划的参与者组成团队对其进行打包、开发与维护。
% 内核版本4.19.0 % 内核版本4.19.0
% 版本号“buster” % 版本号“buster”
@ -178,16 +177,16 @@
\end{tcolorbox} \end{tcolorbox}
本系统为采用 GNU/Linux 内核的操作系统,安装后可由 UEFI 或 Legacy 引导方式启动。 本系统为采用 GNU/Linux 内核的操作系统,安装后可由 UEFI 或 Legacy 引导方式启动。
\medskip \medskip
\begin{tcolorbox} \begin{tcolorbox}
\section*{适应平台} \section*{适应平台}
\end{tcolorbox} \end{tcolorbox}
\begin{itemize} \begin{itemize} % 把信创原神放前面,其他没人用的放后面
\item 支持使用 ARM、IA-32、IA-64、x86-64、PowerPC、ppc64el、ARM、MIPS 等架构的计算机、服务器和嵌入式设备。 \item 支持使用 riscv64、arm64、amd64、armhf、ppc64el、s390x 等架构的计算机、服务器和嵌入式设备。
\item 本包装盒中的安装媒介适用于何平台以实际为准。 \item 本包装盒中的安装媒介适用于何平台以实际为准。
\end{itemize} \end{itemize}
@ -196,7 +195,7 @@
\section*{规格} \section*{规格}
\end{tcolorbox} \end{tcolorbox}
1 安装媒介 1 安装媒介
\medskip \medskip
@ -207,11 +206,11 @@
使用 USB 设备引导。 使用 USB 设备引导。
启动方式根据硬件调整,一般使用 UEFI。 启动方式根据硬件调整,一般使用 UEFI。
根据硬件性能和个人需要,调整安装方式:一般而言,使用图形化界面进行安装;否则选择基于 ncurses 命令行下的安装。 根据硬件性能和个人需要,调整安装方式:一般而言,使用图形化界面进行安装;否则选择基于 ncurses 命令行下的安装。
安装好基本系统并设置完成软件包后,即可酌情选择桌面环境和桌面管理器。 安装好基本系统并设置完成软件包后,即可酌情选择桌面环境和桌面管理器。
\medskip \medskip
\begin{tcolorbox} \begin{tcolorbox}
@ -219,7 +218,7 @@
\end{tcolorbox} \end{tcolorbox}
Debian 有一个对用户和开发者所提交的软件缺陷报告进行归档管理的缺陷跟踪系统,英文缩写为 BTS。每个软件缺陷报告都被授予一个编号并且被长期跟踪直到它被标记为已修复。 Debian 有一个对用户和开发者所提交的软件缺陷报告进行归档管理的缺陷跟踪系统,英文缩写为 BTS。每个软件缺陷报告都被授予一个编号并且被长期跟踪直到它被标记为已修复。
可以在 https://www.debian.org/Bugs/ 处获得这个文件的拷贝。 可以在 https://www.debian.org/Bugs/ 处获得这个文件的拷贝。
\medskip \medskip
@ -231,23 +230,23 @@
\begin{itemize}[leftmargin=*] \begin{itemize}[leftmargin=*]
\item 满足最低的硬件要求 \item 满足最低的硬件要求
基于您的需求,也许可以用低于下面表格所列的配置装上系统。但是,如果无视这些建议的话,多数用户会安装失败 Pentium 4、1GHz 的处理器是桌面系统的最低推荐配置,下表是内存和硬盘的需求
{\small\begin{tabularx}{\linewidth}{|X|X|X|X|} {\small\begin{tabularx}{\linewidth}{|X|X|X|X|}
\hline \hline
类别 & RAM\newline (最低) & RAM\newline (推荐) & 硬盘 \\ 类别 & RAM\newline (最低) & RAM\newline (推荐) & 硬盘 \\
\hline \hline
无桌面 & 128MB & 512MB & 2GB \\ 无桌面 & 512MB & 1GB & 4GB \\
\hline \hline
有桌面 & 256MB & 1GB & 10GB \\ 有桌面 & 1GB & 2GB & 10GB \\
\hline \hline
\end{tabularx}} \end{tabularx}}
Pentium 4、1GHz 的系统是桌面系统的最低推荐配置 基于您的需求,也许可以使用低于上表所列的配置完成系统安装。但是多数用户在无视这些建议的情况下会安装失败
\item 需要固件的设备 \item 需要固件的设备
除了需要设备驱动程序有些硬件还要在使用之前加载固件firmware或微码microcode 除了需要设备驱动程序有些硬件还要在使用之前加载固件firmware或微码microcode
\end{itemize} \end{itemize}
@ -278,7 +277,7 @@
% \end{tcolorbox} % \end{tcolorbox}
% Debian GNU/Linux 安装介质不用于视力或运动障碍人士。 % Debian GNU/Linux 安装介质不用于视力或运动障碍人士。
% \medskip % \medskip
% \begin{tcolorbox} % \begin{tcolorbox}
@ -302,13 +301,13 @@
\setlength{\parindent}{0pt} \setlength{\parindent}{0pt}
\item 与 Windows 的相互作用 \item 与 Windows 的相互作用
当您有双引导时,若另一个操作系统与 Windows 访问相同的文件系统,这就有可能会导致问题和数据丢失。在这种情况下,文件系统的真实状态可能与 Windows 认为在“启动”之后的情况不同,并且可能在进一步写入文件系统时导致文件系统损坏。因此,在双引导设置中,为了避免文件系统损坏,必须在 Windows 中禁用“快速启动”功能。 当您有双引导时,若另一个操作系统与 Windows 访问相同的文件系统,这就有可能会导致问题和数据丢失。在这种情况下,文件系统的真实状态可能与 Windows 认为在“启动”之后的情况不同,并且可能在进一步写入文件系统时导致文件系统损坏。因此,在双引导设置中,为了避免文件系统损坏,有必要在 Windows 中禁用“快速启动”功能。
在罕见情况中已观察到,在使用 Windows 进行系统更新时,可能会出现重新启动后 Grub 引导被破坏从而导致 Debian 无法启动的情况。同时,若在安装过程中将引导信息写入与 Windows 所在的物理磁盘 MBR 内,将导致后者无法正常启动。 在罕见情况中已观察到,在使用 Windows 进行系统更新时,可能会出现重新启动后 GRUB 引导被破坏从而导致 Debian 无法启动的情况。同时,若在安装过程中将引导信息写入与 Windows 所在的物理磁盘 MBR 内,将导致后者无法正常启动。
\item 与其他 Linux 发行版的相互作用 \item 与其他 Linux 发行版的相互作用
尚不明确。 尚不明确。
\end{itemize} \end{itemize}
@ -330,7 +329,7 @@
\end{tcolorbox} \end{tcolorbox}
装有 Debian GNU/Linux 安装镜像的、兼容 USB 3.0/2.0 协议的大容量存储设备。 装有 Debian GNU/Linux 安装镜像的、兼容 USB 3.0/2.0 协议的大容量存储设备。
1 枚/盒 1 枚/盒
\medskip \medskip
@ -372,9 +371,9 @@
% \begin{tcolorbox} % \begin{tcolorbox}
% \section*{生产单位} % \section*{生产单位}
% \end{tcolorbox} % \end{tcolorbox}
% %
% Debian 计划 % Debian 计划
% %
% \medskip % \medskip
@ -393,7 +392,7 @@
\vfill \vfill
\begin{flushright} \begin{flushright}
Debian GNU/Linux - 11.0\linebreak 20210814 Debian GNU/Linux - 13.0\linebreak 20250809
\linebreak \linebreak
\newline \newline
\begin{minipage}{0,5\textwidth} \begin{minipage}{0,5\textwidth}

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}