![]() |
2010-08-11
, 19:35
|
Posts: 838 |
Thanked: 292 times |
Joined on Apr 2010
|
#11
|
![]() |
2010-08-11
, 19:51
|
Posts: 52 |
Thanked: 17 times |
Joined on Jun 2010
@ United Kingdom....for now.
|
#12
|
![]() |
2010-08-11
, 20:04
|
Posts: 838 |
Thanked: 292 times |
Joined on Apr 2010
|
#13
|
![]() |
2010-08-11
, 20:42
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#14
|
see if everyone chips in there 2 cents...perhaps the knowledge could be turned into easy fedora?!?!?
btw if I buy an sd card then can I setup fedora as a dual boot and still retain the option of chrooting into it from maemo? if so I will go out today and buy an 8gb sd card...
![]() |
2010-08-11
, 21:16
|
Posts: 52 |
Thanked: 17 times |
Joined on Jun 2010
@ United Kingdom....for now.
|
#15
|
[fedora] name=Fedora $releasever - $basearch #mirrorlist=http://mirrorlist.fedora-arm.wantstofly.org/?repo=fedora-$releasever&arch=$basearch baseurl=ftp://ftp.linux.org.uk/pub/linux/arm/fedora/pub/fedora/linux/releases/12/Everything/arm/os/Packages/ enabled=1 metadata_expire=7d gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch [fedora-source] name=Fedora $releasever - Source failovermethod=priority baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/ #mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch enabled=0 metadata_expire=7d gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-primary [fedora-arm-source] name=Fedora ARM $releasever - Source mirrorlist=http://mirrorlist.fedora-arm.wantstofly.org/?repo=fedora-source-$releasever&arch=$basearch enabled=0 metadata_expire=7d gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[updates] name=Fedora $releasever - $basearch - Updates #mirrorlist=http://mirrorlist.fedora-arm.wantstofly.org/?repo=updates-released-f$releasever&arch=$basearch baseurl=ftp://ftp.linux.org.uk/pub/linux/arm/fedora/pub/fedora/linux/updates/12/arm/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch [updates-source] name=Fedora $releasever - Updates Source failovermethod=priority #baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/SRPMS/ mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch [updates-arm-source] name=Fedora ARM $releasever - Updates Source mirrorlist=http://mirrorlist.fedora-arm.wantstofly.org/?repo=updates-released-source-f$releasever&arch=$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
![]() |
2010-08-12
, 18:21
|
Posts: 838 |
Thanked: 292 times |
Joined on Apr 2010
|
#16
|
![]() |
2010-08-12
, 18:23
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#17
|
ok stage one: downloaded via jebber link
extracted into /home/user/MyDocs/Fedora.
got lots of "cannot change file to uid gid 0" (or something to that effect) which cannot be good during the 1 1/2 hour extract. did a simple /usr/sbin/chroot and told not permitted. Will now start reading jebber info.
![]() |
2010-08-12
, 18:28
|
Posts: 838 |
Thanked: 292 times |
Joined on Apr 2010
|
#18
|
![]() |
2010-08-12
, 19:53
|
|
Posts: 271 |
Thanked: 65 times |
Joined on May 2010
@ Poland, Białystok
|
#19
|
anyone else want "easy fedora"
![]() |
2010-08-13
, 07:03
|
|
Posts: 1,187 |
Thanked: 816 times |
Joined on Apr 2010
@ Australia
|
#20
|
Create 2GB image file dd if=/dev/zero of=/home/user/MyDocs/fedora-image bs=1024 count=2097152 Create filesystem on image file mkfs.ext3 /home/user/MyDocs/fedora-image Create mount point and loopback mount the image export FEDORA_ROOT="/mnt/fedora_root" mkdir $FEDORA_ROOT mount -o loop /home/user/MyDocs/fedora-image $FEDORA_ROOT
apt-get install tar-gnu gtar -tzf <fedora-image> gtar -xzf <fedora-image> -C $FEDORA_ROOT umount $FEDORA_ROOT
The Following 2 Users Say Thank You to kingoddball For This Useful Post: | ||