1.0 Starting nemesis.
1.111 Starting nemesis frugal install (hdd install) with grub2 installed on debian partition:
Work in progress:
grub2 menu entry (bis)
1.112 Updating grub on debian installation from nemesis:
Code: Select all
mkdir /mnt/chroot &&
mount /dev/sdb3 /mnt/chroot &&
mount --bind /dev /mnt/chroot/dev &&
mount --bind /proc /mnt/chroot/proc &&
mount --bind /sys /mnt/chroot/sys &&
chroot /mnt/chroot
1.2 setup-pman to update database
Code: Select all
setup-pman
Just try porteus packages some of them might work directly under nemesis. this is the case for libre-office

2.1 Error message of the kind: Errors occurred, no packages were upgraded.
Code: Select all
[guest@porteus ~]$ sudo pman -S midori
[sudo] password for guest:
resolving dependencies...
looking for conflicting packages...
Packages (21) aria2-1.34.0-1 aspell-0.60.6.1-5 brotli-1.0.5-1
c-ares-1.14.0-1 enchant-2.2.3-1 geoclue2-2.4.11-1
gst-plugins-base-libs-1.14.2-1 gstreamer-1.14.2-1
harfbuzz-icu-1.8.4-1 hspell-1.4-1 hunspell-1.6.2-1
hyphen-2.8.8-2 libvoikko-4.1.1-1 libxslt-1.1.32+3+g32c88216-1
libxss-1.2.2-3 telepathy-glib-0.24.1-2 webkit2gtk-2.20.3-1
woff2-1.0.2-1 xapian-core-1:1.4.6-1 zeitgeist-1.0+1+g1bcc8585-1
midori-0.5.11-8
Total Download Size: 37.05 MiB
Total Installed Size: 203.84 MiB
:: Proceed with installation? [Y/n] y
:: Retrieving packages...
libxss-1.2.2-3-x86_64 13.4 KiB 0.00B/s 00:00 [######################] 100%
libxslt-1.1.32+3+g3... 361.9 KiB 3.61M/s 00:00 [######################] 100%
aspell-0.60.6.1-5-x... 584.2 KiB 8.04M/s 00:00 [######################] 100%
hunspell-1.6.2-1-x86_64 235.6 KiB 8.85M/s 00:00 [######################] 100%
hspell-1.4-1-x86_64 657.3 KiB 8.23M/s 00:00 [######################] 100%
libvoikko-4.1.1-1-x... 131.0 KiB 9.14M/s 00:00 [######################] 100%
enchant-2.2.3-1-x86_64 38.8 KiB 9.47M/s 00:00 [######################] 100%
geoclue2-2.4.11-1-x... 153.9 KiB 8.84M/s 00:00 [######################] 100%
gstreamer-1.14.2-1-... 1935.2 KiB 8.08M/s 00:00 [######################] 100%
gst-plugins-base-li... 2.0 MiB 8.08M/s 00:00 [######################] 100%
harfbuzz-icu-1.8.4-... 6.9 KiB 0.00B/s 00:00 [######################] 100%
hyphen-2.8.8-2-x86_64 15.3 KiB 0.00B/s 00:00 [######################] 100%
woff2-1.0.2-1-x86_64 52.5 KiB 10.2M/s 00:00 [######################] 100%
telepathy-glib-0.24... 1604.5 KiB 7.83M/s 00:00 [######################] 100%
xapian-core-1:1.4.6... 1762.8 KiB 8.08M/s 00:00 [######################] 100%
c-ares-1.14.0-1-x86_64 103.6 KiB 488K/s 00:00 [######################] 100%
webkit2gtk-2.20.3-1... 24.8 MiB 6.94M/s 00:04 [######################] 100%
zeitgeist-1.0+1+g1b... 345.3 KiB 7.84M/s 00:00 [######################] 100%
aria2-1.34.0-1-x86_64 1191.1 KiB 5.31M/s 00:00 [######################] 100%
brotli-1.0.5-1-x86_64 301.1 KiB 7.95M/s 00:00 [######################] 100%
midori-0.5.11-8-x86_64 1004.8 KiB 4.74M/s 00:00 [######################] 100%
(21/21) checking keys in keyring [######################] 100%
(21/21) checking package integrity [######################] 100%
(21/21) loading package files [######################] 100%
(21/21) checking for file conflicts [######################] 100%
error: failed to commit transaction (conflicting files)
libxss: /usr/lib/libXss.so exists in filesystem
libxss: /usr/lib/libXss.so.1 exists in filesystem
libxss: /usr/lib/libXss.so.1.0.0 exists in filesystem
Errors occurred, no packages were upgraded.
Multiple packages were detected.
Would you like to merge them into one module? [y/n]
2.2 Build modules with pacman -Uddr and mksquashfs commands.
This is stifiling or ncmprhnsbl solution to build modules without pman, at least for the most fundamental one to your installation:
Porteus/Arch aka Sensei (Porteus w/pacman package manager)
Example to build gimp.
3.0 The printing and scanning solution: installing scanner for brother printer with debtap which needs base-devel and yaourt openrc the system behind nemesis: printing as an example
Do not forget to start the avahi-daemon and cups.
viewtopic.php?f=137&t=6909
Code: Select all
rc-update add avahi-daemon default &&
rc-service cupsd start &&
rc-update add cupsd default
***to be developped****