| 1 | $ ssh root@192.168.1.105 |
|---|
| 2 | The authenticity of host '192.168.1.105 (192.168.1.105)' can't be established. |
|---|
| 3 | RSA key fingerprint is 2e:e7:1f:83:8a:50:b9:e0:29:f4:1a:31:8b:ea:44:ed. |
|---|
| 4 | Are you sure you want to continue connecting (yes/no)? yes |
|---|
| 5 | Warning: Permanently added '192.168.1.105' (RSA) to the list of known hosts. |
|---|
| 6 | root@192.168.1.105's password: |
|---|
| 7 | root@om-gta02:~# wget http://pkg-fso.alioth.debian.org/freerunner/install.sh |
|---|
| 8 | |
|---|
| 9 | Connecting to pkg-fso.alioth.debian.org (217.196.43.134:80) |
|---|
| 10 | install.sh 100% |*******************************| 17832 00:00:00 ETA |
|---|
| 11 | root@om-gta02:~# |
|---|
| 12 | root@om-gta02:~# chmod +x install.sh |
|---|
| 13 | root@om-gta02:~# HOSTNAME=mizzit INST_MIRROR=http://ftp.us.debian.org/debian SD_ |
|---|
| 14 | PART1_FS=vfat ./install.sh all |
|---|
| 15 | Running stage all |
|---|
| 16 | I: Running all stages with these settings: |
|---|
| 17 | I: hostname set to mizzit |
|---|
| 18 | I: microSD card device at /dev/mmcblk0 |
|---|
| 19 | I: vfat as filesystem for the first microSD card partition |
|---|
| 20 | I: installing into /mnt/debian |
|---|
| 21 | I: using Debian mirror at http://ftp.us.debian.org/debian |
|---|
| 22 | I: APT recommends set to false |
|---|
| 23 | |
|---|
| 24 | Running stage testing |
|---|
| 25 | Testing system setup |
|---|
| 26 | * microSD card device: /dev/mmcblk0 present |
|---|
| 27 | * wget installed |
|---|
| 28 | * ping installed |
|---|
| 29 | * fdisk installed |
|---|
| 30 | * mount installed |
|---|
| 31 | * umount installed |
|---|
| 32 | * mkfs.ext2 installed |
|---|
| 33 | * gunzip installed |
|---|
| 34 | * dd installed |
|---|
| 35 | * sed installed |
|---|
| 36 | * rdate installed |
|---|
| 37 | W: Could not find mkfs.vfat binary |
|---|
| 38 | Downloading dosfstools package |
|---|
| 39 | Connecting to ftp2.de.debian.org (195.71.9.196:80) |
|---|
| 40 | dosfstools.deb 100% |*******************************| 81072 00:00:00 ETA |
|---|
| 41 | * mkfs.vfat installed |
|---|
| 42 | * network running |
|---|
| 43 | I: System setup looks good |
|---|
| 44 | I: Done with stage testing |
|---|
| 45 | Running stage time |
|---|
| 46 | Fetching time from ntp.fu-berlin.de with rdate |
|---|
| 47 | I: Time is now Sat Aug 16 02:30:29 UTC 2008 |
|---|
| 48 | I: Done with stage time |
|---|
| 49 | Running stage partition |
|---|
| 50 | Starting to partition the microSD card |
|---|
| 51 | |
|---|
| 52 | *********** |
|---|
| 53 | * WARNING * |
|---|
| 54 | *********** |
|---|
| 55 | |
|---|
| 56 | This will destroy all the data on the microSD card!!! |
|---|
| 57 | |
|---|
| 58 | Press any key within 5 seconds to quit |
|---|
| 59 | |
|---|
| 60 | 1+0 records in |
|---|
| 61 | 1+0 records out |
|---|
| 62 | Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel |
|---|
| 63 | Building a new DOS disklabel. Changes will remain in memory only, |
|---|
| 64 | until you decide to write them. After that the previous content |
|---|
| 65 | won't be recoverable. |
|---|
| 66 | |
|---|
| 67 | |
|---|
| 68 | The number of cylinders for this disk is set to 61440. |
|---|
| 69 | There is nothing wrong with that, but this is larger than 1024, |
|---|
| 70 | and could in certain setups cause problems with: |
|---|
| 71 | 1) software that runs at boot time (e.g., old versions of LILO) |
|---|
| 72 | 2) booting and partitioning software from other OSs |
|---|
| 73 | (e.g., DOS FDISK, OS/2 FDISK) |
|---|
| 74 | |
|---|
| 75 | Command (m for help): Command action |
|---|
| 76 | e extended |
|---|
| 77 | p primary partition (1-4) |
|---|
| 78 | Partition number (1-4): First cylinder (1-61440, default 1): Using default value 1 |
|---|
| 79 | Last cylinder or +size or +sizeM or +sizeK (1-61440, default 61440): |
|---|
| 80 | Command (m for help): Selected partition 1 |
|---|
| 81 | Hex code (type L to list codes): Changed system type of partition 1 to b (Win95 FAT32) |
|---|
| 82 | |
|---|
| 83 | Command (m for help): Command action |
|---|
| 84 | e extended |
|---|
| 85 | p primary partition (1-4) |
|---|
| 86 | Partition number (1-4): First cylinder (246-61440, default 246): Using default value 246 |
|---|
| 87 | Last cylinder or +size or +sizeM or +sizeK (246-61440, default 61440): Using default value 61440 |
|---|
| 88 | |
|---|
| 89 | Command (m for help): The partition table has been altered! |
|---|
| 90 | |
|---|
| 91 | Calling ioctl() to re-read partition table |
|---|
| 92 | root@om-gta02:~# ls |
|---|
| 93 | Screenshot-1.png install.sh pup |
|---|
| 94 | root@om-gta02:~# ls al /mnt |
|---|
| 95 | ls: al: No such file or directory |
|---|
| 96 | /mnt: |
|---|
| 97 | card cf net ram |
|---|
| 98 | root@om-gta02:~# ls al /mnt/card |
|---|
| 99 | ls: al: No such file or directory |
|---|
| 100 | /mnt/card: |
|---|
| 101 | root@om-gta02:~# mount |
|---|
| 102 | rootfs on / type rootfs (rw) |
|---|
| 103 | /dev/root on / type jffs2 (rw,noatime) |
|---|
| 104 | proc on /proc type proc (rw) |
|---|
| 105 | tmpfs on /mnt/.exquisite type tmpfs (rw) |
|---|
| 106 | tmpfs on /mnt/.psplash type tmpfs (rw) |
|---|
| 107 | sysfs on /sys type sysfs (rw) |
|---|
| 108 | /dev/root on /dev/.static/dev type jffs2 (rw) |
|---|
| 109 | udev on /dev type tmpfs (rw) |
|---|
| 110 | /dev/mmcblk0 on /media/mmcblk0 type ext3 (rw,sync,data=ordered) |
|---|
| 111 | tmpfs on /var/volatile type tmpfs (rw) |
|---|
| 112 | tmpfs on /dev/shm type tmpfs (rw) |
|---|
| 113 | devpts on /dev/pts type devpts (rw) |
|---|
| 114 | root@om-gta02:~# ls -al /media |
|---|
| 115 | drwxr-xr-x 12 root root 0 Aug 12 12:20 . |
|---|
| 116 | drwxr-xr-x 17 root root 0 Jul 6 04:04 .. |
|---|
| 117 | ---------x 1 root root 0 May 9 05:32 .hal-mtab-lock |
|---|
| 118 | drwxr-xr-x 2 root root 0 Jan 1 1970 card |
|---|
| 119 | drwxr-xr-x 2 root root 0 Aug 1 23:05 cf |
|---|
| 120 | drwxr-xr-x 2 root root 0 Aug 1 23:05 hdd |
|---|
| 121 | drwxr-xr-x 2 root root 0 Aug 1 23:05 mmc1 |
|---|
| 122 | drwxr-xr-x 20 1000 1000 4096 Apr 4 17:28 mmcblk0 |
|---|
| 123 | drwxr-xr-x 2 root root 0 Aug 9 13:25 mmcblk0p2 |
|---|
| 124 | drwxr-xr-x 2 root root 0 Aug 1 23:05 net |
|---|
| 125 | drwxr-xr-x 2 root root 0 Aug 1 23:05 ram |
|---|
| 126 | drwxr-xr-x 2 root root 0 Aug 1 23:05 realroot |
|---|
| 127 | drwxr-xr-x 2 root root 0 Aug 1 23:05 union |
|---|
| 128 | root@om-gta02:~# ls -al /media/mmcblk0 |
|---|
| 129 | drwxr-xr-x 20 1000 1000 4096 Apr 4 17:28 . |
|---|
| 130 | drwxr-xr-x 12 root root 0 Aug 12 12:20 .. |
|---|
| 131 | drwxr-xr-x 2 1000 1000 4096 Mar 29 22:24 bin |
|---|
| 132 | drwxr-xr-x 2 1000 1000 4096 Mar 11 11:20 boot |
|---|
| 133 | drwxr-xr-x 4 1000 1000 4096 Mar 29 22:38 dev |
|---|
| 134 | drwxr-xr-x 65 1000 1000 4096 Jun 4 06:49 etc |
|---|
| 135 | drwxr-xr-x 3 1000 1000 4096 Mar 29 21:58 home |
|---|
| 136 | drwxr-xr-x 13 1000 1000 4096 Jun 4 06:21 lib |
|---|
| 137 | drwx------ 2 root root 16384 Apr 4 15:20 lost+found |
|---|
| 138 | drwxr-xr-x 2 root root 4096 Mar 29 21:18 media |
|---|
| 139 | drwxr-xr-x 2 1000 1000 4096 Mar 11 11:20 mnt |
|---|
| 140 | drwxr-xr-x 2 root root 4096 Mar 29 21:18 opt |
|---|
| 141 | drwxr-xr-x 2 1000 1000 4096 Mar 11 11:20 proc |
|---|
| 142 | drwxr-xr-x 2 1000 1000 4096 Jun 4 06:49 root |
|---|
| 143 | drwxr-xr-x 2 1000 1000 4096 Mar 29 22:27 sbin |
|---|
| 144 | drwxr-xr-x 2 root root 4096 Mar 29 21:18 srv |
|---|
| 145 | drwxr-xr-x 2 1000 1000 4096 Mar 26 19:52 sys |
|---|
| 146 | drwxr-xr-x 4 1000 1000 4096 Mar 29 22:54 tmp |
|---|
| 147 | drwxr-xr-x 11 1000 1000 4096 Mar 29 21:46 usr |
|---|
| 148 | drwxr-xr-x 13 1000 1000 4096 Mar 29 21:18 var |
|---|
| 149 | root@om-gta02:~# ls -al /media/mmcblk0p2 |
|---|
| 150 | drwxr-xr-x 2 root root 0 Aug 9 13:25 . |
|---|
| 151 | drwxr-xr-x 12 root root 0 Aug 12 12:20 .. |
|---|
| 152 | root@om-gta02:~# HOSTNAME=mizzit INST_MIRROR=http://ftp.us.debian.org/debian SD_ |
|---|
| 153 | PART1_FS=vfat ./install.sh partition |
|---|
| 154 | Running stage partition |
|---|
| 155 | Starting to partition the microSD card |
|---|
| 156 | |
|---|
| 157 | *********** |
|---|
| 158 | * WARNING * |
|---|
| 159 | *********** |
|---|
| 160 | |
|---|
| 161 | This will destroy all the data on the microSD card!!! |
|---|
| 162 | |
|---|
| 163 | Press any key within 5 seconds to quit |
|---|
| 164 | |
|---|
| 165 | 1+0 records in |
|---|
| 166 | 1+0 records out |
|---|
| 167 | Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel |
|---|
| 168 | Building a new DOS disklabel. Changes will remain in memory only, |
|---|
| 169 | until you decide to write them. After that the previous content |
|---|
| 170 | won't be recoverable. |
|---|
| 171 | |
|---|
| 172 | |
|---|
| 173 | The number of cylinders for this disk is set to 61440. |
|---|
| 174 | There is nothing wrong with that, but this is larger than 1024, |
|---|
| 175 | and could in certain setups cause problems with: |
|---|
| 176 | 1) software that runs at boot time (e.g., old versions of LILO) |
|---|
| 177 | 2) booting and partitioning software from other OSs |
|---|
| 178 | (e.g., DOS FDISK, OS/2 FDISK) |
|---|
| 179 | |
|---|
| 180 | Command (m for help): Command action |
|---|
| 181 | e extended |
|---|
| 182 | p primary partition (1-4) |
|---|
| 183 | Partition number (1-4): First cylinder (1-61440, default 1): Using default value 1 |
|---|
| 184 | Last cylinder or +size or +sizeM or +sizeK (1-61440, default 61440): |
|---|
| 185 | Command (m for help): Selected partition 1 |
|---|
| 186 | Hex code (type L to list codes): Changed system type of partition 1 to b (Win95 FAT32) |
|---|
| 187 | |
|---|
| 188 | Command (m for help): Command action |
|---|
| 189 | e extended |
|---|
| 190 | p primary partition (1-4) |
|---|
| 191 | Partition number (1-4): First cylinder (246-61440, default 246): Using default value 246 |
|---|
| 192 | Last cylinder or +size or +sizeM or +sizeK (246-61440, default 61440): Using default value 61440 |
|---|
| 193 | |
|---|
| 194 | Command (m for help): The partition table has been altered! |
|---|
| 195 | |
|---|
| 196 | Calling ioctl() to re-read partition table |
|---|
| 197 | root@om-gta02:~# HOSTNAME=mizzit INST_MIRROR=http://ftp.us.debian.org/debian SD_ |
|---|
| 198 | PART1_FS=vfat ./install.sh mount |
|---|
| 199 | Running stage mount |
|---|
| 200 | Mounting the newly created system |
|---|
| 201 | mount: special device /dev/mmcblk0p2 does not exist |
|---|
| 202 | root@om-gta02:~# mount |
|---|
| 203 | rootfs on / type rootfs (rw) |
|---|
| 204 | /dev/root on / type jffs2 (rw,noatime) |
|---|
| 205 | proc on /proc type proc (rw) |
|---|
| 206 | tmpfs on /mnt/.exquisite type tmpfs (rw) |
|---|
| 207 | tmpfs on /mnt/.psplash type tmpfs (rw) |
|---|
| 208 | sysfs on /sys type sysfs (rw) |
|---|
| 209 | /dev/root on /dev/.static/dev type jffs2 (rw) |
|---|
| 210 | udev on /dev type tmpfs (rw) |
|---|
| 211 | /dev/mmcblk0 on /media/mmcblk0 type ext3 (rw,sync,data=ordered) |
|---|
| 212 | tmpfs on /var/volatile type tmpfs (rw) |
|---|
| 213 | tmpfs on /dev/shm type tmpfs (rw) |
|---|
| 214 | devpts on /dev/pts type devpts (rw) |
|---|
| 215 | root@om-gta02:~# umount /dev/mmcblk0 |
|---|
| 216 | root@om-gta02:~# HOSTNAME=mizzit INST_MIRROR=http://ftp.us.debian.org/debian SD_ |
|---|
| 217 | PART1_FS=vfat ./install.sh mount |
|---|
| 218 | Running stage mount |
|---|
| 219 | Mounting the newly created system |
|---|
| 220 | mount: special device /dev/mmcblk0p2 does not exist |
|---|
| 221 | root@om-gta02:~# mount |
|---|
| 222 | rootfs on / type rootfs (rw) |
|---|
| 223 | /dev/root on / type jffs2 (rw,noatime) |
|---|
| 224 | proc on /proc type proc (rw) |
|---|
| 225 | tmpfs on /mnt/.exquisite type tmpfs (rw) |
|---|
| 226 | tmpfs on /mnt/.psplash type tmpfs (rw) |
|---|
| 227 | sysfs on /sys type sysfs (rw) |
|---|
| 228 | /dev/root on /dev/.static/dev type jffs2 (rw) |
|---|
| 229 | udev on /dev type tmpfs (rw) |
|---|
| 230 | tmpfs on /var/volatile type tmpfs (rw) |
|---|
| 231 | tmpfs on /dev/shm type tmpfs (rw) |
|---|
| 232 | devpts on /dev/pts type devpts (rw) |
|---|
| 233 | root@om-gta02:~# HOSTNAME=mizzit INST_MIRROR=http://ftp.us.debian.org/debian SD_ |
|---|
| 234 | PART1_FS=vfat ./install.sh partition |
|---|
| 235 | Running stage partition |
|---|
| 236 | Starting to partition the microSD card |
|---|
| 237 | |
|---|
| 238 | *********** |
|---|
| 239 | * WARNING * |
|---|
| 240 | *********** |
|---|
| 241 | |
|---|
| 242 | This will destroy all the data on the microSD card!!! |
|---|
| 243 | |
|---|
| 244 | Press any key within 5 seconds to quit |
|---|
| 245 | |
|---|
| 246 | 1+0 records in |
|---|
| 247 | 1+0 records out |
|---|
| 248 | Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel |
|---|
| 249 | Building a new DOS disklabel. Changes will remain in memory only, |
|---|
| 250 | until you decide to write them. After that the previous content |
|---|
| 251 | won't be recoverable. |
|---|
| 252 | |
|---|
| 253 | |
|---|
| 254 | The number of cylinders for this disk is set to 61440. |
|---|
| 255 | There is nothing wrong with that, but this is larger than 1024, |
|---|
| 256 | and could in certain setups cause problems with: |
|---|
| 257 | 1) software that runs at boot time (e.g., old versions of LILO) |
|---|
| 258 | 2) booting and partitioning software from other OSs |
|---|
| 259 | (e.g., DOS FDISK, OS/2 FDISK) |
|---|
| 260 | |
|---|
| 261 | Command (m for help): Command action |
|---|
| 262 | e extended |
|---|
| 263 | p primary partition (1-4) |
|---|
| 264 | Partition number (1-4): First cylinder (1-61440, default 1): Using default value 1 |
|---|
| 265 | Last cylinder or +size or +sizeM or +sizeK (1-61440, default 61440): |
|---|
| 266 | Command (m for help): Selected partition 1 |
|---|
| 267 | Hex code (type L to list codes): Changed system type of partition 1 to b (Win95 FAT32) |
|---|
| 268 | |
|---|
| 269 | Command (m for help): Command action |
|---|
| 270 | e extended |
|---|
| 271 | p primary partition (1-4) |
|---|
| 272 | Partition number (1-4): First cylinder (246-61440, default 246): Using default value 246 |
|---|
| 273 | Last cylinder or +size or +sizeM or +sizeK (246-61440, default 61440): Using default value 61440 |
|---|
| 274 | |
|---|
| 275 | Command (m for help): The partition table has been altered! |
|---|
| 276 | |
|---|
| 277 | Calling ioctl() to re-read partition table |
|---|
| 278 | * Waiting for partitions to appear |
|---|
| 279 | * Partition table created |
|---|
| 280 | * Formatting the microSD card partitions |
|---|
| 281 | mkfs.vfat 2.11 (12 Mar 2005) |
|---|
| 282 | mke2fs 1.38 (30-Jun-2005) |
|---|
| 283 | Filesystem label= |
|---|
| 284 | OS type: Linux |
|---|
| 285 | Block size=4096 (log=2) |
|---|
| 286 | Fragment size=4096 (log=2) |
|---|
| 287 | 244800 inodes, 489560 blocks |
|---|
| 288 | 24478 blocks (5.00%) reserved for the super user |
|---|
| 289 | First data block=0 |
|---|
| 290 | 15 block groups |
|---|
| 291 | 32768 blocks per group, 32768 fragments per group |
|---|
| 292 | 16320 inodes per group |
|---|
| 293 | Superblock backups stored on blocks: |
|---|
| 294 | 32768, 98304, 163840, 229376, 294912 |
|---|
| 295 | |
|---|
| 296 | Writing inode tables: done |
|---|
| 297 | Writing superblocks and filesystem accounting information: done |
|---|
| 298 | |
|---|
| 299 | This filesystem will be automatically checked every 28 mounts or |
|---|
| 300 | 180 days, whichever comes first. Use tune2fs -c or -i to override. |
|---|
| 301 | I: microSD card ready |
|---|
| 302 | I: Done with stage partition |
|---|
| 303 | root@om-gta02:~# HOSTNAME=mizzit INST_MIRROR=http://ftp.us.debian.org/debian SD_ |
|---|
| 304 | PART1_FS=vfat ./install.sh mount |
|---|
| 305 | Running stage mount |
|---|
| 306 | Mounting the newly created system |
|---|
| 307 | I: microSD card partitions mounted |
|---|
| 308 | I: Done with stage mount |
|---|
| 309 | root@om-gta02:~# |
|---|
| 310 | |
|---|
| 311 | |
|---|