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:
parent
eb776c931b
commit
38da832619
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue