[opensuse-factory] x86_64 rootfs
Hi, For ARM there is a rootfs tgz (like this: http://download.opensuse.org/ports/armv7hl/distribution/openSUSE-current/app...), which can be used when we have a kernel for a board and we want to use it with the openSUSE userland. Is there anything similar for x86_64? I just tried Ubuntu on Windows insider preview, and would like to replace it with openSUSE :) Bye, CzP -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Freitag, 8. April 2016 09:35:21 CEST Peter Czanik wrote:
Hi,
For ARM there is a rootfs tgz (like this: http://download.opensuse.org/ports/armv7hl/distribution/openSUSE-current/app liances/openSUSE-13.2-ARM-JeOS.armv7-rootfs.armv7l-Current.tbz), which can be used when we have a kernel for a board and we want to use it with the openSUSE userland.
Is there anything similar for x86_64? I just tried Ubuntu on Windows insider preview, and would like to replace it with openSUSE :)
Bye, CzP
You could easily create one with on your openSUSE installation zypper --root $TMPDIR ar \ http://download.opensuse.org/tumbleweed/repo/oss repo-oss zypper --root $TMPDIR install rpm zypper tar -cvzf roofs.tar.gz $TMPDIR/ -- Johannes Thumshirn Storage jthumshirn@suse.de +49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Friday 2016-04-08 09:42, Johannes Thumshirn wrote:
You could easily create one with on your openSUSE installation
zypper --root $TMPDIR ar \ http://download.opensuse.org/tumbleweed/repo/oss repo-oss zypper --root $TMPDIR install rpm zypper tar -cvzf roofs.tar.gz $TMPDIR/
You need an extra step so that files have the proper ownership (maybe that's irrelevant for LXSS, but it is important if you want to build a Linux container) 1a. `cp /etc/{passwd,shadow,group} $TMPDIR/etc/` (copy udb), or 1b. `zypper -R $TMPDIR in aaa_base; rm -f $TMPDIR/var/lib/rpm; zypper -R $TMPDIR in aaa_base;` (fresh userdb) 2. `zypper -R $TPMDIR in rpm zypper` -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Freitag, 8. April 2016 09:35:21 CEST Peter Czanik wrote:
Hi,
For ARM there is a rootfs tgz (like this: http://download.opensuse.org/ports/armv7hl/distribution/openSUSE-current/app liances/openSUSE-13.2-ARM-JeOS.armv7-rootfs.armv7l-Current.tbz), which can be used when we have a kernel for a board and we want to use it with the openSUSE userland.
Is there anything similar for x86_64? I just tried Ubuntu on Windows insider preview, and would like to replace it with openSUSE :)
Bye, CzP You could easily create one with on your openSUSE installation
zypper --root $TMPDIR ar \ http://download.opensuse.org/tumbleweed/repo/oss repo-oss zypper --root $TMPDIR install rpm zypper tar -cvzf roofs.tar.gz $TMPDIR/ Thanks, this part worked fine. But it turned out, that replacing Ubuntu with openSUSE takes a bit more effort than replacing the rootfs
Hi, On 04/08/2016 09:42 AM, Johannes Thumshirn wrote: directory. I also tried to chroot into the directory, but it did not work... Anyway, 99.9% I use openSUSE natively on the machine, so it's not a real problem :) Bye, CzP -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (3)
-
Jan Engelhardt
-
Johannes Thumshirn
-
Peter Czanik