Compare commits

...

7 Commits
v6 ... master

Author SHA1 Message Date
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
6 changed files with 10282 additions and 9647 deletions

View File

@ -1,28 +1,26 @@
name: Compile and publish instruction pdf. name: Compile & Publish
on: on:
workflow_dispatch:
push: push:
branches: [ master ]
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 - name: compile
uses: dante-ev/latex-action@2021-A uses: dante-ev/latex-action@2024-B
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
root_file: 'instruction.tex' root_file: 'instruction.tex'
compiler: xelatex compiler: xelatex
- name: Archive PDF - name: upload PDF
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: instruction.pdf name: instruction.pdf
path: instruction.pdf path: instruction.pdf

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 239 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

19821
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 核准日期2023年06月10
\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日
\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]
@ -187,7 +186,7 @@
\end{tcolorbox} \end{tcolorbox}
\begin{itemize} \begin{itemize}
\item 支持使用 ARM、IA-32、IA-64、x86-64、PowerPC、ppc64el、MIPS 等架构的计算机、服务器和嵌入式设备。 \item 支持使用 arm64、amd64、i686、ppc64el、mipsel、s390x 等架构的计算机、服务器和嵌入式设备。
\item 本包装盒中的安装媒介适用于何平台以实际为准。 \item 本包装盒中的安装媒介适用于何平台以实际为准。
\end{itemize} \end{itemize}
@ -232,7 +231,7 @@
\item 满足最低的硬件要求 \item 满足最低的硬件要求
基于您的需求,也许可以用低于下面表格所列的配置装上系统。但是,如果无视这些建议的话,多数用户会安装失败 Pentium 4、1GHz 的处理器是桌面系统的最低推荐配置,下表是内存和硬盘的需求
{\small\begin{tabularx}{\linewidth}{|X|X|X|X|} {\small\begin{tabularx}{\linewidth}{|X|X|X|X|}
\hline \hline
@ -244,7 +243,7 @@
\hline \hline
\end{tabularx}} \end{tabularx}}
Pentium 4、1GHz 的系统是桌面系统的最低推荐配置 基于您的需求,也许可以使用低于上表所列的配置完成系统安装。但是多数用户在无视这些建议的情况下会安装失败
\item 需要固件的设备 \item 需要固件的设备
@ -305,7 +304,7 @@
当您有双引导时,若另一个操作系统与 Windows 访问相同的文件系统,这就有可能会导致问题和数据丢失。在这种情况下,文件系统的真实状态可能与 Windows 认为在“启动”之后的情况不同,并且可能在进一步写入文件系统时导致文件系统损坏。因此,在双引导设置中,为了避免文件系统损坏,有必要在 Windows 中禁用“快速启动”功能。 当您有双引导时,若另一个操作系统与 Windows 访问相同的文件系统,这就有可能会导致问题和数据丢失。在这种情况下,文件系统的真实状态可能与 Windows 认为在“启动”之后的情况不同,并且可能在进一步写入文件系统时导致文件系统损坏。因此,在双引导设置中,为了避免文件系统损坏,有必要在 Windows 中禁用“快速启动”功能。
在罕见情况中已观察到,在使用 Windows 进行系统更新时,可能会出现重新启动后 Grub 引导被破坏从而导致 Debian 无法启动的情况。同时,若在安装过程中将引导信息写入与 Windows 所在的物理磁盘 MBR 内,将导致后者无法正常启动。 在罕见情况中已观察到,在使用 Windows 进行系统更新时,可能会出现重新启动后 GRUB 引导被破坏从而导致 Debian 无法启动的情况。同时,若在安装过程中将引导信息写入与 Windows 所在的物理磁盘 MBR 内,将导致后者无法正常启动。
\item 与其他 Linux 发行版的相互作用 \item 与其他 Linux 发行版的相互作用
@ -393,7 +392,7 @@
\vfill \vfill
\begin{flushright} \begin{flushright}
Debian GNU/Linux - 11.0\linebreak 20210814 Debian GNU/Linux - 12.0\linebreak 20230610
\linebreak \linebreak
\newline \newline
\begin{minipage}{0,5\textwidth} \begin{minipage}{0,5\textwidth}