Add an extra tweaked version of d390.ins for s390 booting. The

Hardware Management Console needs the file to be in the root
directory.
This commit is contained in:
Steve McIntyre 2011-11-30 17:49:48 +00:00
parent eb776c931b
commit 38da832619
3 changed files with 7 additions and 0 deletions

5
debian/changelog vendored
View File

@ -35,6 +35,11 @@ debian-cd (3.1.8) UNRELEASED; urgency=low
(and fix debian/rules to not re-add it).
+ Bump Standards-Version to 3.9.2 (no change required).
[ Philipp Kern ]
* Add an extra tweaked version of d390.ins for s390 booting. The
Hardware Management Console needs the file to be in the root
directory.
-- Steve McIntyre <93sam@debian.org> Tue, 07 Jun 2011 23:03:42 +0100
debian-cd (3.1.7) unstable; urgency=low

View File

@ -86,6 +86,7 @@ done
# - d390.tdf : for booting from emulated tape
# - d390oco.tdf : same, using object-code-only-modules-ramdisk (example)
cp $BASEDIR/data/$CODENAME/s390/d390* "$imagedir/"
sed -e 's,^[^*],boot/&,g' < $BASEDIR/data/$CODENAME/s390/d390.ins > "boot$N/d390.ins"
# Create the files specifying offset and size of the initrd
perl -e "print pack('N', 0x800000)" >"$imagedir/root.off"

View File

@ -86,6 +86,7 @@ done
# - d390.tdf : for booting from emulated tape
# - d390oco.tdf : same, using object-code-only-modules-ramdisk (example)
cp $BASEDIR/data/$CODENAME/s390/d390* "$imagedir/"
sed -e 's,^[^*],boot/&,g' < $BASEDIR/data/$CODENAME/s390/d390.ins > "boot$N/d390.ins"
# Create the files specifying offset and size of the initrd
perl -e "print pack('N', 0x800000)" >"$imagedir/root.off"