加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README 3.19 KB
一键复制 编辑 原始数据 按行查看 历史
This is a collection of files intended to install
a close approximation of BunsenLabs Linux
on a basic command-line-only Debian Buster system.
Bug reports are very welcome!
Please visit the bunsenlabs forums:
http://forums.bunsenlabs.org/
HOW TO USE
Download a Debian Buster "netinst" .iso file from here:
https://www.debian.org/CD/netinst/
and use it to install a basic cli system.
Make sure sudo is enabled.
(See "DEBIAN NETINSTALL HINTS" below.)
Boot into your Debian Netinstall Buster cli system,
log in and run these commands, as a normal user:
(A fresh copy of this bunsen-netinstall package will be downloaded.)
wget https://github.com/bunsenlabs/bunsen-netinstall/archive/lithium.tar.gz
tar -xpf lithium.tar.gz
cd bunsen-netinstall-lithium
./install
The installation process will start.
Follow any prompts that appear on the screen.
A folder called bunsen-netinstall-logs will be added to your ~/.cache folder.
(The file bunsen-netinstall-logs/install.log will contain
verbose information about the install process.)
This folder may safely be removed if the installation was successful,
and no issues arose subsequently.
A folder /backup/bunsen-netinstall on your root file system will hold
backups of system files replaced during the install.
The script itself has been separated off from the files holding
specific data about the installation. This is intended to make
customization easier. It should not be necessary to edit "install".
Even if the script is upgraded in the future, the same config files
should still work.
FILES IN THIS COLLECTION
README: this file
LICENSE: a copy of the GPL3 license
install: the installation script
copyright: GNU licence statement
greeting: message to user
pkgs-recs: packages to install with recommends
pkgs-norecs: packages to install without recommends
sysfiles1: system files to copy in before installing packages (mainly apt-related)
sysfiles2: system files to copy in after installing packages
apt-keys: commands to install the BunsenLabs Apt GPG key
gen_sources: commands to edit /etc/apt/sources.list
preinstall_commands: commands to run before installing packages and files
postinstall_commands: commands to run after installing packages and files
config: sets some directory paths etc
bunsen-netinstall-logs: folder to copy into user's ~/.cache directory
DEBIAN NETINSTALL HINTS
Installing Debian Buster by the netinstall CD is
similar to using the standard installer.
Two points to watch if you want to use
this netinstall script afterwards:
1) At the "Set up users and passwords" screen,
DO NOT enter a password for root.
Type nothing and press "continue".
Do this again at "Re-enter password to verify".
Enter your own name and password as normal.
You will then be given 'sudo' permissions,
which will be needed in the script.
2) At the "software selection" stage DESELECT EVERYTHING
except "standard system utilities".
You will have a core system only, on which
the netinstall installer will add what is needed.
(Some software items will be marked with an asterisk, indicating that
they have been preselected.
Use the up/down arrows to move, and the spacebar to toggle selection.)
The netinstall download and links to documentation can be found here:
https://www.debian.org/CD/netinst/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化