added files
This commit is contained in:
parent
d417383412
commit
0f9dbd9053
3 changed files with 41 additions and 0 deletions
34
0001-added-libts-bin-input-utils.patch
Normal file
34
0001-added-libts-bin-input-utils.patch
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
From f8b4a752dc41e81bca114e92838a41915fd87cb4 Mon Sep 17 00:00:00 2001
|
||||||
|
From: josch <josch@pyneo.org>
|
||||||
|
Date: Mon, 7 Dec 2009 08:29:45 +0000
|
||||||
|
Subject: [PATCH] added libts-bin, input-utils
|
||||||
|
|
||||||
|
---
|
||||||
|
pyneo-rootfs.sh | 4 ++--
|
||||||
|
1 files changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/pyneo-rootfs.sh b/pyneo-rootfs.sh
|
||||||
|
index 0063247..9221ede 100755
|
||||||
|
--- a/pyneo-rootfs.sh
|
||||||
|
+++ b/pyneo-rootfs.sh
|
||||||
|
@@ -307,7 +307,7 @@ if [ \$DEVICE = "gta01" ]; then
|
||||||
|
print_exit_status \$?
|
||||||
|
|
||||||
|
echo -n "Appending sound module."
|
||||||
|
- echo "snd-soc-neo1973-wm8753" > /etc/modules
|
||||||
|
+ echo "snd-soc-neo1973-wm8753" >> /etc/modules
|
||||||
|
print_exit_status \$?
|
||||||
|
|
||||||
|
echo -n "Configuring host alias."
|
||||||
|
@@ -332,7 +332,7 @@ else
|
||||||
|
print_exit_status \$?
|
||||||
|
|
||||||
|
echo -n "Appending sound module."
|
||||||
|
- echo "snd-soc-neo1973-gta02-wm8753" > /etc/modules
|
||||||
|
+ echo "snd-soc-neo1973-gta02-wm8753" >> /etc/modules
|
||||||
|
print_exit_status \$?
|
||||||
|
|
||||||
|
echo -n "Configuring host alias."
|
||||||
|
--
|
||||||
|
1.6.3.1
|
||||||
|
|
6
notes.txt
Normal file
6
notes.txt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
dd if=/dev/zero of=rootfs.ext3 bs=1 count=0 seek=1G
|
||||||
|
mkfs.ext3 rootfs.ext3
|
||||||
|
mount rootfs.ext3 mnt -o loop
|
||||||
|
cdebootstrap --flavour=minimal --foreign --arch armel sid mnt http://localhost:3142/ftp.de.debian.org/debian
|
||||||
|
umount mnt
|
||||||
|
qemu-system-arm -nodefaults -nographic -M versatilepb -m 256 -kernel zImage-2.6.29.4 -hda rootfs.ext3 -append "root=/dev/sda console=ttyAMA0,115200n8" -serial stdio -net user -net nic
|
1
run-qemu
Normal file
1
run-qemu
Normal file
|
@ -0,0 +1 @@
|
||||||
|
qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.26-1-versatile -initrd initrd.img-2.6.26-1-versatile -hda debian_lenny_armel_pyneo_rootfs.qcow2 -append "root=/dev/sda1 console=ttyAMA0" -nographic -m 256
|
Loading…
Reference in a new issue