From 9582deaf962d0cd50565ecf0b1c7918717ad6629 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 10 Jun 2013 15:43:18 +0200 Subject: [PATCH] updated allinone howto --- .../docs/Create-Archboot-Allinone-Howto.txt | 23 ++++--------------- 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/usr/share/archboot/docs/Create-Archboot-Allinone-Howto.txt b/usr/share/archboot/docs/Create-Archboot-Allinone-Howto.txt index 529f7064b..143a1bb3c 100644 --- a/usr/share/archboot/docs/Create-Archboot-Allinone-Howto.txt +++ b/usr/share/archboot/docs/Create-Archboot-Allinone-Howto.txt @@ -3,7 +3,6 @@ Archboot Allinone ISO Howto: Requirements: - x86_64 architecture -- archboot ISO - ~ 3GB free space on disk Create archboot chroots: @@ -16,15 +15,10 @@ Create archboot chroots: mkdir linux32 pacman --root "" -Sg base --noconfirm --noprogressbar -Enter archboot chroot like this: - mount -o bind /dev /dev - mount -o bind /tmp /tmp - mount -o bind /sys /sys - mount -o bind /proc /proc - cp -a /etc/mtab /etc/mtab - cp /etc/resolv.conf /etc/resolv.conf - # enter chroot - chroot +Enter archboot x86_64 container: + systemd-nspawn --capability=CAP_MKNOD -M $1-$(uname -m) -D +Enter archboot i686 container: + linux32 systemd-nspawn --capability=CAP_MKNOD -M $1-$(uname -m) -D Install archboot and update to latest packages: # update in both chroots to latest available packages @@ -38,14 +32,7 @@ Generate images: # put the generated tarballs in one directory and run (needs quite some time ...) archboot-allinone.sh -g -Finished you get a burnable iso image, a rawwrite usb image -and a hybrid image which is both in one. - -Don't forget after chroot leaving: - umount /dev - umount /tmp - umount /sys - umount /proc +Finished you get a bunch of images. Have fun tpowa \ No newline at end of file