maj menu + install.ipxe distribs path
This commit is contained in:
parent
c5691de078
commit
a333c14774
@ -1,12 +1,12 @@
|
||||
#_preseed_V1
|
||||
|
||||
#### Contents of the preconfiguration file (for bookworm)
|
||||
bootstrap-base base-installer/initramfs-tools/driver-policy select generic
|
||||
bootstrap-base base-installer/initramfs-tools/driver-policy select generic
|
||||
|
||||
### Localization
|
||||
# Preseeding only locale sets language, country and locale.
|
||||
#d-i debian-installer/locale string fr_FR
|
||||
|
||||
d-i preseed/early_command string kill-all-dhcp; netcfg
|
||||
|
||||
# The values can also be preseeded individually for greater flexibility.
|
||||
d-i debian-installer/language string fr
|
||||
@ -16,6 +16,7 @@ d-i debian-installer/locale string fr_FR.UTF-8
|
||||
#d-i localechooser/supported-locales multiselect en_US.UTF-8, fr_FR.UTF-8
|
||||
|
||||
# Keyboard selection.
|
||||
d-i keymap select fr
|
||||
d-i keyboard-configuration/xkb-keymap select fr
|
||||
# d-i keyboard-configuration/toggle select No toggling
|
||||
|
||||
@ -31,8 +32,8 @@ d-i netcfg/domain string garage
|
||||
# If you want to force a hostname, regardless of what either the DHCP
|
||||
# server returns or what the reverse DNS entry for the IP is, uncomment
|
||||
# and adjust the following line.
|
||||
-i netcfg/get_hostname string debian
|
||||
# d-i netcfg/hostname string debian
|
||||
d-i netcfg/get_hostname string debian
|
||||
d-i netcfg/hostname string debian
|
||||
|
||||
# Disable that annoying WEP key dialog.
|
||||
d-i netcfg/wireless_wep string
|
||||
@ -166,9 +167,9 @@ d-i grub-installer/with_other_os boolean true
|
||||
|
||||
# Due notably to potential USB sticks, the location of the primary drive can
|
||||
# not be determined safely in general, so this needs to be specified:
|
||||
d-i grub-installer/bootdev string /dev/sda /dev/nvme0n1
|
||||
#d-i grub-installer/bootdev string /dev/sda
|
||||
# To install to the primary device (assuming it is not a USB stick):
|
||||
#d-i grub-installer/bootdev string default
|
||||
d-i grub-installer/bootdev string default
|
||||
|
||||
### Finishing up the installation
|
||||
d-i pressed/late_command string\
|
||||
@ -181,4 +182,4 @@ d-i pressed/late_command string\
|
||||
#d-i debian-installer/exit/poweroff boolean true
|
||||
d-i finish-install/keep-consoles boolean true
|
||||
|
||||
## APPEL POST INSTALL GARAGE
|
||||
## APPEL POST INSTALL GARAGE
|
||||
@ -24,6 +24,18 @@ item debian-12 Debian-12-Bookworm
|
||||
item --gap -- -------------DEBIAN-12-AUTO-------------
|
||||
item debian-12-auto Debian-12-automatique
|
||||
|
||||
item --gap --
|
||||
item --gap -- ----------------------------------------
|
||||
item --gap -- - LINUX 32 BITS -
|
||||
item --gap -- -------------DEBIAN-BOOKWORM-32-------------
|
||||
item debian-12-32 Debian-12-32-bits
|
||||
item --gap -- -------------Q4OS-INSTALL-32------------
|
||||
item q4os-32 Q4os-32
|
||||
item --gap -- -------------UBUNTU-TRINITY-32------------
|
||||
item ubuntu-trinity-32 Ubuntu-Trinity-32
|
||||
item --gap -- -------------DEBIAN-LXQT-32------------
|
||||
item debian-lxqt-32 Debian-LXQT-32
|
||||
|
||||
item --gap --
|
||||
item --gap -- ----------------------------------------
|
||||
item --gap -- - LINUX LIVE -
|
||||
@ -46,6 +58,13 @@ item shredos-64 Shredos-64 (nwipe)
|
||||
item --gap -- -------------GPARTED-LIVE-64------------
|
||||
item gparted-live-64 Gparted-live-64
|
||||
|
||||
item --gap -- -------------BUNSEN-LABS-LIVE-32------------
|
||||
item bunsenlabs-live-32 BunsenLabs-live-32
|
||||
item --gap -- -------------ARCHBANG-LIVE-32------------
|
||||
item archbang-live-32 Archbang-Live-32
|
||||
item --gap -- -------------PORTEUS-OPENBOX-LIVE-32------------
|
||||
item porteus-openbox-32 Porteus-Openbox-32
|
||||
|
||||
item --gap --
|
||||
item --gap -- -------------SORTIR---------------------
|
||||
item shell Shell iPXE
|
||||
@ -53,14 +72,7 @@ item exit Exit
|
||||
|
||||
choose --timeout ${menu-timeout} --default ${menu-default} target && goto ${target}
|
||||
|
||||
##################### DISTRIBS #####################
|
||||
|
||||
#Paramètres de démarrage pour DEBIAN-11
|
||||
# :debian-11
|
||||
# kernel http://${server_ip}/tftpboot/debian-11/debian-installer/amd64/linux
|
||||
# initrd http://${server_ip}/tftpboot/debian-11/debian-installer/amd64/initrd.gz
|
||||
# imgargs linux DEBIAN_FRONTEND=newt --- net.ifnames=0
|
||||
# boot || goto menu
|
||||
##################################### DEBIAN #####################################
|
||||
|
||||
#Paramètres de démarrage pour DEBIAN-12
|
||||
:debian-12
|
||||
@ -73,8 +85,8 @@ boot || goto menu
|
||||
:debian-12-auto
|
||||
kernel http://${server_ip}/tftpboot/debian-12/64/debian-installer/amd64/linux
|
||||
initrd http://${server_ip}/tftpboot/debian-12/64/debian-installer/amd64/initrd.gz
|
||||
imgargs linux DEBIAN_FRONTEND=newt --- net.ifnames=0 auto=true keymap=fr locale=FR_fr ip=dhcp domain=garage hostname=debian preseed/url=http://${server_ip}/tftpboot/debian-12/64/debian-12-preseed.cfg
|
||||
# imgargs linux DEBIAN_FRONTEND=newt --- net.ifnames=0 debian-installer=fr_FR.UTF-8 locale=fr_FR.UTF-8 kbd-chooser/method=fr auto-install/enable=true ip=dhcp domain=garage hostname=debian preseed/url=http://${server_ip}/tftpboot/debian-12/64/debian-12-preseed.cfg
|
||||
#imgargs linux DEBIAN_FRONTEND=newt --- net.ifnames=0 auto=true keymap=fr locale=FR_fr ip=dhcp domain=garage hostname=debian preseed/url=http://${server_ip}/tftpboot/debian-12/64/debian-12-preseed.cfg
|
||||
imgargs linux DEBIAN_FRONTEND=newt --- net.ifnames=0 debian-installer=fr_FR.UTF-8 locale=fr_FR.UTF-8 kbd-chooser/method=fr auto-install/enable=true ip=dhcp hostname=debian domain=garage preseed/url=http://${server_ip}/tftpboot/debian-12/64/debian-12-preseed.cfg
|
||||
boot || goto menu
|
||||
|
||||
#Paramètres de démarrage pour DEBIAN-12-32
|
||||
@ -140,7 +152,7 @@ initrd http://${server_ip}/tftpboot/gparted-live-64/live/initrd.img
|
||||
imgargs vmlinuz initrd=initrd boot=live config components union=overlay username=user language=fr console-setup/layoutcode?=fr noswap noeject vga=788 netboot=nfs nfsroot=${server_ip}:/var/lib/tftpboot/gparted-live-64 quiet nosplash --
|
||||
boot
|
||||
|
||||
#GOOD WINPE
|
||||
##################################### WINPE (HS) #####################################
|
||||
#:winpe
|
||||
#kernel http://${server_ip}/tftpboot/windows/wimboot
|
||||
#initrd http://${server_ip}/tftpboot/windows/win10/bootmgr bootmgr
|
||||
@ -149,7 +161,7 @@ boot
|
||||
#initrd http://${server_ip}/tftpboot/windows/winpe/sources/boot.wim boot.wim
|
||||
#boot || goto menu
|
||||
|
||||
##################################### TEST BRICE #####################################
|
||||
##################################### DISTIBS BRICE #####################################
|
||||
|
||||
#Paramètres de démarrage pour SLITAZ-LIVE-32 -- TESTING
|
||||
:slitaz-live-32
|
||||
@ -185,7 +197,6 @@ initrd http://${server_ip}/tftpboot/debian-lxqt-32/d-i/gtk/initrd.gz
|
||||
imgargs vmlinuz initrd=initrd root=/dev/nfs netboot=nfs nfsroot=${server_ip}:/var/lib/tftpboot/debian-lxqt-32 ip=dhcp --
|
||||
boot || goto menu
|
||||
|
||||
|
||||
# ArchBang : Ne marche pas. "No more network". Charger 'intel-ucode.img' en plus de initramfs-linux.img' ?
|
||||
:archbang-live-32
|
||||
kernel http://${server_ip}/tftpboot/archbang-live-32/arch/boot/i686/vmlinuz-linux
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user