ALT Linux Bugzilla
– Attachment 8311 Details for
Bug 37050
инсталятор падает в альтераторе после установки пакетов на настройке сети
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
Исправлятор проблемы на 8СП x86_64/EFI
fix (text/plain), 689 bytes, created by
Leonid Krivoshein
on 2019-09-23 16:04:04 MSK
(
hide
)
Description:
Исправлятор проблемы на 8СП x86_64/EFI
Filename:
MIME Type:
Creator:
Leonid Krivoshein
Created:
2019-09-23 16:04:04 MSK
Size:
689 bytes
patch
obsolete
>#!/bin/sh -efu > >rundir="${0%/*}" > >cat > /etc/X11/xorg.conf.d/10-monitor.conf <<EOF >Section "Device" > Identifier "Card0" > Driver "fbdev" > BusID "PCI:0:2:0" >EndSection > >EOF > >cat > /tmp/try-install <<EOF >#!/bin/sh -efu > >umount -fl -- "$rundir" 2>/dev/null ||: >xinit /usr/sbin/alterator-install2 -- vt7 -dpms -ac \ > -nolisten tcp -logfile /tmp/x11.log >> /tmp/install2.log \ > 2>&1 || exit \$? >/usr/sbin/postinstall ||: >echo s > /proc/sysrq-trigger >echo u > /proc/sysrq-trigger >echo b > /proc/sysrq-trigger > >EOF > >cp -Lf -- "$rundir/preinstall" /usr/lib/alterator/backend3/ >chmod +x /usr/lib/alterator/backend3/preinstall /tmp/try-install >export DURING_INSTALL=1 >exec /tmp/try-install >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 37050
:
8268
|
8275
|
8279
|
8280
|
8281
|
8282
|
8283
|
8284
|
8285
|
8310
| 8311 |
8312