git pull error in /usr/portage
После сделанного:
3. Prepare the migration to a squashed portage
Move your .git/ dir, distfiles dir and packages dir out of /usr/portage to avoid wasting time and space squashing them.
I use /home/portage for storing my local overlay, portage's .git/, distfiles/ and packages/ dirs:
# export MY_PORTAGE_DIR="/home/portage"
# mkdir -pv "$MY_PORTAGE_DIR"/profiles
# mv -v /usr/portage/{.git,distfiles,packages} "$MY_PORTAGE_DIR"/
# ln -sv "$MY_PORTAGE_DIR"/.git /usr/portage/
# echo "local" > "$MY_PORTAGE_DIR"/profiles/repo_name
# chown -Rv portage:portage "$MY_PORTAGE_DIR"
# unset MY_PORTAGE_DIR
4. Set up mount points and configure /etc/fstab
I'm combining /mnt/portage.tmpfs and /mnt/portage.squashfs into /usr/portage with aufs2 and the relevant part of my /etc/fstab looks like this:
/var/lib/portage/portage.squashfs /mnt/portage.squashfs squashfs loop,ro 0 0
portage.tmpfs /mnt/portage.tmpfs tmpfs defaults 0 0
portage.aufs /usr/portage aufs rw,br:/mnt/portage.tmpfs=rw:/mnt/portage.squashfs=ro 0 0
Create the pertinent folders under /mnt :
# mkdir -pv /mnt/portage.{tmp,squash}fs
Выдает ошибку на emerge --sync:
>>> Starting git pull in /usr/portage...
fatal: Not a git repository (or any parent up to mount parent )
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
!!! git pull error in /usr/portage
КАК ИСПРАВИТЬ???
- Для комментирования войдите или зарегистрируйтесь
Откуда это?
Откуда это?
Не грусти, товарищ! Всё хорошо, beautiful good!
От самого Дани, вестимо. ТС
От самого Дани, вестимо.
ТС перепутал с фантой
Compute:
Bosch M2.8.1 -> custom Bosch M2.8.3 clone from Russia.
Speed about 260 km,Ram 2 pers.,HDD - 70 kg,210 FLOPS ;)
Сделал только что как ТУТно
Сделал только что как ТУТ
но с таким файлом "сервиса"
Вроде нормально работает