close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Jun 5, 2009, 1:13:20 PM (16 years ago)
- Author:
-
alecasdel
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
66 | 66 | == Recomprimir initrd.gz == |
67 | 67 | {{{ |
68 | | cd /tmp/initrd/ |
69 | | find newroot | cpio -H newc -o > /tmp/initrd-netboot |
| 68 | cd /tmp/initrd/newroot/ |
| 69 | find ./ | cpio -H newc -o > /tmp/initrd-netboot |
70 | 70 | gzip -9 /tmp/initrd-netboot |
71 | 71 | }}} |