mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2024-11-25 10:45:10 +01:00
add new debian 11 live ISO sources (perc)
This commit is contained in:
parent
5ff9f9bab1
commit
b88e0dc048
13
Perc Guide Source Files/Linux ISO Build/auto/config
Normal file
13
Perc Guide Source Files/Linux ISO Build/auto/config
Normal file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
lb config noauto \
|
||||
--mode debian \
|
||||
--architectures amd64 \
|
||||
--debian-installer none \
|
||||
--archive-areas "main contrib non-free" \
|
||||
--apt-indices false \
|
||||
--binary-image iso-hybrid \
|
||||
--memtest none \
|
||||
"${@}"
|
@ -0,0 +1,16 @@
|
||||
set default=0
|
||||
GRUB_TIMEOUT=5
|
||||
loadfont $prefix/dejavu-bold-16.pf2
|
||||
loadfont $prefix/dejavu-bold-14.pf2
|
||||
loadfont $prefix/unicode.pf2
|
||||
set gfxmode=auto
|
||||
insmod all_video
|
||||
insmod gfxterm
|
||||
insmod png
|
||||
|
||||
source /boot/grub/theme.cfg
|
||||
|
||||
terminal_output gfxterm
|
||||
|
||||
insmod play
|
||||
play 960 440 1 0 4 440 1
|
Binary file not shown.
After Width: | Height: | Size: 198 KiB |
@ -0,0 +1,4 @@
|
||||
include menu.cfg
|
||||
default vesamenu.c32
|
||||
prompt 0
|
||||
timeout 50
|
Binary file not shown.
After Width: | Height: | Size: 198 KiB |
@ -0,0 +1,7 @@
|
||||
Build Date: 07-20-2021
|
||||
Perc Linux Live ISO v1.9
|
||||
|
||||
|
||||
|
||||
stay frosty
|
||||
https://devplops.org/cindy.mp4
|
@ -0,0 +1,20 @@
|
||||
libncurses5
|
||||
ipmitool
|
||||
git-core
|
||||
build-essential
|
||||
python3
|
||||
pciutils
|
||||
p7zip-full
|
||||
htop
|
||||
wget
|
||||
curl
|
||||
net-tools
|
||||
openssh-server
|
||||
openssh-client
|
||||
nano
|
||||
vim
|
||||
gcc
|
||||
make
|
||||
dkms
|
||||
unzip
|
||||
ntp
|
Loading…
Reference in New Issue
Block a user