# Azamat H. Hackimov , 2010. msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 2011-03-02 17:28+0500\n" "PO-Revision-Date: 2010-02-09 01:06+0500\n" "Last-Translator: Azamat H. Hackimov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 1.0\n" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):6 msgid "Baselayout and OpenRC Migration Guide" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(author:title):8 #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(author:title):11 #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(author:title):14 msgid "Author" msgstr "автор" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(mail:link):9 msgid "cardoe" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(mail:link):12 msgid "nightmorph" msgstr "nightmorph" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(mail:link):15 msgid "robbat2" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(author:title):17 msgid "Contributor" msgstr "участник" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(mail:link):18 msgid "uberlord" msgstr "uberlord" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(abstract):21 msgid "" "This guide shows you how to migrate from baselayout-1 to baselayout-2 and " "OpenRC." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(version):30 msgid "8" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(date):31 msgid "2011-01-17" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):34 msgid "Background" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):37 msgid "What's baselayout?" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):40 msgid "" "Baselayout provides a basic set of files that are necessary for all systems " "to function properly, such as /etc/hosts. It also provides the " "basic filesystem layout used by Gentoo (i.e. /etc, /var, /usr, /home directories)." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):51 msgid "What's OpenRC?" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):54 msgid "" "OpenRC is a dependency-based rc system that works with whatever init is " "provided by the system, normally /sbin/init. However, it is " "not a replacement for /sbin/init. The default init used " "by Gentoo Linux is sys-apps/sysvinit, while Gentoo/FreeBSD uses the " "FreeBSD init provided by sys-freebsd/freebsd-sbin." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):66 msgid "So why migrate?" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):69 msgid "" "Originally Gentoo's rc system was built into baselayout 1 and written " "entirely in bash. This led to several limitations. For example, certain " "system calls need to be accessed during boot and this required C-based " "callouts to be added. These callouts were each statically linked, causing " "the rc system to bloat over time." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):76 msgid "" "Additionally, as Gentoo expanded to other platforms like Gentoo/FreeBSD and " "Gentoo Embedded, it became impossible to require a bash-based rc system. " "This led to a development of baselayout 2, which is written in C and only " "requires a POSIX-compliant shell. During the development of baselayout 2, it " "was determined that it was a better fit if baselayout merely provided the " "base files and filesystem layout for Gentoo and the rc system was broken off " "into its own package. Thus we have OpenRC." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):86 msgid "" "OpenRC is primarily developed by Roy Marples and supports all current Gentoo variations (i.e. Gentoo " "Linux, Gentoo/FreeBSD, Gentoo Embedded, and Gentoo Vserver) and other " "platforms such as FreeBSD and NetBSD." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):97 msgid "Migration to OpenRC" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):101 msgid "" "Migration to OpenRC is fairly straightforward; it will be pulled in as part " "of your regular upgrade process by your package manager. The most important " "step actually comes after you install the new >=sys-apps/baselayout-2 and sys-apps/openrc packages. It is critical that you run " "dispatch-conf and ensure your /etc is up to date before " "rebooting. Failure to do so will result in an unbootable system and will require the use of the Gentoo LiveCD to perform the steps " "below to repair your system." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):112 msgid "" "Once you've finished updating your config files, there are a few things to " "verify prior to rebooting." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):120 msgid "/etc/conf.d/rc" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):123 msgid "" "/etc/conf.d/rc has been deprecated and any settings you have in " "there will need to be migrated to the appropriate settings in /etc/rc." "conf. Please read through /etc/rc.conf and /etc/" "conf.d/rc and migrate the settings. Once you are complete, delete " "/etc/conf.d/rc." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):134 msgid "Kernel modules" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):137 msgid "" "Normally, when you want certain kernel modules automatically loaded at boot, " "you place them into /etc/modules.autoload.d/kernel-2.6 along " "with any parameters you wanted to pass to them. In baselayout-2, this file " "is not used anymore. Instead, autoloaded modules and module parameters are " "placed in one file, /etc/conf.d/modules, no matter the kernel " "version." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):145 msgid "An example old style configuration would be:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre:caption):149 msgid "/etc/modules.autoload.d/kernel-2.6" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre):149 #, no-wrap msgid "" "\n" "ivtv\n" "cx88_dvb video_br=2\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):154 msgid "Converting the above example would result in the following:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre:caption):158 msgid "/etc/conf.d/modules" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre):158 #, no-wrap msgid "" "\n" "# Modules autoloaded at boot\n" "modules_2_6=\"ivtv cx88_dvb\"\n" "# Module parameters\n" "module_cx88_dvb_args_2_6=\"video_br=2\"\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):165 msgid "" "In the above examples, the modules and their parameters would only be passed " "to 2.6.x series kernels. The new configuration allows for fine grained " "control over the modules and parameters based on kernel version." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(impo):171 msgid "" "The module* variables are not cumulative. The more version-specific " "variables will override the more general variables." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(note):176 msgid "Please note the difference between module_ and modules_." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):180 msgid "An in-depth example would be:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre:caption):184 msgid "detailed example of /etc/conf.d/modules" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre):184 #, no-wrap msgid "" "\n" "# Only load ivtv for 2.6.23-gentoo-r5\n" "modules_2_6_23_gentoo_r5=\"ivtv\"\n" "# Only load cx88_dvb for 2.6.23 kernels (other than -gentoo-r5)\n" "modules_2_6_23=\"cx88_dvb\"\n" "# Only load tun and usbserial for 2.6.x series kernels where x != 23\n" "modules_2_6=\"tun usbserial\"\n" "# Otherwise load ochi1394 and ieee1394\n" "modules=\"ohci1394 ieee1394\"\n" "\n" "# For 2.6.23-gentoo-r5, pass video_br=2 to cx88_dvb\n" "module_cx88_dvb_args_2_6_23_gentoo_r5=\"video_br=2\"\n" "# For 2.6.x series kernels, always pass vendor and product\n" "module_usbserial_args_2_6=\"vendor=0x1410 product=0x2110\"\n" "# Always pass debug to ieee1394\n" "module_ieee1394_args=\"debug\" \n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):205 msgid "Boot runlevel" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):208 msgid "" "The boot runlevel performs several important steps for every machine. " "For example, making sure your root filesystem is mounted read/write, that " "your filesystems are checked for errors, that your mountpoints are " "available, and that the /proc pseudo-filesystem is started at " "boot." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):215 msgid "" "With OpenRC, volume management services for your block storage devices are " "no longer run automatically at boot. This includes lvm, raid, swap, device-" "mapper (dm), dm-crypt, evms, and the like. You must ensure the appropriate " "initscript for these services is in the boot runlevel, otherwise it's " "possible that your system will not boot!" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):223 msgid "" "While the OpenRC ebuild will attempt to do this migration for you, you " "should verify that it migrated all the volume management services properly:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre:caption):228 msgid "Display all services in boot runlevel" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre):228 #, no-wrap msgid "" "\n" "# ls -l /etc/runlevels/boot/\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):232 msgid "" "If you don't see root, procfs, mtab, swap, and fsck in the above listing, " "perform the following to add them to the boot runlevel:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre:caption):237 msgid "Adding critical services to the boot runlevel" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre):237 #, no-wrap msgid "" "\n" "# rc-update add root boot\n" "# rc-update add procfs boot\n" "# rc-update add mtab boot\n" "# rc-update add fsck boot\n" "# rc-update add swap boot\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):245 msgid "" "If you know you use mdraid and lvm but do not see them above, you would run " "the following to add initscripts to the boot runlevel:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre:caption):250 msgid "Adding mdraid and lvm to the boot runlevel" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre):250 #, no-wrap msgid "" "\n" "# rc-update add mdraid boot\n" "# rc-update add lvm boot\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):258 msgid "Udev" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):261 msgid "" "OpenRC no longer starts udev by default, but it does need to be " "present in the sysinit runlevel to be started. The OpenRC ebuild " "should detect if udev was previously enabled and add it to the " "sysinit runlevel. However, to be safe, check if udev is " "present:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre:caption):268 msgid "Verifying udev" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre):268 #, no-wrap msgid "" "\n" "# ls -l /etc/runlevels/sysinit\n" "lrwxrwxrwx 1 root root 14 2009-01-29 08:00 /etc/runlevels/sysinit/udev -> \\\n" "/etc/init.d/udev\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):274 msgid "If udev is not listed, add it to the correct runlevel:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre:caption):278 msgid "Adding udev to the sysinit runlevel" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre):278 #, no-wrap msgid "" "\n" "# rc-update add udev sysinit\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):285 msgid "Network" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):288 msgid "" "Due to baselayout and OpenRC being broken into two different packages, your " "net.eth0 initscript may disappear during the upgrade process. To replace " "this initscript please perform the following:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre:caption):294 msgid "Adding back missing net.eth0 script" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre):294 #, no-wrap msgid "" "\n" "# cd /etc/init.d\n" "# ln -s net.lo net.eth0\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):299 msgid "" "If you are missing any other network initscripts, follow the instructions " "above to re-add them. Simply replace eth0 with the name of your " "network device." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):305 msgid "" "Also, /etc/conf.d/net (oldnet) no longer uses bash-style arrays " "for configuration. Please review /usr/share/doc/openrc-<version>/" "net.example for configuration instructions. Conversion should be " "relatively straight-forward, converting to newlines for seperate entries, " "for example a static IP assignment would change as follows:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre:caption):314 msgid "Old /etc/conf.d/net style" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre):314 #, no-wrap msgid "" "\n" "config_eth0=( \"192.168.1.37 netmask 255.255.255.0 brd 192.168.1.255\" )\n" "routes_eth0=( \"default via 192.168.1.100\" \"10.0.0.0/8 via 192.168.1.2\" )\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre:caption):319 msgid "New /etc/conf.d/net style" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre):319 #, no-wrap msgid "" "\n" "config_eth0=\"192.168.1.37 netmask 255.255.255.0 brd 192.168.1.255\"\n" "routes_eth0=\"default via 192.168.1.100\n" "10.0.0.0/8 via 192.168.1.2\"\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):328 msgid "Clock" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):331 msgid "" "Clock settings have been renamed from /etc/conf.d/clock to your " "system's native tool for adjusting the clock. This means on Linux it will be " "/etc/conf.d/hwclock and on FreeBSD it will be /etc/conf.d/" "adjkerntz. Systems without a working real time clock (RTC) chip " "should use /etc/init.d/swclock, which sets the system time " "based on the mtime of a file which is created at system shutdown. The " "initscripts in /etc/init.d/ have also been renamed accordingly, " "so make sure the appropriate script for your system has been added to the " "boot runlevel." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):343 msgid "" "Additionally, the TIMEZONE variable is no longer in this file. Its " "contents are instead found in the /etc/timezone file. If it " "doesn't exist, you will of course have to create it with your timezone. " "Please review both of these files to ensure their correctness." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):350 msgid "" "The proper value for this file is the path relative to your timezone from " "/usr/share/zoneinfo. For example, for someone living on the " "east coast of the United States, the following would be a correct setting:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre:caption):356 msgid "/etc/timezone" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre):356 #, no-wrap msgid "" "\n" "America/New_York\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):363 msgid "XSESSION" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):366 msgid "" "The XSESSION variable is no longer found in /etc/rc.conf. " "Instead, you can set the XSESSION variable per-user in ~/.bashrc (or equivalent), or system-wide in /etc/env.d/." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):372 msgid "Here's an example of setting XSESSION for the whole system:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre:caption):376 msgid "Setting XSESSION system-wide" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre):376 #, no-wrap msgid "" "\n" "# echo 'XSESSION=\"Xfce4\"' > /etc/env.d/90xsession\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(impo):380 #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(impo):400 msgid "" "You must run env-update after creating a file in /etc/env.d, and then logout and login for it to take effect. If you set the " "variable in ~/.bashrc, you can re-source the file with " "source ~/.bashrc." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):390 msgid "EDITOR and PAGER" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):393 msgid "" "The EDITOR variable is no longer found in /etc/rc.conf. Both " "EDITOR and PAGER are set by default in /etc/profile. You should " "change this as needed in your ~/.bashrc (or equivalent) file or " "create /etc/env.d/99editor and set the system default there." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):410 msgid "Boot log" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):413 msgid "" "Previously, you could log the boot process by using app-admin/" "showconsole. However, OpenRC now handles all logging internally, so " "there's no need for the hacks that showconsole employed. You can " "safely unmerge showconsole. To continue logging boot messages, just " "set the appropriate variable in /etc/rc.conf. Logs will appear " "in /var/log/rc.log." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre:caption):422 msgid "Enabling boot logging in /etc/rc.conf" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre):422 #, no-wrap msgid "" "\n" "rc_logger=\"YES\"\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):429 msgid "System sub-types: Virtualization special cases" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):432 msgid "" "In the early versions of OpenRC, we explictly detected multiple types of " "virtualization, and used that detection to note when certain init scripts " "should be skipped, using the keyword call in the depend " "functions." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):439 msgid "" "However, as of the 0.7.0 release, you are required to explicitly configure " "the sub-type using the rc_sys variable in /etc/rc.conf. " "The sub-type should be set to match the virtualization environment that the " "given root is in. In general, the non-empty rc_sys value should be " "within the virtual containers; The host node will have rc_sys=\"\"." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(impo):447 msgid "" "If you do not have any specific sub-type, please use the default of an empty " "string \"\". If the variable is unset, you will be given a warning " "and we will attempt to use the old detection algorithm." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(note):453 msgid "" "If you do not know what value your system was using with the automatic " "detection, you should temporarily comment out the rc_sys variable and " "run the detection command, rc -S." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre:caption):459 msgid "Setting system sub-type to none in /etc/rc.conf" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(pre):459 #, no-wrap msgid "" "\n" "rc_sys=\"\"\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):463 msgid "" "The detection algorithm had to be replaced with manual configuration due to " "the introduction of new sub-types and changes to the kernel that made prior " "detection unreliable." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(th):469 msgid "Subtype" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(th):470 msgid "Description" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(th):471 msgid "Notes" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):475 msgid "Default, no sub-type" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):476 msgid "Not the same as unset; FreeBSD, Linux & NetBSD" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):479 msgid "jail" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):480 msgid "FreeBSD jails" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):484 msgid "lxc" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):485 msgid "Linux Containers" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):486 msgid "Not auto-detected" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):489 msgid "openvz" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):490 msgid "Linux OpenVZ" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):494 msgid "prefix" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):495 msgid "Prefix" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):496 msgid "Not auto-detected; FreeBSD, Linux & NetBSD" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):499 msgid "uml" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):500 msgid "Usermode Linux" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):504 msgid "vserver" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):505 msgid "Linux vserver" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):509 msgid "xen0" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):510 msgid "Xen0 Domain" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):511 #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):516 msgid "Linux & NetBSD" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):514 msgid "xenU" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(ti):515 msgid "XenU Domain" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):523 msgid "Finishing up" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):526 msgid "" "Once you've finished updating your config files and initscripts, the last " "thing to do is reboot. This is necessary because system state " "information is not preserved during the upgrade, so you'll need to provide " "it with a fresh boot." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):538 msgid "Changed functionality" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):540 msgid "The pause action" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):543 msgid "" "Previously it was possible to temporarily stop a service without taking down " "all the depending services by using /etc/init.d/service pause. In " "OpenRC, the pause action was removed; this functionality is supported " "by the /etc/init.d/service --nodeps stop, which also works in the old " "baselayout." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(title):554 msgid "rootfs entry in /etc/mtab" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(p):557 msgid "" "Previously, the initial rootfs entry was removed from /etc/" "mtab, and only the real root / entry was present. The " "duplicate rootfs item was actually added back during shutdown. In OpenRC, " "both entries must be present for full support of initramfs and tmpfs-on-" "root. This also means that less writing is required during shutdown." msgstr "" #. Place here names of translator, one per line. Format should be NAME; ROLE; E-MAIL #: ../../gentoo/xml/htdocs/doc/en//openrc-migration.xml(None):0 msgid "translator-credits" msgstr ""