source:
ipk/ipkg-utils-050831/ipkg-make-familiar@
4860
| Last change on this file since 4860 was 4860, checked in by , 16 years ago | |
|---|---|
| File size: 296 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | set -e |
| 4 | |
| 5 | . /etc/ipkg.conf |
| 6 | |
| 7 | MKFSJFFS2_FLAGS="-p -e 0x40000" |
| 8 | |
| 9 | ipkg update |
| 10 | |
| 11 | if ! ipkg install $*; then |
| 12 | echo "ipkg-make-familiar: *** Crash and Burn ***" |
| 13 | exit 1 |
| 14 | fi |
| 15 | |
| 16 | echo "Creating familiar.jffs2" |
| 17 | chown -R root:root $IPKG_ROOT |
| 18 | cd $IPKG_ROOT |
| 19 | mkfs.jffs2 $MKFSJFFS2_FLAGS > ../familiar.jffs2 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)