updated debian-11.7
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
0fWelcome to Debian GNU/Linux!07 09F107
|
0fWelcome to Debian GNU/Linux!07 09F107
|
||||||
|
|
||||||
This is a Debian 11 (bullseye) installation netboot image.
|
This is a Debian 12 (bookworm) installation netboot image.
|
||||||
It was built on 20210731+deb11u8.
|
It was built on 20230607+deb12u5.
|
||||||
|
|
||||||
0fHELP INDEX07
|
0fHELP INDEX07
|
||||||
|
|
||||||
|
|||||||
@@ -3,12 +3,12 @@
|
|||||||
You must have at least 285 megabytes of RAM to use this Debian installer.
|
You must have at least 285 megabytes of RAM to use this Debian installer.
|
||||||
|
|
||||||
You should have space on your hard disk to create a new disk partition
|
You should have space on your hard disk to create a new disk partition
|
||||||
of at least 920 megabytes to install the base system. You'll need more
|
of at least 1160 megabytes to install the base system. You'll need more
|
||||||
disk space to install additional packages, depending on what you wish
|
disk space to install additional packages, depending on what you wish
|
||||||
to do with your new Debian system.
|
to do with your new Debian system.
|
||||||
|
|
||||||
See the Installation Guide or the FAQ for more information; both
|
See the Installation Guide or the FAQ for more information; both
|
||||||
documents are available at the Debian web site, 0fhttp://www.debian.org/07
|
documents are available at the Debian web site, 0fhttp://www.debian.org/doc/07
|
||||||
|
|
||||||
Thank you for choosing Debian!
|
Thank you for choosing Debian!
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ and the next user who comes up with the same problem will profit from your
|
|||||||
experience!
|
experience!
|
||||||
|
|
||||||
See the Installation Guide or the FAQ for more information; both
|
See the Installation Guide or the FAQ for more information; both
|
||||||
documents are available at the Debian web site, 0fhttp://www.debian.org/07
|
documents are available at the Debian web site, 0fhttp://www.debian.org/doc/07
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 58 KiB |
@@ -1,7 +1,7 @@
|
|||||||
# D-I config version 2.0
|
# D-I config version 2.0
|
||||||
# search path for the c32 support libraries (libcom32, libutil etc.)
|
# search path for the c32 support libraries (libcom32, libutil etc.)
|
||||||
path debian-installer/amd64/boot-screens/
|
path debian-installer/amd64/boot-screens/
|
||||||
include debian-installer/amd64/boot-screens/menu.cfg
|
|
||||||
default debian-installer/amd64/boot-screens/vesamenu.c32
|
|
||||||
prompt 0
|
prompt 0
|
||||||
timeout 0
|
timeout 0
|
||||||
|
include debian-installer/amd64/boot-screens/menu.cfg
|
||||||
|
default debian-installer/amd64/boot-screens/vesamenu.c32
|
||||||
|
|||||||
Binary file not shown.
@@ -1,4 +1,10 @@
|
|||||||
if loadfont $prefix/font.pf2 ; then
|
if [ x$feature_default_font_path = xy ] ; then
|
||||||
|
font=unicode
|
||||||
|
else
|
||||||
|
font=$prefix/font.pf2
|
||||||
|
fi
|
||||||
|
|
||||||
|
if loadfont $font ; then
|
||||||
set gfxmode=800x600
|
set gfxmode=800x600
|
||||||
set gfxpayload=keep
|
set gfxpayload=keep
|
||||||
insmod efi_gop
|
insmod efi_gop
|
||||||
@@ -29,8 +35,6 @@ menuentry 'Install' {
|
|||||||
initrd /debian-installer/amd64/initrd.gz
|
initrd /debian-installer/amd64/initrd.gz
|
||||||
}
|
}
|
||||||
submenu --hotkey=a 'Advanced options ...' {
|
submenu --hotkey=a 'Advanced options ...' {
|
||||||
set menu_color_normal=cyan/blue
|
|
||||||
set menu_color_highlight=white/blue
|
|
||||||
set gfxpayload=keep
|
set gfxpayload=keep
|
||||||
menuentry '... Expert install' {
|
menuentry '... Expert install' {
|
||||||
set background_color=black
|
set background_color=black
|
||||||
@@ -63,12 +67,8 @@ submenu --hotkey=a 'Advanced options ...' {
|
|||||||
initrd /debian-installer/amd64/initrd.gz
|
initrd /debian-installer/amd64/initrd.gz
|
||||||
}
|
}
|
||||||
submenu '... Desktop environment menu ...' {
|
submenu '... Desktop environment menu ...' {
|
||||||
set menu_color_normal=cyan/blue
|
|
||||||
set menu_color_highlight=white/blue
|
|
||||||
set gfxpayload=keep
|
set gfxpayload=keep
|
||||||
submenu '... GNOME desktop boot menu ...' {
|
submenu '... GNOME desktop boot menu ...' {
|
||||||
set menu_color_normal=cyan/blue
|
|
||||||
set menu_color_highlight=white/blue
|
|
||||||
set gfxpayload=keep
|
set gfxpayload=keep
|
||||||
menuentry '... Install' {
|
menuentry '... Install' {
|
||||||
set background_color=black
|
set background_color=black
|
||||||
@@ -76,8 +76,6 @@ submenu --hotkey=a 'Advanced options ...' {
|
|||||||
initrd /debian-installer/amd64/initrd.gz
|
initrd /debian-installer/amd64/initrd.gz
|
||||||
}
|
}
|
||||||
submenu '... GNOME advanced options ...' {
|
submenu '... GNOME advanced options ...' {
|
||||||
set menu_color_normal=cyan/blue
|
|
||||||
set menu_color_highlight=white/blue
|
|
||||||
set gfxpayload=keep
|
set gfxpayload=keep
|
||||||
menuentry '... Expert install' {
|
menuentry '... Expert install' {
|
||||||
set background_color=black
|
set background_color=black
|
||||||
@@ -102,8 +100,6 @@ submenu --hotkey=a 'Advanced options ...' {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
submenu '... KDE Plasma desktop boot menu ...' {
|
submenu '... KDE Plasma desktop boot menu ...' {
|
||||||
set menu_color_normal=cyan/blue
|
|
||||||
set menu_color_highlight=white/blue
|
|
||||||
set gfxpayload=keep
|
set gfxpayload=keep
|
||||||
menuentry '... Install' {
|
menuentry '... Install' {
|
||||||
set background_color=black
|
set background_color=black
|
||||||
@@ -111,8 +107,6 @@ submenu --hotkey=a 'Advanced options ...' {
|
|||||||
initrd /debian-installer/amd64/initrd.gz
|
initrd /debian-installer/amd64/initrd.gz
|
||||||
}
|
}
|
||||||
submenu '... KDE Plasma advanced options ...' {
|
submenu '... KDE Plasma advanced options ...' {
|
||||||
set menu_color_normal=cyan/blue
|
|
||||||
set menu_color_highlight=white/blue
|
|
||||||
set gfxpayload=keep
|
set gfxpayload=keep
|
||||||
menuentry '... Expert install' {
|
menuentry '... Expert install' {
|
||||||
set background_color=black
|
set background_color=black
|
||||||
@@ -137,8 +131,6 @@ submenu --hotkey=a 'Advanced options ...' {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
submenu '... LXDE desktop boot menu ...' {
|
submenu '... LXDE desktop boot menu ...' {
|
||||||
set menu_color_normal=cyan/blue
|
|
||||||
set menu_color_highlight=white/blue
|
|
||||||
set gfxpayload=keep
|
set gfxpayload=keep
|
||||||
menuentry '... Install' {
|
menuentry '... Install' {
|
||||||
set background_color=black
|
set background_color=black
|
||||||
@@ -146,8 +138,6 @@ submenu --hotkey=a 'Advanced options ...' {
|
|||||||
initrd /debian-installer/amd64/initrd.gz
|
initrd /debian-installer/amd64/initrd.gz
|
||||||
}
|
}
|
||||||
submenu '... LXDE advanced options ...' {
|
submenu '... LXDE advanced options ...' {
|
||||||
set menu_color_normal=cyan/blue
|
|
||||||
set menu_color_highlight=white/blue
|
|
||||||
set gfxpayload=keep
|
set gfxpayload=keep
|
||||||
menuentry '... Expert install' {
|
menuentry '... Expert install' {
|
||||||
set background_color=black
|
set background_color=black
|
||||||
@@ -173,7 +163,7 @@ submenu --hotkey=a 'Advanced options ...' {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
submenu --hotkey=d 'Dark theme option...' {
|
submenu --hotkey=d 'Accessible dark contrast installer menu ...' {
|
||||||
set menu_color_normal=white/black
|
set menu_color_normal=white/black
|
||||||
set menu_color_highlight=yellow/black
|
set menu_color_highlight=yellow/black
|
||||||
set color_normal=white/black
|
set color_normal=white/black
|
||||||
@@ -209,8 +199,3 @@ submenu --hotkey=d 'Dark theme option...' {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
menuentry --hotkey=s 'Install with speech synthesis' {
|
|
||||||
set background_color=black
|
|
||||||
linux /debian-installer/amd64/linux vga=788 speakup.synth=soft --- quiet
|
|
||||||
initrd /debian-installer/amd64/initrd.gz
|
|
||||||
}
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user