From 2ba3d0c092605f3f842bb70fe5a081fc041f8b28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Wed, 8 Mar 2017 17:23:43 +0100 Subject: [PATCH 1/2] Deleted openSUSE 13.2 boot descriptions --- .../arch/x86_64/isoboot/suse-13.2/config.sh | 51 ---- .../arch/x86_64/isoboot/suse-13.2/config.xml | 189 --------------- .../arch/x86_64/isoboot/suse-13.2/images.sh | 27 --- .../root/etc/modprobe.d/99-local.conf | 1 - .../x86_64/isoboot/suse-13.2/root/include | 1 - .../x86_64/isoboot/suse-13.2/root/linuxrc | 1 - .../x86_64/isoboot/suse-13.2/root/preinit | 1 - .../arch/x86_64/netboot/suse-13.2/config.sh | 51 ---- .../arch/x86_64/netboot/suse-13.2/config.xml | 219 ------------------ .../arch/x86_64/netboot/suse-13.2/images.sh | 27 --- .../root/etc/modprobe.d/99-local.conf | 1 - .../x86_64/netboot/suse-13.2/root/include | 1 - .../x86_64/netboot/suse-13.2/root/linuxrc | 1 - .../x86_64/netboot/suse-13.2/root/preinit | 1 - .../arch/x86_64/oemboot/suse-13.2/config.sh | 51 ---- .../arch/x86_64/oemboot/suse-13.2/config.xml | 201 ---------------- .../arch/x86_64/oemboot/suse-13.2/images.sh | 27 --- .../arch/x86_64/oemboot/suse-13.2/root/dump | 1 - .../x86_64/oemboot/suse-13.2/root/include | 1 - .../x86_64/oemboot/suse-13.2/root/linuxrc | 1 - .../x86_64/oemboot/suse-13.2/root/preinit | 1 - .../arch/x86_64/oemboot/suse-13.2/root/repart | 1 - .../arch/x86_64/oemboot/suse-13.2/root/wmrc | 113 --------- .../arch/x86_64/vmxboot/suse-13.2/config.sh | 51 ---- .../arch/x86_64/vmxboot/suse-13.2/config.xml | 173 -------------- .../arch/x86_64/vmxboot/suse-13.2/images.sh | 27 --- .../x86_64/vmxboot/suse-13.2/root/include | 1 - .../x86_64/vmxboot/suse-13.2/root/linuxrc | 1 - .../x86_64/vmxboot/suse-13.2/root/preinit | 1 - 29 files changed, 1223 deletions(-) delete mode 100755 kiwi/boot/arch/x86_64/isoboot/suse-13.2/config.sh delete mode 100644 kiwi/boot/arch/x86_64/isoboot/suse-13.2/config.xml delete mode 100755 kiwi/boot/arch/x86_64/isoboot/suse-13.2/images.sh delete mode 100644 kiwi/boot/arch/x86_64/isoboot/suse-13.2/root/etc/modprobe.d/99-local.conf delete mode 120000 kiwi/boot/arch/x86_64/isoboot/suse-13.2/root/include delete mode 120000 kiwi/boot/arch/x86_64/isoboot/suse-13.2/root/linuxrc delete mode 120000 kiwi/boot/arch/x86_64/isoboot/suse-13.2/root/preinit delete mode 100755 kiwi/boot/arch/x86_64/netboot/suse-13.2/config.sh delete mode 100644 kiwi/boot/arch/x86_64/netboot/suse-13.2/config.xml delete mode 100755 kiwi/boot/arch/x86_64/netboot/suse-13.2/images.sh delete mode 100644 kiwi/boot/arch/x86_64/netboot/suse-13.2/root/etc/modprobe.d/99-local.conf delete mode 120000 kiwi/boot/arch/x86_64/netboot/suse-13.2/root/include delete mode 120000 kiwi/boot/arch/x86_64/netboot/suse-13.2/root/linuxrc delete mode 120000 kiwi/boot/arch/x86_64/netboot/suse-13.2/root/preinit delete mode 100755 kiwi/boot/arch/x86_64/oemboot/suse-13.2/config.sh delete mode 100644 kiwi/boot/arch/x86_64/oemboot/suse-13.2/config.xml delete mode 100755 kiwi/boot/arch/x86_64/oemboot/suse-13.2/images.sh delete mode 120000 kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/dump delete mode 120000 kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/include delete mode 120000 kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/linuxrc delete mode 120000 kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/preinit delete mode 120000 kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/repart delete mode 100644 kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/wmrc delete mode 100755 kiwi/boot/arch/x86_64/vmxboot/suse-13.2/config.sh delete mode 100644 kiwi/boot/arch/x86_64/vmxboot/suse-13.2/config.xml delete mode 100755 kiwi/boot/arch/x86_64/vmxboot/suse-13.2/images.sh delete mode 120000 kiwi/boot/arch/x86_64/vmxboot/suse-13.2/root/include delete mode 120000 kiwi/boot/arch/x86_64/vmxboot/suse-13.2/root/linuxrc delete mode 120000 kiwi/boot/arch/x86_64/vmxboot/suse-13.2/root/preinit diff --git a/kiwi/boot/arch/x86_64/isoboot/suse-13.2/config.sh b/kiwi/boot/arch/x86_64/isoboot/suse-13.2/config.sh deleted file mode 100755 index 2c962535..00000000 --- a/kiwi/boot/arch/x86_64/isoboot/suse-13.2/config.sh +++ /dev/null @@ -1,51 +0,0 @@ -#!/bin/bash -#================ -# FILE : config.sh -#---------------- -# PROJECT : openSUSE KIWI Image System -# COPYRIGHT : (c) 2006 SUSE LINUX Products GmbH. All rights reserved -# : -# AUTHOR : Marcus Schaefer -# : -# BELONGS TO : Operating System images -# : -# DESCRIPTION : configuration script for SUSE based -# : operating systems -# : -# : -# STATUS : BETA -#---------------- -#====================================== -# Functions... -#-------------------------------------- -test -f /.kconfig && . /.kconfig -test -f /.profile && . /.profile - -#====================================== -# Greeting... -#-------------------------------------- -echo "Configure image: [$kiwi_iname]..." - -#====================================== -# SuSEconfig -#-------------------------------------- -suseConfig - -#========================================== -# setup gfxboot -#------------------------------------------ -suseGFXBoot openSUSE isolinux - -#====================================== -# Keep UTF-8 locale -#-------------------------------------- -baseStripLocales \ - $(for i in $(echo $kiwi_language | tr "," " ");do echo -n "$i.utf8 ";done) -baseStripTranslations kiwi.mo - -#====================================== -# Umount kernel filesystems -#-------------------------------------- -baseCleanMount - -exit 0 diff --git a/kiwi/boot/arch/x86_64/isoboot/suse-13.2/config.xml b/kiwi/boot/arch/x86_64/isoboot/suse-13.2/config.xml deleted file mode 100644 index f7aab118..00000000 --- a/kiwi/boot/arch/x86_64/isoboot/suse-13.2/config.xml +++ /dev/null @@ -1,189 +0,0 @@ - - - - - Marcus Schaefer - ms@novell.com - boot/initrd image used for LiveDVD media - - - - 2.1.2 - zypper - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/kiwi/boot/arch/x86_64/isoboot/suse-13.2/images.sh b/kiwi/boot/arch/x86_64/isoboot/suse-13.2/images.sh deleted file mode 100755 index 993a04c9..00000000 --- a/kiwi/boot/arch/x86_64/isoboot/suse-13.2/images.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -test -f /.kconfig && . /.kconfig -test -f /.profile && . /.profile - -echo "Configure image: [$kiwi_iname]..." - -#========================================== -# setup build day -#------------------------------------------ -baseSetupBuildDay - -#========================================== -# remove unneded kernel files -#------------------------------------------ -suseStripKernel - -#========================================== -# remove unneeded files -#------------------------------------------ -suseStripInitrd - -#========================================== -# umount -#------------------------------------------ -baseCleanMount - -exit 0 diff --git a/kiwi/boot/arch/x86_64/isoboot/suse-13.2/root/etc/modprobe.d/99-local.conf b/kiwi/boot/arch/x86_64/isoboot/suse-13.2/root/etc/modprobe.d/99-local.conf deleted file mode 100644 index 3d59b05c..00000000 --- a/kiwi/boot/arch/x86_64/isoboot/suse-13.2/root/etc/modprobe.d/99-local.conf +++ /dev/null @@ -1 +0,0 @@ -options brd rd_size=512000 diff --git a/kiwi/boot/arch/x86_64/isoboot/suse-13.2/root/include b/kiwi/boot/arch/x86_64/isoboot/suse-13.2/root/include deleted file mode 120000 index d3d30917..00000000 --- a/kiwi/boot/arch/x86_64/isoboot/suse-13.2/root/include +++ /dev/null @@ -1 +0,0 @@ -../../../../../functions.sh \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/isoboot/suse-13.2/root/linuxrc b/kiwi/boot/arch/x86_64/isoboot/suse-13.2/root/linuxrc deleted file mode 120000 index 6f58ac32..00000000 --- a/kiwi/boot/arch/x86_64/isoboot/suse-13.2/root/linuxrc +++ /dev/null @@ -1 +0,0 @@ -../../linuxrc \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/isoboot/suse-13.2/root/preinit b/kiwi/boot/arch/x86_64/isoboot/suse-13.2/root/preinit deleted file mode 120000 index 318e40c6..00000000 --- a/kiwi/boot/arch/x86_64/isoboot/suse-13.2/root/preinit +++ /dev/null @@ -1 +0,0 @@ -../../preinit \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/netboot/suse-13.2/config.sh b/kiwi/boot/arch/x86_64/netboot/suse-13.2/config.sh deleted file mode 100755 index 25c66391..00000000 --- a/kiwi/boot/arch/x86_64/netboot/suse-13.2/config.sh +++ /dev/null @@ -1,51 +0,0 @@ -#!/bin/bash -#================ -# FILE : config.sh -#---------------- -# PROJECT : openSUSE KIWI Image System -# COPYRIGHT : (c) 2006 SUSE LINUX Products GmbH. All rights reserved -# : -# AUTHOR : Marcus Schaefer -# : -# BELONGS TO : Operating System images -# : -# DESCRIPTION : configuration script for SUSE based -# : operating systems -# : -# : -# STATUS : BETA -#---------------- -#====================================== -# Functions... -#-------------------------------------- -test -f /.kconfig && . /.kconfig -test -f /.profile && . /.profile - -#====================================== -# Greeting... -#-------------------------------------- -echo "Configure image: [$kiwi_iname]..." - -#====================================== -# SuSEconfig -#-------------------------------------- -suseConfig - -#========================================== -# setup gfxboot -#------------------------------------------ -suseGFXBoot openSUSE grub - -#====================================== -# Keep UTF-8 locale -#-------------------------------------- -baseStripLocales \ - $(for i in $(echo $kiwi_language | tr "," " ");do echo -n "$i.utf8 ";done) -baseStripTranslations kiwi.mo - -#====================================== -# Umount kernel filesystems -#-------------------------------------- -baseCleanMount - -exit 0 diff --git a/kiwi/boot/arch/x86_64/netboot/suse-13.2/config.xml b/kiwi/boot/arch/x86_64/netboot/suse-13.2/config.xml deleted file mode 100644 index 775f9cf2..00000000 --- a/kiwi/boot/arch/x86_64/netboot/suse-13.2/config.xml +++ /dev/null @@ -1,219 +0,0 @@ - - - - - Marcus Schaefer - ms@novell.com - boot/initrd image used for PXE - - - - 2.1.1 - zypper - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/kiwi/boot/arch/x86_64/netboot/suse-13.2/images.sh b/kiwi/boot/arch/x86_64/netboot/suse-13.2/images.sh deleted file mode 100755 index 64aff5ac..00000000 --- a/kiwi/boot/arch/x86_64/netboot/suse-13.2/images.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -test -f /.kconfig && . /.kconfig -test -f /.profile && . /.profile - -echo "Configure image: [$kiwi_iname]..." - -#========================================== -# setup build day -#------------------------------------------ -baseSetupBuildDay - -#========================================== -# remove unneded kernel files -#------------------------------------------ -suseStripKernel - -#========================================== -# remove unneeded files -#------------------------------------------ -suseStripInitrd - -#========================================== -# umount -#------------------------------------------ -umount /proc >/dev/null 2>&1 - -exit 0 diff --git a/kiwi/boot/arch/x86_64/netboot/suse-13.2/root/etc/modprobe.d/99-local.conf b/kiwi/boot/arch/x86_64/netboot/suse-13.2/root/etc/modprobe.d/99-local.conf deleted file mode 100644 index 3d59b05c..00000000 --- a/kiwi/boot/arch/x86_64/netboot/suse-13.2/root/etc/modprobe.d/99-local.conf +++ /dev/null @@ -1 +0,0 @@ -options brd rd_size=512000 diff --git a/kiwi/boot/arch/x86_64/netboot/suse-13.2/root/include b/kiwi/boot/arch/x86_64/netboot/suse-13.2/root/include deleted file mode 120000 index d3d30917..00000000 --- a/kiwi/boot/arch/x86_64/netboot/suse-13.2/root/include +++ /dev/null @@ -1 +0,0 @@ -../../../../../functions.sh \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/netboot/suse-13.2/root/linuxrc b/kiwi/boot/arch/x86_64/netboot/suse-13.2/root/linuxrc deleted file mode 120000 index 6f58ac32..00000000 --- a/kiwi/boot/arch/x86_64/netboot/suse-13.2/root/linuxrc +++ /dev/null @@ -1 +0,0 @@ -../../linuxrc \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/netboot/suse-13.2/root/preinit b/kiwi/boot/arch/x86_64/netboot/suse-13.2/root/preinit deleted file mode 120000 index 318e40c6..00000000 --- a/kiwi/boot/arch/x86_64/netboot/suse-13.2/root/preinit +++ /dev/null @@ -1 +0,0 @@ -../../preinit \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/oemboot/suse-13.2/config.sh b/kiwi/boot/arch/x86_64/oemboot/suse-13.2/config.sh deleted file mode 100755 index 25c66391..00000000 --- a/kiwi/boot/arch/x86_64/oemboot/suse-13.2/config.sh +++ /dev/null @@ -1,51 +0,0 @@ -#!/bin/bash -#================ -# FILE : config.sh -#---------------- -# PROJECT : openSUSE KIWI Image System -# COPYRIGHT : (c) 2006 SUSE LINUX Products GmbH. All rights reserved -# : -# AUTHOR : Marcus Schaefer -# : -# BELONGS TO : Operating System images -# : -# DESCRIPTION : configuration script for SUSE based -# : operating systems -# : -# : -# STATUS : BETA -#---------------- -#====================================== -# Functions... -#-------------------------------------- -test -f /.kconfig && . /.kconfig -test -f /.profile && . /.profile - -#====================================== -# Greeting... -#-------------------------------------- -echo "Configure image: [$kiwi_iname]..." - -#====================================== -# SuSEconfig -#-------------------------------------- -suseConfig - -#========================================== -# setup gfxboot -#------------------------------------------ -suseGFXBoot openSUSE grub - -#====================================== -# Keep UTF-8 locale -#-------------------------------------- -baseStripLocales \ - $(for i in $(echo $kiwi_language | tr "," " ");do echo -n "$i.utf8 ";done) -baseStripTranslations kiwi.mo - -#====================================== -# Umount kernel filesystems -#-------------------------------------- -baseCleanMount - -exit 0 diff --git a/kiwi/boot/arch/x86_64/oemboot/suse-13.2/config.xml b/kiwi/boot/arch/x86_64/oemboot/suse-13.2/config.xml deleted file mode 100644 index 7753c539..00000000 --- a/kiwi/boot/arch/x86_64/oemboot/suse-13.2/config.xml +++ /dev/null @@ -1,201 +0,0 @@ - - - - - Marcus Schaefer - ms@novell.com - boot/initrd image used on OEM VMX disk - - - - 2.7.1 - zypper - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/kiwi/boot/arch/x86_64/oemboot/suse-13.2/images.sh b/kiwi/boot/arch/x86_64/oemboot/suse-13.2/images.sh deleted file mode 100755 index 993a04c9..00000000 --- a/kiwi/boot/arch/x86_64/oemboot/suse-13.2/images.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -test -f /.kconfig && . /.kconfig -test -f /.profile && . /.profile - -echo "Configure image: [$kiwi_iname]..." - -#========================================== -# setup build day -#------------------------------------------ -baseSetupBuildDay - -#========================================== -# remove unneded kernel files -#------------------------------------------ -suseStripKernel - -#========================================== -# remove unneeded files -#------------------------------------------ -suseStripInitrd - -#========================================== -# umount -#------------------------------------------ -baseCleanMount - -exit 0 diff --git a/kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/dump b/kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/dump deleted file mode 120000 index 00f2bc9c..00000000 --- a/kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/dump +++ /dev/null @@ -1 +0,0 @@ -../../dump \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/include b/kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/include deleted file mode 120000 index d3d30917..00000000 --- a/kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/include +++ /dev/null @@ -1 +0,0 @@ -../../../../../functions.sh \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/linuxrc b/kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/linuxrc deleted file mode 120000 index 6f58ac32..00000000 --- a/kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/linuxrc +++ /dev/null @@ -1 +0,0 @@ -../../linuxrc \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/preinit b/kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/preinit deleted file mode 120000 index 318e40c6..00000000 --- a/kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/preinit +++ /dev/null @@ -1 +0,0 @@ -../../preinit \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/repart b/kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/repart deleted file mode 120000 index 2f60a8bd..00000000 --- a/kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/repart +++ /dev/null @@ -1 +0,0 @@ -../../repart \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/wmrc b/kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/wmrc deleted file mode 100644 index 12267347..00000000 --- a/kiwi/boot/arch/x86_64/oemboot/suse-13.2/root/wmrc +++ /dev/null @@ -1,113 +0,0 @@ -# IceWM configuration file for use during installation - -# Hide taskbar -ShowTaskBar=0 - -# Hide titlebar buttons -TitleButtonsLeft="" -TitleButtonsRight="" - -# Show only Move, Size and Close in the window menu -WinMenuItems="msc" - -# Enable Alt+Tab -QuickSwitch=1 -KeySysSwitchNext="Alt+Tab" -KeySysSwitchLast="Alt+Shift+Tab" - -# Colors -ColorActiveTitleBar="rgb:4e/6f/9f" -ColorNormalTitleBar="rgb:c3/c3/c3" - -# Borders -BorderSizeX=3 -BorderSizeY=3 -DlgBorderSizeX=3 -DlgBorderSizeY=3 - -# Disable most shortcuts -# :r !grep -o '\ -# : -# BELONGS TO : Operating System images -# : -# DESCRIPTION : configuration script for SUSE based -# : operating systems -# : -# : -# STATUS : BETA -#---------------- -#====================================== -# Functions... -#-------------------------------------- -test -f /.kconfig && . /.kconfig -test -f /.profile && . /.profile - -#====================================== -# Greeting... -#-------------------------------------- -echo "Configure image: [$kiwi_iname]..." - -#====================================== -# SuSEconfig -#-------------------------------------- -suseConfig - -#========================================== -# setup gfxboot -#------------------------------------------ -suseGFXBoot openSUSE grub - -#====================================== -# Keep UTF-8 locale -#-------------------------------------- -baseStripLocales \ - $(for i in $(echo $kiwi_language | tr "," " ");do echo -n "$i.utf8 ";done) -baseStripTranslations kiwi.mo - -#====================================== -# Umount kernel filesystems -#-------------------------------------- -baseCleanMount - -exit 0 diff --git a/kiwi/boot/arch/x86_64/vmxboot/suse-13.2/config.xml b/kiwi/boot/arch/x86_64/vmxboot/suse-13.2/config.xml deleted file mode 100644 index fc9daea8..00000000 --- a/kiwi/boot/arch/x86_64/vmxboot/suse-13.2/config.xml +++ /dev/null @@ -1,173 +0,0 @@ - - - - - Marcus Schaefer - ms@novell.com - boot/initrd image for virtual machines - - - - 2.7.1 - zypper - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/kiwi/boot/arch/x86_64/vmxboot/suse-13.2/images.sh b/kiwi/boot/arch/x86_64/vmxboot/suse-13.2/images.sh deleted file mode 100755 index 993a04c9..00000000 --- a/kiwi/boot/arch/x86_64/vmxboot/suse-13.2/images.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -test -f /.kconfig && . /.kconfig -test -f /.profile && . /.profile - -echo "Configure image: [$kiwi_iname]..." - -#========================================== -# setup build day -#------------------------------------------ -baseSetupBuildDay - -#========================================== -# remove unneded kernel files -#------------------------------------------ -suseStripKernel - -#========================================== -# remove unneeded files -#------------------------------------------ -suseStripInitrd - -#========================================== -# umount -#------------------------------------------ -baseCleanMount - -exit 0 diff --git a/kiwi/boot/arch/x86_64/vmxboot/suse-13.2/root/include b/kiwi/boot/arch/x86_64/vmxboot/suse-13.2/root/include deleted file mode 120000 index d3d30917..00000000 --- a/kiwi/boot/arch/x86_64/vmxboot/suse-13.2/root/include +++ /dev/null @@ -1 +0,0 @@ -../../../../../functions.sh \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/vmxboot/suse-13.2/root/linuxrc b/kiwi/boot/arch/x86_64/vmxboot/suse-13.2/root/linuxrc deleted file mode 120000 index 6f58ac32..00000000 --- a/kiwi/boot/arch/x86_64/vmxboot/suse-13.2/root/linuxrc +++ /dev/null @@ -1 +0,0 @@ -../../linuxrc \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/vmxboot/suse-13.2/root/preinit b/kiwi/boot/arch/x86_64/vmxboot/suse-13.2/root/preinit deleted file mode 120000 index 318e40c6..00000000 --- a/kiwi/boot/arch/x86_64/vmxboot/suse-13.2/root/preinit +++ /dev/null @@ -1 +0,0 @@ -../../preinit \ No newline at end of file From b9129fab8df17a0f3ec7b6711701c9b217c5efd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Wed, 8 Mar 2017 17:24:18 +0100 Subject: [PATCH 2/2] Added Leap42.3 boot descriptions --- .../arch/arm/oemboot/suse-leap42.3/config.sh | 51 +++++ .../arch/arm/oemboot/suse-leap42.3/config.xml | 162 ++++++++++++++ .../arch/arm/oemboot/suse-leap42.3/images.sh | 27 +++ .../arch/arm/oemboot/suse-leap42.3/root/dump | 1 + .../arm/oemboot/suse-leap42.3/root/include | 1 + .../arm/oemboot/suse-leap42.3/root/linuxrc | 1 + .../arm/oemboot/suse-leap42.3/root/preinit | 1 + .../arm/oemboot/suse-leap42.3/root/repart | 1 + .../arch/arm/vmxboot/suse-leap42.3/config.sh | 51 +++++ .../arch/arm/vmxboot/suse-leap42.3/config.xml | 136 ++++++++++++ .../arch/arm/vmxboot/suse-leap42.3/images.sh | 27 +++ .../arm/vmxboot/suse-leap42.3/root/include | 1 + .../arm/vmxboot/suse-leap42.3/root/linuxrc | 1 + .../arm/vmxboot/suse-leap42.3/root/preinit | 1 + .../x86_64/isoboot/suse-leap42.3/config.sh | 51 +++++ .../x86_64/isoboot/suse-leap42.3/config.xml | 169 +++++++++++++++ .../x86_64/isoboot/suse-leap42.3/images.sh | 27 +++ .../root/etc/modprobe.d/99-local.conf | 1 + .../x86_64/isoboot/suse-leap42.3/root/include | 1 + .../x86_64/isoboot/suse-leap42.3/root/linuxrc | 1 + .../x86_64/isoboot/suse-leap42.3/root/preinit | 1 + .../x86_64/netboot/suse-leap42.3/config.sh | 51 +++++ .../x86_64/netboot/suse-leap42.3/config.xml | 200 ++++++++++++++++++ .../x86_64/netboot/suse-leap42.3/images.sh | 27 +++ .../root/etc/modprobe.d/99-local.conf | 1 + .../x86_64/netboot/suse-leap42.3/root/include | 1 + .../x86_64/netboot/suse-leap42.3/root/linuxrc | 1 + .../x86_64/netboot/suse-leap42.3/root/preinit | 1 + .../x86_64/oemboot/suse-leap42.3/config.sh | 51 +++++ .../x86_64/oemboot/suse-leap42.3/config.xml | 179 ++++++++++++++++ .../x86_64/oemboot/suse-leap42.3/images.sh | 27 +++ .../x86_64/oemboot/suse-leap42.3/root/dump | 1 + .../x86_64/oemboot/suse-leap42.3/root/include | 1 + .../x86_64/oemboot/suse-leap42.3/root/linuxrc | 1 + .../x86_64/oemboot/suse-leap42.3/root/preinit | 1 + .../x86_64/oemboot/suse-leap42.3/root/repart | 1 + .../x86_64/vmxboot/suse-leap42.3/config.sh | 51 +++++ .../x86_64/vmxboot/suse-leap42.3/config.xml | 157 ++++++++++++++ .../x86_64/vmxboot/suse-leap42.3/images.sh | 27 +++ .../x86_64/vmxboot/suse-leap42.3/root/include | 1 + .../x86_64/vmxboot/suse-leap42.3/root/linuxrc | 1 + .../x86_64/vmxboot/suse-leap42.3/root/preinit | 1 + 42 files changed, 1495 insertions(+) create mode 100755 kiwi/boot/arch/arm/oemboot/suse-leap42.3/config.sh create mode 100644 kiwi/boot/arch/arm/oemboot/suse-leap42.3/config.xml create mode 100755 kiwi/boot/arch/arm/oemboot/suse-leap42.3/images.sh create mode 120000 kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/dump create mode 120000 kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/include create mode 120000 kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/linuxrc create mode 120000 kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/preinit create mode 120000 kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/repart create mode 100755 kiwi/boot/arch/arm/vmxboot/suse-leap42.3/config.sh create mode 100644 kiwi/boot/arch/arm/vmxboot/suse-leap42.3/config.xml create mode 100755 kiwi/boot/arch/arm/vmxboot/suse-leap42.3/images.sh create mode 120000 kiwi/boot/arch/arm/vmxboot/suse-leap42.3/root/include create mode 120000 kiwi/boot/arch/arm/vmxboot/suse-leap42.3/root/linuxrc create mode 120000 kiwi/boot/arch/arm/vmxboot/suse-leap42.3/root/preinit create mode 100755 kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/config.sh create mode 100644 kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/config.xml create mode 100755 kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/images.sh create mode 100644 kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/root/etc/modprobe.d/99-local.conf create mode 120000 kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/root/include create mode 120000 kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/root/linuxrc create mode 120000 kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/root/preinit create mode 100755 kiwi/boot/arch/x86_64/netboot/suse-leap42.3/config.sh create mode 100644 kiwi/boot/arch/x86_64/netboot/suse-leap42.3/config.xml create mode 100755 kiwi/boot/arch/x86_64/netboot/suse-leap42.3/images.sh create mode 100644 kiwi/boot/arch/x86_64/netboot/suse-leap42.3/root/etc/modprobe.d/99-local.conf create mode 120000 kiwi/boot/arch/x86_64/netboot/suse-leap42.3/root/include create mode 120000 kiwi/boot/arch/x86_64/netboot/suse-leap42.3/root/linuxrc create mode 120000 kiwi/boot/arch/x86_64/netboot/suse-leap42.3/root/preinit create mode 100755 kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/config.sh create mode 100644 kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/config.xml create mode 100755 kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/images.sh create mode 120000 kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/dump create mode 120000 kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/include create mode 120000 kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/linuxrc create mode 120000 kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/preinit create mode 120000 kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/repart create mode 100755 kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/config.sh create mode 100644 kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/config.xml create mode 100755 kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/images.sh create mode 120000 kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/root/include create mode 120000 kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/root/linuxrc create mode 120000 kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/root/preinit diff --git a/kiwi/boot/arch/arm/oemboot/suse-leap42.3/config.sh b/kiwi/boot/arch/arm/oemboot/suse-leap42.3/config.sh new file mode 100755 index 00000000..25c66391 --- /dev/null +++ b/kiwi/boot/arch/arm/oemboot/suse-leap42.3/config.sh @@ -0,0 +1,51 @@ +#!/bin/bash +#================ +# FILE : config.sh +#---------------- +# PROJECT : openSUSE KIWI Image System +# COPYRIGHT : (c) 2006 SUSE LINUX Products GmbH. All rights reserved +# : +# AUTHOR : Marcus Schaefer +# : +# BELONGS TO : Operating System images +# : +# DESCRIPTION : configuration script for SUSE based +# : operating systems +# : +# : +# STATUS : BETA +#---------------- +#====================================== +# Functions... +#-------------------------------------- +test -f /.kconfig && . /.kconfig +test -f /.profile && . /.profile + +#====================================== +# Greeting... +#-------------------------------------- +echo "Configure image: [$kiwi_iname]..." + +#====================================== +# SuSEconfig +#-------------------------------------- +suseConfig + +#========================================== +# setup gfxboot +#------------------------------------------ +suseGFXBoot openSUSE grub + +#====================================== +# Keep UTF-8 locale +#-------------------------------------- +baseStripLocales \ + $(for i in $(echo $kiwi_language | tr "," " ");do echo -n "$i.utf8 ";done) +baseStripTranslations kiwi.mo + +#====================================== +# Umount kernel filesystems +#-------------------------------------- +baseCleanMount + +exit 0 diff --git a/kiwi/boot/arch/arm/oemboot/suse-leap42.3/config.xml b/kiwi/boot/arch/arm/oemboot/suse-leap42.3/config.xml new file mode 100644 index 00000000..5a627f1e --- /dev/null +++ b/kiwi/boot/arch/arm/oemboot/suse-leap42.3/config.xml @@ -0,0 +1,162 @@ + + + + + Marcus Schaefer + ms@novell.com + boot/initrd image used on OEM VMX disk + + + + 2.42.3 + zypper + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/kiwi/boot/arch/arm/oemboot/suse-leap42.3/images.sh b/kiwi/boot/arch/arm/oemboot/suse-leap42.3/images.sh new file mode 100755 index 00000000..993a04c9 --- /dev/null +++ b/kiwi/boot/arch/arm/oemboot/suse-leap42.3/images.sh @@ -0,0 +1,27 @@ +#!/bin/sh +test -f /.kconfig && . /.kconfig +test -f /.profile && . /.profile + +echo "Configure image: [$kiwi_iname]..." + +#========================================== +# setup build day +#------------------------------------------ +baseSetupBuildDay + +#========================================== +# remove unneded kernel files +#------------------------------------------ +suseStripKernel + +#========================================== +# remove unneeded files +#------------------------------------------ +suseStripInitrd + +#========================================== +# umount +#------------------------------------------ +baseCleanMount + +exit 0 diff --git a/kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/dump b/kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/dump new file mode 120000 index 00000000..00f2bc9c --- /dev/null +++ b/kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/dump @@ -0,0 +1 @@ +../../dump \ No newline at end of file diff --git a/kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/include b/kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/include new file mode 120000 index 00000000..d3d30917 --- /dev/null +++ b/kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/include @@ -0,0 +1 @@ +../../../../../functions.sh \ No newline at end of file diff --git a/kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/linuxrc b/kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/linuxrc new file mode 120000 index 00000000..6f58ac32 --- /dev/null +++ b/kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/linuxrc @@ -0,0 +1 @@ +../../linuxrc \ No newline at end of file diff --git a/kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/preinit b/kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/preinit new file mode 120000 index 00000000..318e40c6 --- /dev/null +++ b/kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/preinit @@ -0,0 +1 @@ +../../preinit \ No newline at end of file diff --git a/kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/repart b/kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/repart new file mode 120000 index 00000000..2f60a8bd --- /dev/null +++ b/kiwi/boot/arch/arm/oemboot/suse-leap42.3/root/repart @@ -0,0 +1 @@ +../../repart \ No newline at end of file diff --git a/kiwi/boot/arch/arm/vmxboot/suse-leap42.3/config.sh b/kiwi/boot/arch/arm/vmxboot/suse-leap42.3/config.sh new file mode 100755 index 00000000..25c66391 --- /dev/null +++ b/kiwi/boot/arch/arm/vmxboot/suse-leap42.3/config.sh @@ -0,0 +1,51 @@ +#!/bin/bash +#================ +# FILE : config.sh +#---------------- +# PROJECT : openSUSE KIWI Image System +# COPYRIGHT : (c) 2006 SUSE LINUX Products GmbH. All rights reserved +# : +# AUTHOR : Marcus Schaefer +# : +# BELONGS TO : Operating System images +# : +# DESCRIPTION : configuration script for SUSE based +# : operating systems +# : +# : +# STATUS : BETA +#---------------- +#====================================== +# Functions... +#-------------------------------------- +test -f /.kconfig && . /.kconfig +test -f /.profile && . /.profile + +#====================================== +# Greeting... +#-------------------------------------- +echo "Configure image: [$kiwi_iname]..." + +#====================================== +# SuSEconfig +#-------------------------------------- +suseConfig + +#========================================== +# setup gfxboot +#------------------------------------------ +suseGFXBoot openSUSE grub + +#====================================== +# Keep UTF-8 locale +#-------------------------------------- +baseStripLocales \ + $(for i in $(echo $kiwi_language | tr "," " ");do echo -n "$i.utf8 ";done) +baseStripTranslations kiwi.mo + +#====================================== +# Umount kernel filesystems +#-------------------------------------- +baseCleanMount + +exit 0 diff --git a/kiwi/boot/arch/arm/vmxboot/suse-leap42.3/config.xml b/kiwi/boot/arch/arm/vmxboot/suse-leap42.3/config.xml new file mode 100644 index 00000000..236c7e83 --- /dev/null +++ b/kiwi/boot/arch/arm/vmxboot/suse-leap42.3/config.xml @@ -0,0 +1,136 @@ + + + + + Marcus Schaefer + ms@suse.com + boot/initrd image for virtual machines + + + + 2.42.3 + zypper + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/kiwi/boot/arch/arm/vmxboot/suse-leap42.3/images.sh b/kiwi/boot/arch/arm/vmxboot/suse-leap42.3/images.sh new file mode 100755 index 00000000..993a04c9 --- /dev/null +++ b/kiwi/boot/arch/arm/vmxboot/suse-leap42.3/images.sh @@ -0,0 +1,27 @@ +#!/bin/sh +test -f /.kconfig && . /.kconfig +test -f /.profile && . /.profile + +echo "Configure image: [$kiwi_iname]..." + +#========================================== +# setup build day +#------------------------------------------ +baseSetupBuildDay + +#========================================== +# remove unneded kernel files +#------------------------------------------ +suseStripKernel + +#========================================== +# remove unneeded files +#------------------------------------------ +suseStripInitrd + +#========================================== +# umount +#------------------------------------------ +baseCleanMount + +exit 0 diff --git a/kiwi/boot/arch/arm/vmxboot/suse-leap42.3/root/include b/kiwi/boot/arch/arm/vmxboot/suse-leap42.3/root/include new file mode 120000 index 00000000..d3d30917 --- /dev/null +++ b/kiwi/boot/arch/arm/vmxboot/suse-leap42.3/root/include @@ -0,0 +1 @@ +../../../../../functions.sh \ No newline at end of file diff --git a/kiwi/boot/arch/arm/vmxboot/suse-leap42.3/root/linuxrc b/kiwi/boot/arch/arm/vmxboot/suse-leap42.3/root/linuxrc new file mode 120000 index 00000000..6f58ac32 --- /dev/null +++ b/kiwi/boot/arch/arm/vmxboot/suse-leap42.3/root/linuxrc @@ -0,0 +1 @@ +../../linuxrc \ No newline at end of file diff --git a/kiwi/boot/arch/arm/vmxboot/suse-leap42.3/root/preinit b/kiwi/boot/arch/arm/vmxboot/suse-leap42.3/root/preinit new file mode 120000 index 00000000..318e40c6 --- /dev/null +++ b/kiwi/boot/arch/arm/vmxboot/suse-leap42.3/root/preinit @@ -0,0 +1 @@ +../../preinit \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/config.sh b/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/config.sh new file mode 100755 index 00000000..2c962535 --- /dev/null +++ b/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/config.sh @@ -0,0 +1,51 @@ +#!/bin/bash +#================ +# FILE : config.sh +#---------------- +# PROJECT : openSUSE KIWI Image System +# COPYRIGHT : (c) 2006 SUSE LINUX Products GmbH. All rights reserved +# : +# AUTHOR : Marcus Schaefer +# : +# BELONGS TO : Operating System images +# : +# DESCRIPTION : configuration script for SUSE based +# : operating systems +# : +# : +# STATUS : BETA +#---------------- +#====================================== +# Functions... +#-------------------------------------- +test -f /.kconfig && . /.kconfig +test -f /.profile && . /.profile + +#====================================== +# Greeting... +#-------------------------------------- +echo "Configure image: [$kiwi_iname]..." + +#====================================== +# SuSEconfig +#-------------------------------------- +suseConfig + +#========================================== +# setup gfxboot +#------------------------------------------ +suseGFXBoot openSUSE isolinux + +#====================================== +# Keep UTF-8 locale +#-------------------------------------- +baseStripLocales \ + $(for i in $(echo $kiwi_language | tr "," " ");do echo -n "$i.utf8 ";done) +baseStripTranslations kiwi.mo + +#====================================== +# Umount kernel filesystems +#-------------------------------------- +baseCleanMount + +exit 0 diff --git a/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/config.xml b/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/config.xml new file mode 100644 index 00000000..eec7bf00 --- /dev/null +++ b/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/config.xml @@ -0,0 +1,169 @@ + + + + + Marcus Schaefer + ms@suse.com + boot/initrd image used for LiveDVD media + + + + 2.42.3 + zypper + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/images.sh b/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/images.sh new file mode 100755 index 00000000..993a04c9 --- /dev/null +++ b/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/images.sh @@ -0,0 +1,27 @@ +#!/bin/sh +test -f /.kconfig && . /.kconfig +test -f /.profile && . /.profile + +echo "Configure image: [$kiwi_iname]..." + +#========================================== +# setup build day +#------------------------------------------ +baseSetupBuildDay + +#========================================== +# remove unneded kernel files +#------------------------------------------ +suseStripKernel + +#========================================== +# remove unneeded files +#------------------------------------------ +suseStripInitrd + +#========================================== +# umount +#------------------------------------------ +baseCleanMount + +exit 0 diff --git a/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/root/etc/modprobe.d/99-local.conf b/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/root/etc/modprobe.d/99-local.conf new file mode 100644 index 00000000..3d59b05c --- /dev/null +++ b/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/root/etc/modprobe.d/99-local.conf @@ -0,0 +1 @@ +options brd rd_size=512000 diff --git a/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/root/include b/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/root/include new file mode 120000 index 00000000..d3d30917 --- /dev/null +++ b/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/root/include @@ -0,0 +1 @@ +../../../../../functions.sh \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/root/linuxrc b/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/root/linuxrc new file mode 120000 index 00000000..6f58ac32 --- /dev/null +++ b/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/root/linuxrc @@ -0,0 +1 @@ +../../linuxrc \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/root/preinit b/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/root/preinit new file mode 120000 index 00000000..318e40c6 --- /dev/null +++ b/kiwi/boot/arch/x86_64/isoboot/suse-leap42.3/root/preinit @@ -0,0 +1 @@ +../../preinit \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/config.sh b/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/config.sh new file mode 100755 index 00000000..25c66391 --- /dev/null +++ b/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/config.sh @@ -0,0 +1,51 @@ +#!/bin/bash +#================ +# FILE : config.sh +#---------------- +# PROJECT : openSUSE KIWI Image System +# COPYRIGHT : (c) 2006 SUSE LINUX Products GmbH. All rights reserved +# : +# AUTHOR : Marcus Schaefer +# : +# BELONGS TO : Operating System images +# : +# DESCRIPTION : configuration script for SUSE based +# : operating systems +# : +# : +# STATUS : BETA +#---------------- +#====================================== +# Functions... +#-------------------------------------- +test -f /.kconfig && . /.kconfig +test -f /.profile && . /.profile + +#====================================== +# Greeting... +#-------------------------------------- +echo "Configure image: [$kiwi_iname]..." + +#====================================== +# SuSEconfig +#-------------------------------------- +suseConfig + +#========================================== +# setup gfxboot +#------------------------------------------ +suseGFXBoot openSUSE grub + +#====================================== +# Keep UTF-8 locale +#-------------------------------------- +baseStripLocales \ + $(for i in $(echo $kiwi_language | tr "," " ");do echo -n "$i.utf8 ";done) +baseStripTranslations kiwi.mo + +#====================================== +# Umount kernel filesystems +#-------------------------------------- +baseCleanMount + +exit 0 diff --git a/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/config.xml b/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/config.xml new file mode 100644 index 00000000..231dcfce --- /dev/null +++ b/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/config.xml @@ -0,0 +1,200 @@ + + + + + Marcus Schaefer + ms@suse.com + boot/initrd image used for PXE + + + + 2.42.3 + zypper + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/images.sh b/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/images.sh new file mode 100755 index 00000000..64aff5ac --- /dev/null +++ b/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/images.sh @@ -0,0 +1,27 @@ +#!/bin/sh +test -f /.kconfig && . /.kconfig +test -f /.profile && . /.profile + +echo "Configure image: [$kiwi_iname]..." + +#========================================== +# setup build day +#------------------------------------------ +baseSetupBuildDay + +#========================================== +# remove unneded kernel files +#------------------------------------------ +suseStripKernel + +#========================================== +# remove unneeded files +#------------------------------------------ +suseStripInitrd + +#========================================== +# umount +#------------------------------------------ +umount /proc >/dev/null 2>&1 + +exit 0 diff --git a/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/root/etc/modprobe.d/99-local.conf b/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/root/etc/modprobe.d/99-local.conf new file mode 100644 index 00000000..3d59b05c --- /dev/null +++ b/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/root/etc/modprobe.d/99-local.conf @@ -0,0 +1 @@ +options brd rd_size=512000 diff --git a/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/root/include b/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/root/include new file mode 120000 index 00000000..d3d30917 --- /dev/null +++ b/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/root/include @@ -0,0 +1 @@ +../../../../../functions.sh \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/root/linuxrc b/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/root/linuxrc new file mode 120000 index 00000000..6f58ac32 --- /dev/null +++ b/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/root/linuxrc @@ -0,0 +1 @@ +../../linuxrc \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/root/preinit b/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/root/preinit new file mode 120000 index 00000000..318e40c6 --- /dev/null +++ b/kiwi/boot/arch/x86_64/netboot/suse-leap42.3/root/preinit @@ -0,0 +1 @@ +../../preinit \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/config.sh b/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/config.sh new file mode 100755 index 00000000..25c66391 --- /dev/null +++ b/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/config.sh @@ -0,0 +1,51 @@ +#!/bin/bash +#================ +# FILE : config.sh +#---------------- +# PROJECT : openSUSE KIWI Image System +# COPYRIGHT : (c) 2006 SUSE LINUX Products GmbH. All rights reserved +# : +# AUTHOR : Marcus Schaefer +# : +# BELONGS TO : Operating System images +# : +# DESCRIPTION : configuration script for SUSE based +# : operating systems +# : +# : +# STATUS : BETA +#---------------- +#====================================== +# Functions... +#-------------------------------------- +test -f /.kconfig && . /.kconfig +test -f /.profile && . /.profile + +#====================================== +# Greeting... +#-------------------------------------- +echo "Configure image: [$kiwi_iname]..." + +#====================================== +# SuSEconfig +#-------------------------------------- +suseConfig + +#========================================== +# setup gfxboot +#------------------------------------------ +suseGFXBoot openSUSE grub + +#====================================== +# Keep UTF-8 locale +#-------------------------------------- +baseStripLocales \ + $(for i in $(echo $kiwi_language | tr "," " ");do echo -n "$i.utf8 ";done) +baseStripTranslations kiwi.mo + +#====================================== +# Umount kernel filesystems +#-------------------------------------- +baseCleanMount + +exit 0 diff --git a/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/config.xml b/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/config.xml new file mode 100644 index 00000000..45686320 --- /dev/null +++ b/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/config.xml @@ -0,0 +1,179 @@ + + + + + Marcus Schaefer + ms@suse.com + boot/initrd image used on OEM VMX disk + + + + 2.42.3 + zypper + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/images.sh b/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/images.sh new file mode 100755 index 00000000..993a04c9 --- /dev/null +++ b/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/images.sh @@ -0,0 +1,27 @@ +#!/bin/sh +test -f /.kconfig && . /.kconfig +test -f /.profile && . /.profile + +echo "Configure image: [$kiwi_iname]..." + +#========================================== +# setup build day +#------------------------------------------ +baseSetupBuildDay + +#========================================== +# remove unneded kernel files +#------------------------------------------ +suseStripKernel + +#========================================== +# remove unneeded files +#------------------------------------------ +suseStripInitrd + +#========================================== +# umount +#------------------------------------------ +baseCleanMount + +exit 0 diff --git a/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/dump b/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/dump new file mode 120000 index 00000000..00f2bc9c --- /dev/null +++ b/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/dump @@ -0,0 +1 @@ +../../dump \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/include b/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/include new file mode 120000 index 00000000..d3d30917 --- /dev/null +++ b/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/include @@ -0,0 +1 @@ +../../../../../functions.sh \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/linuxrc b/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/linuxrc new file mode 120000 index 00000000..6f58ac32 --- /dev/null +++ b/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/linuxrc @@ -0,0 +1 @@ +../../linuxrc \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/preinit b/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/preinit new file mode 120000 index 00000000..318e40c6 --- /dev/null +++ b/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/preinit @@ -0,0 +1 @@ +../../preinit \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/repart b/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/repart new file mode 120000 index 00000000..2f60a8bd --- /dev/null +++ b/kiwi/boot/arch/x86_64/oemboot/suse-leap42.3/root/repart @@ -0,0 +1 @@ +../../repart \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/config.sh b/kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/config.sh new file mode 100755 index 00000000..25c66391 --- /dev/null +++ b/kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/config.sh @@ -0,0 +1,51 @@ +#!/bin/bash +#================ +# FILE : config.sh +#---------------- +# PROJECT : openSUSE KIWI Image System +# COPYRIGHT : (c) 2006 SUSE LINUX Products GmbH. All rights reserved +# : +# AUTHOR : Marcus Schaefer +# : +# BELONGS TO : Operating System images +# : +# DESCRIPTION : configuration script for SUSE based +# : operating systems +# : +# : +# STATUS : BETA +#---------------- +#====================================== +# Functions... +#-------------------------------------- +test -f /.kconfig && . /.kconfig +test -f /.profile && . /.profile + +#====================================== +# Greeting... +#-------------------------------------- +echo "Configure image: [$kiwi_iname]..." + +#====================================== +# SuSEconfig +#-------------------------------------- +suseConfig + +#========================================== +# setup gfxboot +#------------------------------------------ +suseGFXBoot openSUSE grub + +#====================================== +# Keep UTF-8 locale +#-------------------------------------- +baseStripLocales \ + $(for i in $(echo $kiwi_language | tr "," " ");do echo -n "$i.utf8 ";done) +baseStripTranslations kiwi.mo + +#====================================== +# Umount kernel filesystems +#-------------------------------------- +baseCleanMount + +exit 0 diff --git a/kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/config.xml b/kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/config.xml new file mode 100644 index 00000000..3e1c810c --- /dev/null +++ b/kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/config.xml @@ -0,0 +1,157 @@ + + + + + Marcus Schaefer + ms@suse.com + boot/initrd image for virtual machines + + + + 2.42.3 + zypper + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/images.sh b/kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/images.sh new file mode 100755 index 00000000..993a04c9 --- /dev/null +++ b/kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/images.sh @@ -0,0 +1,27 @@ +#!/bin/sh +test -f /.kconfig && . /.kconfig +test -f /.profile && . /.profile + +echo "Configure image: [$kiwi_iname]..." + +#========================================== +# setup build day +#------------------------------------------ +baseSetupBuildDay + +#========================================== +# remove unneded kernel files +#------------------------------------------ +suseStripKernel + +#========================================== +# remove unneeded files +#------------------------------------------ +suseStripInitrd + +#========================================== +# umount +#------------------------------------------ +baseCleanMount + +exit 0 diff --git a/kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/root/include b/kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/root/include new file mode 120000 index 00000000..d3d30917 --- /dev/null +++ b/kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/root/include @@ -0,0 +1 @@ +../../../../../functions.sh \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/root/linuxrc b/kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/root/linuxrc new file mode 120000 index 00000000..6f58ac32 --- /dev/null +++ b/kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/root/linuxrc @@ -0,0 +1 @@ +../../linuxrc \ No newline at end of file diff --git a/kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/root/preinit b/kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/root/preinit new file mode 120000 index 00000000..318e40c6 --- /dev/null +++ b/kiwi/boot/arch/x86_64/vmxboot/suse-leap42.3/root/preinit @@ -0,0 +1 @@ +../../preinit \ No newline at end of file