Changeset 2085aed
- Timestamp:
- Apr 5, 2007, 5:16:39 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 082d982
- Parents:
- 0af6afa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/patches.ent
r0af6afa r2085aed 266 266 267 267 <!ENTITY silo-fixes-patch "silo-&silo-version;-fixes-3.patch"> 268 <!ENTITY silo-fixes-patch-md5 " e5a0ad2cb470ed1c895a731f2316a741">268 <!ENTITY silo-fixes-patch-md5 "c65334fd6b3b99d824c458d0a3eac9b1"> 269 269 <!ENTITY silo-fixes-patch-size "668 KB"> 270 270 -
patches/silo-1.4.13-fixes-3.patch
r0af6afa r2085aed 81 81 echo -n 'SILO'$(IMGVERSION) | $(DD) of=ultra.b bs=8 conv=notrunc seek=3 count=1 82 82 - echo -n -e '\340' | $(DD) of=ultra.b bs=1 count=1 seek=7 conv=notrunc 83 + /bin/echo -n -e '\0340' | $(DD) of=ultra.b bs=1 count=1 seek=7 conv=notrunc83 + echo -n -e '\0340' | $(DD) of=ultra.b bs=1 count=1 seek=7 conv=notrunc 84 84 $(DD) if=/dev/zero of=ultra.b bs=4 count=1 seek=127 85 85
Note:
See TracChangeset
for help on using the changeset viewer.