Add netboot ppc64el support installing sid.

suites/ascii
Aurelien Jarno 11 years ago
parent a212be5de5
commit aec2db1b7d
  1. 22
      build/config/ppc64el.cfg
  2. 8
      build/config/ppc64el/netboot.cfg
  3. 29
      build/pkg-lists/netboot/ppc64el.cfg
  4. 3
      debian/changelog

@ -0,0 +1,22 @@
MEDIUM_SUPPORTED = netboot
KERNELMAJOR = 2.6
BASEVERSION = 3.14-2
KERNELVERSION = $(BASEVERSION)-powerpc64le
KERNEL_FLAVOUR = di
KERNELNAME = vmlinux
KERNELIMAGEVERSION = $(KERNELVERSION)
# The codename of the Debian release that should be installed by default.
DEBIAN_RELEASE = unstable
arch_boot_screens:
arch_tree:
# Netboot files
.PHONY: arch_netboot_dir
arch_netboot_dir:
-rm -f $(TEMP_NETBOOT_DIR)
mkdir -p $(TEMP_NETBOOT_DIR)/$(NETBOOT_PATH)
cp $(TEMP_INITRD) $(TEMP_NETBOOT_DIR)/$(NETBOOT_PATH)
cp $(TEMP_KERNEL) $(TEMP_NETBOOT_DIR)/$(NETBOOT_PATH)

@ -0,0 +1,8 @@
MEDIA_TYPE = netboot image
NETBOOT_DIR_TARGETS = $(TEMP_INITRD) $(TEMP_KERNEL)
TARGET = $(NETBOOT_DIR) $(NETBOOT_TAR)
EXTRANAME = $(MEDIUM)/
MANIFEST-NETBOOT_DIR = "boot directory for tftp server"
MANIFEST-NETBOOT_TAR = "tarball of boot directory"

@ -0,0 +1,29 @@
input-modules-${kernel:Version}
nic-modules-${kernel:Version}
usb-modules-${kernel:Version}
virtio-modules-${kernel:Version}
bogl-bterm-udeb
console-setup-pc-ekmap
console-setup-udeb
kbd-udeb
# In case they need to load a driver image.
mountmedia
media-retriever
fat-modules-${kernel:Version}
usb-storage-modules-${kernel:Version}
ethdetect
hw-detect
netcfg
# brltty
brltty-udeb
serial-modules-${kernel:Version}
uinput-modules-${kernel:Version} ?
usb-serial-modules-${kernel:Version} ?
# IBM Power hypervisor modules, only available on powerpc64.
fancontrol-modules-${kernel:Version} ?
hypervisor-modules-${kernel:Version} ?

3
debian/changelog vendored

@ -13,6 +13,9 @@ debian-installer (2014XXXX) UNRELEASED; urgency=low
adding a syslinux-utils build-dep (Closes: #751731), no thanks to its
maintainer as far as cooperation is concerned (See: #751724, #759189).
[ Frederic Bonnard / Aurelien Jarno ]
* Add netboot ppc64el support installing sid.
-- Cyril Brulebois <kibi@debian.org> Sat, 02 Aug 2014 02:59:35 +0200
debian-installer (20140802) unstable; urgency=low

Loading…
Cancel
Save