- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.